File: Makefile.PL

package info (click to toggle)
libsys-hostname-long-perl 1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 56 kB
  • ctags: 13
  • sloc: perl: 172; makefile: 50
file content (9 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'Sys::Hostname::Long',
    'VERSION_FROM'	=> 'lib/Sys/Hostname/Long.pm', 
    'PREREQ_PM'		=> {}, # e.g., Module::Name => 1.1
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (ABSTRACT_FROM => 'lib/Sys/Hostname/Long.pm', # retrieve abstract from module
       AUTHOR     => 'Scott Penrose <scott@cpan.org>') : ()),
);