File: Makefile.PL

package info (click to toggle)
libclass-std-fast-perl 0.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 575; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Class::Std::Fast',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Class/Std/Fast.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'Scalar::Util' => 0,
                           'version' => 0,
                           'Data::Dumper' => 0,
                           'Class::Std' => '0.0.8'
                         }
        )
;