File: Makefile.PL

package info (click to toggle)
libtest-regression-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 156 kB
  • sloc: perl: 274; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Note: this file was auto-generated by Module::Build::Compat version 0.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Test::Regression',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Test/Regression.pm',
          'PREREQ_PM' => {
                           'Test::MockObject' => 0,
                           'File::Spec' => 0,
                           'FileHandle' => 0,
                           'Text::Diff' => 0,
                           'Test::More' => 0,
                           'Test::Differences' => 0,
                           'DirHandle' => 0,
                           'Algorithm::Diff' => 0
                         }
        )
;