BEGIN { @INC = grep {!/blib/} @INC } # Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'DISTNAME' => 'PathTools', 'NAME' => 'Cwd', 'VERSION_FROM' => 'Cwd.pm', 'PREREQ_PM' => { 'Carp' => '0', 'File::Basename' => '0', 'File::Path' => '0', 'Scalar::Util' => '0', 'Test' => '0' }, 'INSTALLDIRS' => 'perl', 'PL_FILES' => {} ) ;