File: Makefile.PL

package info (click to toggle)
liblibrary-callnumber-lc-perl 0.23-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 338; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Library::CallNumber::LC',
  'VERSION_FROM' => 'lib/Library/CallNumber/LC.pm',
  'PREREQ_PM' => {
                   'Math::BigInt' => 0,
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;