File: Makefile.PL

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

WriteMakefile(
    NAME          => 'Time::Fake',
    VERSION_FROM  => 'lib/Time/Fake.pm',
    PREREQ_PM     => { 
                       Carp => 0,
                     },
    ABSTRACT_FROM => 'lib/Time/Fake.pm',
    AUTHOR        => 'Mike Rosulek <mike@mikero.com>',
);