[Moose-commits] r7857 - in MooseX-AttributeHelpers/trunk: .
lib/MooseX
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Mar 26 18:29:12 GMT 2009
Author: autarch
Date: 2009-03-26 11:29:12 -0700 (Thu, 26 Mar 2009)
New Revision: 7857
Modified:
MooseX-AttributeHelpers/trunk/ChangeLog
MooseX-AttributeHelpers/trunk/lib/MooseX/AttributeHelpers.pm
Log:
bump version and update Changes
Modified: MooseX-AttributeHelpers/trunk/ChangeLog
===================================================================
--- MooseX-AttributeHelpers/trunk/ChangeLog 2009-03-26 18:27:20 UTC (rev 7856)
+++ MooseX-AttributeHelpers/trunk/ChangeLog 2009-03-26 18:29:12 UTC (rev 7857)
@@ -1,6 +1,6 @@
Revision history for Perl extension MooseX-AttributeHelpers
-0.15
+0.15 Thu March 26, 2009
- The splice helper for arrays was completely broken. Reported by
Abhijit Mahabal. RT #43343.
Modified: MooseX-AttributeHelpers/trunk/lib/MooseX/AttributeHelpers.pm
===================================================================
--- MooseX-AttributeHelpers/trunk/lib/MooseX/AttributeHelpers.pm 2009-03-26 18:27:20 UTC (rev 7856)
+++ MooseX-AttributeHelpers/trunk/lib/MooseX/AttributeHelpers.pm 2009-03-26 18:29:12 UTC (rev 7857)
@@ -1,7 +1,7 @@
package MooseX::AttributeHelpers;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
$VERSION = eval $VERSION;
our $AUTHORITY = 'cpan:STEVAN';
More information about the Moose-commits
mailing list