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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Cwd',
          'VERSION_FROM' => 'Cwd.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => 0,
                           'File::Spec' => 0,
                           'XSLoader' => 0,
                           'File::Path' => 0,
                           'Test::More' => 0,
                           'Carp' => 0
                         },
          'INSTALLDIRS' => 'perl',
          'PL_FILES' => {},
        )
;