File: Makefile.PL

package info (click to toggle)
libtest-class-most-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 116 kB
  • sloc: perl: 150; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Class::Most',
  'VERSION_FROM' => 'lib/Test/Class/Most.pm',
  'PREREQ_PM' => {
                   'Test::Class' => '0.33',
                   'Test::Most' => '0.21'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;