File: Makefile.PL

package info (click to toggle)
libtime-piece-mysql-perl 0.06-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: perl: 117; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME         => 'Time::Piece::MySQL',
    VERSION_FROM => 'lib/Time/Piece/MySQL.pm',
    PREREQ_PM    => { 'Time::Piece' => 1.03, 'Test::More' => 0.47 },
    ABSTRACT_FROM => 'lib/Time/Piece/MySQL.pm',
    AUTHOR => 'Marty Pauley <marty+perl@kasei.com>',
);