Codebase list libtest-pod-perl / debian/1.44-1 Makefile.PL
debian/1.44-1

Tree @debian/1.44-1 (Download .tar.gz)

Makefile.PL @debian/1.44-1raw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Test::Pod',
          'VERSION_FROM' => 'lib/Test/Pod.pm',
          'PREREQ_PM' => {
                           'File::Spec' => 0,
                           'Module::Build' => '0.30',
                           'Pod::Simple' => '3.05',
                           'Test::Builder::Tester' => '1.02',
                           'Test::More' => '0.62'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;