File: Makefile.PL

package info (click to toggle)
libtest-class-most-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 150; makefile: 2
file content (15 lines) | stat: -r--r--r-- 391 bytes parent folder | download | duplicates (3)
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.40
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Class::Most',
  'VERSION_FROM' => 'lib/Test/Class/Most.pm',
  'PREREQ_PM' => {
                   'Test::Class' => '0.38',
                   'Test::Most' => '0.31'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;