File: Makefile.PL

package info (click to toggle)
set-crontab-perl 1.02-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 52 kB
  • ctags: 10
  • sloc: perl: 85; makefile: 47
file content (7 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME            => 'Set::Crontab',
    VERSION_FROM    => 'Crontab.pm',
    ABSTRACT_FROM   => 'Crontab.pm',
);