File: Makefile.PL

package info (click to toggle)
liblogger-syslog-perl 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 136; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Logger::Syslog',
    VERSION_FROM    => 'lib/Logger/Syslog.pm',
    PREREQ_PM       => { 'Sys::Syslog' => '0.13' }
);