From: Florian Ragwitz Date: Wed, 8 Apr 2009 21:37:05 +0000 (+0200) Subject: Remove abstract from Makefile.PL. It's extracted from the module. X-Git-Tag: 0.00801~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Emulate-Class-Accessor-Fast.git;a=commitdiff_plain;h=124f4648c21270f103bc22853322e589992f4efe Remove abstract from Makefile.PL. It's extracted from the module. --- diff --git a/Makefile.PL b/Makefile.PL index bd99f7a..83b3dec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,6 @@ use inc::Module::Install; # Define metadata name 'MooseX-Emulate-Class-Accessor-Fast'; -abstract 'Emulate Class::Accessor::Fast using attributes'; all_from 'lib/MooseX/Emulate/Class/Accessor/Fast.pm'; # Specific dependencies