# # $Id: Makefile.PL 19 2009-11-12 21:37:20Z 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 <gomor-cpan_at_gomor.org>', PREREQ_PM => { Net::Frame => 0, Bit::Vector => 0, }, );