File: Makefile.PL

package info (click to toggle)
libdatetime-event-cron-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 1,248; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
WriteMakefile(
  'NAME'         => 'DateTime::Event::Cron',
  'VERSION_FROM' => 'lib/DateTime/Event/Cron.pm',
  'PREREQ_PM'    => {
                      DateTime      => 0.21,
                      DateTime::Set => 0.1406,
                      Set::Crontab  => 0,
                    },
  'ABSTRACT_FROM' => 'lib/DateTime/Event/Cron.pm',
  'AUTHOR'        => 'Matthew P. Sisk  <sisk@mojotoad.com>',
);