# $Id: Makefile.PL,v 1.9 2008-07-07 00:11:42 ian Exp $ # # Makefile.PL for Class::Declare::Attributes # # Copyright (c) 2003-2007 Ian Brayshaw use 5.006; use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Class::Declare::Attributes', 'VERSION_FROM' => 'Attributes.pm', 'PREREQ_PM' => { 'Class::Declare' => 0.06 , 'Test::More' => 0 , 'Test::Exception' => 0.15 } , # for lives_and() 'ABSTRACT_FROM' => 'Attributes.pm', 'AUTHOR' => 'Ian Brayshaw ' );