Remove abstract from Makefile.PL. It's extracted from the module.
Florian Ragwitz [Wed, 8 Apr 2009 21:37:05 +0000 (23:37 +0200)]
Makefile.PL

index bd99f7a..83b3dec 100644 (file)
@@ -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