The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

BEGIN { @INC = grep {!/blib/} @INC }

# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.005;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'DISTNAME' => 'PathTools',
	  'NAME' => 'Cwd',
          'VERSION_FROM' => 'Cwd.pm',
	  (
	   (grep { $_ eq 'PERL_CORE=1' } @ARGV)
	   ? ('DEFINE' => '-DNO_PPPORT_H')
	   : ()
	  ),
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'File::Basename' => '0',
                           'Scalar::Util' => '0',
                           'Test' => '0'
                         },
          'INSTALLDIRS' => 'perl',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;