File: Makefile.PL

package info (click to toggle)
libproc-pid-file-perl 1.27-4.2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 140 kB
  • sloc: perl: 485; makefile: 39
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile (
    NAME			=> 'Proc::PID::File',
    VERSION_FROM	=> 'File.pm',
	AUTHOR          => 'Erick Calder <ecalder@cpan.org>',
    ABSTRACT        => 'A module to manage PID files',
	);