# # $Id: Makefile.PL,v 1.1 2007/01/03 21:54:58 gomor Exp $ # use ExtUtils::MakeMaker; require v5.6.1; WriteMakefile( NAME => 'Net::Frame::Layer::STP', VERSION_FROM => 'lib/Net/Frame/Layer/STP.pm', LICENSE => 'Artistic', ABSTRACT_FROM => 'lib/Net/Frame/Layer/STP.pm', AUTHOR => 'GomoR <perl@gomor.org>', PREREQ_PM => { Net::Frame => 0, }, );