File: Makefile.PL

package info (click to toggle)
libnet-telnet-cisco-perl 1.12-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 204 kB
  • sloc: perl: 779; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'          => 'Net::Telnet::Cisco',
    'VERSION_FROM'  => 'lib/Net/Telnet/Cisco.pm', # finds $VERSION
    'PREREQ_PM'     => { Net::Telnet => 3.02,
                         Test::More => 0 }, # e.g., Module::Name => 1.1
    ($] ge '5.005') ? (
        'AUTHOR' => 'Joshua Keroes (joshua@cpan.org)',
        'ABSTRACT_FROM' => 'lib/Net/Telnet/Cisco.pm' ) : (),
);