File: Makefile.PL

package info (click to toggle)
libload-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 9
  • sloc: perl: 213; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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',
 PREREQ_PM	=> {
                   },
);