File: Makefile.PL

package info (click to toggle)
libmarc-loop-perl 0.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 76 kB
  • sloc: perl: 294; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		    => 'MARC-Loop',
    'AUTHOR'        => 'Paul Hoffman <nkuitse AT cpan DOT org>',
    'VERSION_FROM'	=> 'lib/MARC/Loop.pm',
    'LICENSE'      => 'perl',
    'PREREQ_PM'     => {
                       },
);