File: Makefile.PL

package info (click to toggle)
libdatetime-incomplete-perl 0.08-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: perl: 1,470; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use strict;

use ExtUtils::MakeMaker;

WriteMakefile( NAME         => 'DateTime::Incomplete',
               VERSION_FROM => 'lib/DateTime/Incomplete.pm',
               AUTHOR       => 'Flavio S. Glock <fglock@pucrs.br>',
               ABSTRACT     => 'Incomplete DateTime objects',

               PREREQ_PM    => { 'DateTime' => 0,
                                 'DateTime::Set' => 0.1401,
				 'DateTime::Event::Recurrence' => 0,
                                 'Test::More'  => 0,
                               },
             );