release
Rafael Kitover [Sun, 23 Aug 2009 23:58:06 +0000 (23:58 +0000)]
Changes
Makefile.PL
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index 3584046..95310cf 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Class::Accessor::Grouped.
 
+0.09000 Sun Aug 23 20:08:09 2009
+    - release
+
 0.08999_01 Tue July 7 22:06:21 2009
     - Make _mk_group_accessors name the closures installed for Moose compat
     - Use Class::XSAccessor if available RT#45577 (Andy Grundman)
index 102b106..104efd4 100644 (file)
@@ -1,7 +1,7 @@
 # $Id$
 use strict;
 use warnings;
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.91;
 
 name 'Class-Accessor-Grouped';
 license 'perl';
index a14e57c..015bf10 100644 (file)
@@ -7,7 +7,7 @@ use Scalar::Util ();
 use MRO::Compat;
 use Sub::Name ();
 
-our $VERSION = '0.08999_01';
+our $VERSION = '0.09000';
 
 BEGIN {
     our $hasXS;