Move NEXT from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / libnet / Makefile.PL
CommitLineData
cb82353c 1use strict;
2use ExtUtils::MakeMaker;
3
4WriteMakefile (
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);