File: Makefile.PL

package info (click to toggle)
imvirt 0.9.6-13
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,364 kB
  • sloc: perl: 2,778; sh: 802; ansic: 316; makefile: 61
file content (13 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile(
    'AUTHOR'		=> 'Thomas Liske <liske@ibh.de>',
    'LICENSE'		=> 'gpl',
    'NAME'		=> 'ImVirt',
    'VERSION_FROM'	=> 'lib/ImVirt.pm',
    'PREREQ_PM'		=> {
	Module::Find => 0,
	File::Slurp => 0,
	File::Which => 0,
    },
);