File: Makefile.PL

package info (click to toggle)
libnet-whois-perl 1.9-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56 kB
  • ctags: 19
  • sloc: perl: 280; makefile: 93
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode:Perl -*-
# $Id: Makefile.PL,v 1.1 1997/04/22 04:15:48 chip Beta $
#

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::Whois',
    'VERSION_FROM' => 'Whois.pm', # finds $VERSION
);