File: Makefile.PL

package info (click to toggle)
libtest-tap-htmlmatrix-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 168 kB
  • ctags: 50
  • sloc: perl: 539; makefile: 40
file content (18 lines) | stat: -rw-r--r-- 616 bytes parent folder | download
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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::TAP::HTMLMatrix',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/TAP/HTMLMatrix.pm',
          'PREREQ_PM' => {
                           'Test::More' => 0,
                           'URI::file' => 0,
                           'Petal' => 0,
                           'Petal::Utils' => 0,
                           'Test::TAP::Model' => '>= 0.08'
                         }
        )
;