use 5.006; use ExtUtils::MakeMaker; # $Id: Makefile.PL,v 1.11 2003/04/21 16:04:14 juerd Exp $ # vim: ft=perl sts=0 noet sw=8 ts=8 WriteMakefile( NAME => 'Attribute::Property', VERSION_FROM => 'Property.pm', PREREQ_PM => { Attribute::Handlers => 0 }, ABSTRACT_FROM => 'Property.pm', AUTHOR => 'Juerd <juerd@cpan.org>', );