File: Makefile.PL

package info (click to toggle)
libload-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 227; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require 5.000;
use ExtUtils::MakeMaker;
eval "use Devel::Required";

WriteMakefile (
 NAME		=> "load",
 ($] < 5.005) ? () : (
 AUTHOR		=> 'Elizabeth Mattijsen (liz@dijkmat.nl)',
 ABSTRACT	=> 'load - control when subroutines will be loaded'),
 VERSION_FROM	=> 'lib/load.pm',
 LICENSE    => 'perl',

 PREREQ_PM	=> {
                   },
);