File: Makefile.PL

package info (click to toggle)
libdbix-contextualfetch-perl 1.03-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: perl: 169; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
WriteMakefile(
	AUTHOR        => 'Tony Bowden <kasei@tmtm.com>',
	NAME          => 'DBIx::ContextualFetch',
	ABSTRACT_FROM => 'lib/DBIx/ContextualFetch.pm',
	VERSION_FROM  => 'lib/DBIx/ContextualFetch.pm',
	PREREQ_PM     => {
		'DBI'   => 1.35,
		'Test::More'   => 0.11,
	},
);