File: Makefile.PL

package info (click to toggle)
libtest-block-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 128 kB
  • ctags: 10
  • sloc: perl: 131; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (3)
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.3800
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Block',
  'VERSION_FROM' => 'lib/Test/Block.pm',
  'PREREQ_PM' => {
                   'Test::Builder' => '0.17',
                   'Test::Builder::Tester' => '1.01',
                   'Test::Exception' => '0.15',
                   'Test::More' => '0.47'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;