# # $Id: Makefile.PL 4 2010-06-03 13:02:31Z gomor $ # use ExtUtils::MakeMaker; require v5.6.1; WriteMakefile( NAME => 'Net::Frame::Layer::PPPoES', VERSION_FROM => 'lib/Net/Frame/Layer/PPPoES.pm', LICENSE => 'Artistic', ABSTRACT_FROM => 'lib/Net/Frame/Layer/PPPoES.pm', AUTHOR => 'GomoR ', PREREQ_PM => { Net::Frame => 0, Bit::Vector => 0, }, );