File: Makefile.PL

package info (click to toggle)
libmarc-file-mij-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 184 kB
  • ctags: 35
  • sloc: perl: 230; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (5)
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.4001
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'MARC::File::MiJ',
  'VERSION_FROM' => 'lib/MARC/File/MiJ.pm',
  'PREREQ_PM' => {
                   'JSON' => 0,
                   'MARC::File' => 0,
                   'MARC::Record' => 0,
                   'Test::More' => 0,
                   'ex::monkeypatched' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;