File: Makefile.PL

package info (click to toggle)
libppix-utilities-perl 1.000001-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 208 kB
  • ctags: 11
  • sloc: perl: 1,281; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,085 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
22
23
24
25
26
27
28
# Note: this file was auto-generated by Module::Build::Compat version 0.35
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'PPIx::Utilities',
          'VERSION_FROM' => 'lib/PPIx/Utilities.pm',
          'PREREQ_PM' => {
                           'Data::Dumper' => 0,
                           'Exception::Class' => 0,
                           'Exporter' => 0,
                           'PPI' => '1.208',
                           'PPI::Document' => '1.208',
                           'PPI::Document::Fragment' => '1.208',
                           'PPI::Dumper' => '1.208',
                           'Readonly' => 0,
                           'Scalar::Util' => 0,
                           'Task::Weaken' => 0,
                           'Test::Deep' => 0,
                           'Test::More' => 0,
                           'base' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;