This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Text::ParseWords from ext/ to cpan/
[perl5.git] / cpan / libnet / Makefile.PL
1 use strict;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile (
5     NAME            => 'Net',
6     DISTNAME        => 'libnet',
7     VERSION         => '1.22', # finds $VERSION
8     AUTHOR          => 'Graham Barr <gbarr@pobox.com>',
9     ABSTRACT        => 'Collection of Network protocol modules',
10 );