File: Makefile.PL

package info (click to toggle)
libbiblio-lcc-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 288; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		    => 'Biblio-LCC',
    'AUTHOR'        => 'Paul Hoffman <nkuitse AT cpan DOT org>',
    'VERSION_FROM'	=> 'lib/Biblio/LCC.pm',
    'LICENSE'      => 'perl',
    'PREREQ_PM'     => {
                            'Test::More' => 0,
                            'Getopt::Long' => 0,
                            'File::Basename' => 0,
                       },
    'EXE_FILES'     => [ 'script/lccnorm' ],
);