File: Makefile.PL

package info (click to toggle)
needrestart 3.11-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 780 kB
  • sloc: perl: 3,552; sh: 394; makefile: 83
file content (13 lines) | stat: -rw-r--r-- 274 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,
	Proc::ProcessTable => 0,
	Sort::Naturally => 0,
	Term::ReadKey => 0.
    },
);