File: Makefile.PL

package info (click to toggle)
libtest-exception-perl 0.20-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 144 kB
  • ctags: 194
  • sloc: makefile: 459; perl: 328
file content (17 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::Exception',
          'VERSION_FROM' => 'lib/Test/Exception.pm',
          'PREREQ_PM' => {
                           'Test::More' => '0.44',
                           'Test::Harness' => '2.03',
                           'Test::Builder' => '0.13',
                           'Sub::Uplevel' => '0.06',
                           'Test::Builder::Tester' => '1.01'
                         }
        )
;