File: Makefile.PL

package info (click to toggle)
libregexp-log-perl 0.06-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 144; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME          => 'Regexp::Log',
    VERSION_FROM  => 'lib/Regexp/Log.pm',
    PREREQ_PM     => { 'Test::More' => 0 },
    ABSTRACT_FROM => 'lib/Regexp/Log.pm',
    AUTHOR        => "Philippe 'BooK' Bruhat <book\@cpan.org>",
    PL_FILES      => {},
);