File: Makefile.PL

package info (click to toggle)
libclass-prototyped-perl 1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: perl: 1,464; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Note: this file was auto-generated by Module::Build::Compat version 0.4234
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site',
  'NAME' => 'Class::Prototyped',
  'VERSION_FROM' => 'lib/Class/Prototyped.pm',
  'PREREQ_PM' => {}
)
;