File: Makefile.PL

package info (click to toggle)
libdebian-copyright-perl 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 272 kB
  • ctags: 39
  • sloc: perl: 282; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Note: this file was auto-generated by Module::Build::Compat version 0.4001
require 5.010001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Debian::Copyright',
  'VERSION_FROM' => 'lib/Debian/Copyright.pm',
  'PREREQ_PM' => {
                   'Array::Unique' => 0,
                   'Class::Accessor' => 0,
                   'Parse::DebControl' => 0,
                   'Perl6::Slurp' => 0,
                   'Test::Deep' => 0,
                   'Test::Exception' => 0,
                   'Test::LongString' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'Tie::IxHash' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;