Makefile.PL   [plain text]


# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Path::Class',
          'VERSION_FROM' => 'lib/Path/Class.pm',
          'PREREQ_PM' => {
                           'Cwd' => '0',
                           'File::Path' => '0',
                           'File::Spec' => '0.87',
                           'File::Spec::Mac' => '1.3',
                           'File::Temp' => '0',
                           'File::stat' => '0',
                           'IO::Dir' => '0',
                           'IO::File' => '0',
                           'Test::More' => '0',
                           'overload' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;