File: Makefile.PL

package info (click to toggle)
needrestart 1.2-7~bpo70%2B1
  • links: PTS
  • area: main
  • in suites: wheezy-backports
  • size: 524 kB
  • sloc: perl: 1,562; sh: 43; makefile: 25
file content (13 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;

WriteMakefile(
    'AUTHOR'		=> 'Thomas Liske <thomas@fiasko-nw.net>',
    'LICENSE'		=> 'gpl',
    'NAME'		=> 'NeedRestart',
    'PREREQ_PM'		=> {
	Module::Find => 0,
	Module::ScanDeps => 0,
	Proc::ProcessTable => 0,
	Sort::Naturally => 0,
    },
);