File: Build.PL

package info (click to toggle)
libdatetime-format-mail-perl-dfsg 0.2901-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,156 kB
  • ctags: 21
  • sloc: perl: 252; makefile: 44
file content (14 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;

use Module::Build;

Module::Build->new( module_name => 'DateTime::Format::Mail',
                    author      => 'Dave Rolsky <autarch@urth.org>',
                    license     => 'perl',
                    requires    => { 'DateTime' => '0.1705',
                                     'Params::Validate' => '0.67',
                                     'Test::More' => '0.47',
                                   },
		    sign        => 1,
                    create_makefile_pl => 'passthrough',
                  )->create_build_script;