# # $Id: Makefile.PL 14 2009-05-31 15:12:43Z gomor $ # use ExtUtils::MakeMaker; require v5.6.1; WriteMakefile( NAME => 'Net::Frame::Layer::ICMPv6', VERSION_FROM => 'lib/Net/Frame/Layer/ICMPv6.pm', LICENSE => 'artistic', ABSTRACT_FROM => 'lib/Net/Frame/Layer/ICMPv6.pm', AUTHOR => 'GomoR ', PREREQ_PM => { Net::Frame => 0, }, );