From: Christopher H. Laco Date: Tue, 3 Jul 2007 02:09:57 +0000 (+0000) Subject: r1731@NP5660: claco | 2007-07-02 21:31:38 -0400 X-Git-Tag: v0.07000^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9cc049972a0c5bed03eef48dd4ec239a57b993b;p=p5sagit%2FClass-Accessor-Grouped.git r1731@NP5660: claco | 2007-07-02 21:31:38 -0400 Updated Changes/Version for release --- diff --git a/Changes b/Changes index ce5af25..6d1aa8d 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,8 @@ Revision history for Class::Accessor::Grouped. +0.07000 - Altered get_inherited to return undef rather than () when no value - set for Class::Data::(Inheritable|Accessor) compatiblity - -0.06001 + set for Class::Data::(Inheritable|Accessor) compatiblity - Fixed spelling test error - Added WriteAll/DIST/PREOP for README diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index 8c8e5cb..a5445d8 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -8,7 +8,7 @@ use MRO::Compat; use vars qw($VERSION); -$VERSION = '0.06000'; +$VERSION = '0.07000'; =head1 NAME