File: Makefile.PL

package info (click to toggle)
libclass-trait-perl 0.22-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 162
  • sloc: perl: 2,476; makefile: 44
file content (16 lines) | stat: -rw-r--r-- 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Class::Trait',
  'VERSION_FROM' => 'lib/Class/Trait.pm',
  'PREREQ_PM' => {
    'File::Spec' => '0',
    'Test::Differences' => '0.47',
    'Test::Simple' => '0.62'
  },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;