File: Makefile.PL

package info (click to toggle)
liblog-trace-perl 1.070-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 192 kB
  • sloc: perl: 859; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 375 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

WriteMakefile(
              NAME          => 'Log::Trace',
              VERSION_FROM  => 'lib/Log/Trace.pm',
              PREREQ_PM => {
                            Test::More => 0,
                           },
              ABSTRACT_FROM => 'lib/Log/Trace.pm',
              AUTHOR        => 'British Broadcasting Corporation',
             );