use strict; use ExtUtils::MakeMaker; WriteMakefile ( NAME => 'Net', DISTNAME => 'libnet', VERSION => '1.22', # finds $VERSION AUTHOR => 'Graham Barr ', ABSTRACT => 'Collection of Network protocol modules', );