From: Peter Rabbitson Date: Wed, 31 Oct 2012 10:15:59 +0000 (+0100) Subject: Seems to pass tests on 5.6.1 as well, drop minperl further X-Git-Tag: v0.10007~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FClass-Accessor-Grouped.git;a=commitdiff_plain;h=1ffccc5e8c088fa07ca000f2baa098b8505970c8 Seems to pass tests on 5.6.1 as well, drop minperl further --- diff --git a/Changes b/Changes index 28af314..bcc1092 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 5e947a0..137349b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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';