File: Makefile.PL

package info (click to toggle)
libppix-utilities-perl 1.001000-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 11
  • sloc: perl: 1,288; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (4)
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.36_17
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' => {}
)
;