File: Makefile.PL

package info (click to toggle)
libclass-dbi-asform-perl 2.42-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: perl: 67; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
WriteMakefile(
	NAME         => 'Class::DBI::AsForm',
	VERSION_FROM => 'lib/Class/DBI/AsForm.pm',
	ABSTRACT_FROM => 'lib/Class/DBI/AsForm.pm',          
	PREREQ_PM    => {
		'Class::DBI'               => 0.94,
		'DBI'                      => 1.21,
		'HTML::Element'            => 0,
		'Class::DBI::Plugin::Type' => 0,
	},                                      
	AUTHOR => 'Tony Bowden <TMTM@cpan.org>'
);