File: Makefile.PL

package info (click to toggle)
liblog-dispatch-perl-perl 0.04-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 96 kB
  • sloc: perl: 111; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require 5.006;

use strict;
use ExtUtils::MakeMaker;
eval "use Devel::Required";

WriteMakefile (
 NAME		=> "Log::Dispatch::Perl",
 AUTHOR		=> 'Elizabeth Mattijsen (liz@dijkmat.nl)',
 ABSTRACT	=> 'Log::Dispatch::Perl - Use core Perl functions for logging',
 LICENSE	=> 'perl',
 VERSION_FROM	=> 'lib/Log/Dispatch/Perl.pm',

 PREREQ_PM	=> {qw(
		    Log::Dispatch	1.16
                   )},
);