File: Makefile.PL

package info (click to toggle)
libdata-rmap-perl 0.65-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: perl: 322; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
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.4218
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Data::Rmap',
  'VERSION_FROM' => 'lib/Data/Rmap.pm',
  'PREREQ_PM' => {
                   'Scalar::Util' => 0,
                   'Test::Exception' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;