File: Makefile.PL

package info (click to toggle)
libpoe-component-dbiagent-perl 0.26-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 368; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;

WriteMakefile(
	      'NAME'	=> 'POE::Component::DBIAgent',
	      'VERSION_FROM' => 'DBIAgent.pm',
	      'PREREQ_PM' => { 'POE' => 0.17,
			       'DBI' => 0,
			       'Storable' => 0,
			       'Socket' => 0,
			       'Class::MethodMaker' => 0,
			     },
);