82dee7de92a0bd35 failed to add ext/lib/Makefile.PL. Oops.
[p5sagit/p5-mst-13.2.git] / ext / 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 );