Seems to pass tests on 5.6.1 as well, drop minperl further
Peter Rabbitson [Wed, 31 Oct 2012 10:15:59 +0000 (11:15 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 28af314..bcc1092 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@ Revision history for Class::Accessor::Grouped.
 
     - Disable tests on perls where Class::XSAccessor emits broken
       error messages (RT#74883, RT#80519)
+    - Drop minimum perl to 5.6 (from 5.6.2)
 
 0.10006 2011-12-30 03:52 (UTC)
     - Silence warnings resulting from incomplete can() overrides
index 5e947a0..137349b 100644 (file)
@@ -4,7 +4,7 @@ use inc::Module::Install 1;
 
 name 'Class-Accessor-Grouped';
 license 'perl';
-perl_version '5.006002';
+perl_version '5.006';
 all_from 'lib/Class/Accessor/Grouped.pm';
 
 requires 'Carp';