File: Makefile.PL

package info (click to toggle)
libclass-data-inheritable-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 21; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;

WriteMakefile(
	NAME         => 'Class::Data::Inheritable',
	VERSION_FROM => "lib/Class/Data/Inheritable.pm",
	ABSTRACT_FROM => "lib/Class/Data/Inheritable.pm",
	LICENSE       => 'perl',
	PREREQ_PM    => {},
);