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); 11