File: Makefile.PL

package info (click to toggle)
libcpan-reporter-perl 1.2020-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,752 kB
  • sloc: perl: 5,440; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
    'PL_FILES' => {},
    'INSTALLDIRS' => 'site',
    'NAME' => 'Bogus::Module',
    'EXE_FILES' => [],
    'VERSION_FROM' => 'lib/Bogus/Module.pm',
    'PREREQ_PM' => {
        perl => 5,
    },
);