File: Build.PL

package info (click to toggle)
libdatetime-format-datemanip-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 183; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
use Module::Build;

Module::Build->new
    ( module_name  => 'DateTime::Format::DateManip',
      author       => 'Ben Bennett <fiji@limey.net>',
      license      => 'perl',

      requires     => { 'DateTime'                           => 0,
      			'Date::Manip'                        => 0,
			'Test::More'                         => 0,
			'Carp'                               => 0,
                      },
    )->create_build_script;