[Catalyst-commits] r9849 - in CatalystX-Imports/trunk: .
lib/CatalystX
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sun Apr 26 03:38:26 GMT 2009
Author: rafl
Date: 2009-04-26 04:38:25 +0100 (Sun, 26 Apr 2009)
New Revision: 9849
Modified:
CatalystX-Imports/trunk/Changes
CatalystX-Imports/trunk/lib/CatalystX/Imports.pm
Log:
Version 0.05.
Modified: CatalystX-Imports/trunk/Changes
===================================================================
--- CatalystX-Imports/trunk/Changes 2009-04-26 03:31:14 UTC (rev 9848)
+++ CatalystX-Imports/trunk/Changes 2009-04-26 03:38:25 UTC (rev 9849)
@@ -1,3 +1,7 @@
+ 0.05 - Sun Apr 26 05:31:55 CEST 2009
+ - Replace the _action_cache hack with method modifiers now Catalyst 5.8
+ allows us to do that.
+
0.04 - Thu Jan 8 12:50:47 CET 2009
- Use Sub::Name to name the wrapper actions we install into the symbol
table. This allows Class::MOP to recognize them as local methods and
Modified: CatalystX-Imports/trunk/lib/CatalystX/Imports.pm
===================================================================
--- CatalystX-Imports/trunk/lib/CatalystX/Imports.pm 2009-04-26 03:31:14 UTC (rev 9848)
+++ CatalystX-Imports/trunk/lib/CatalystX/Imports.pm 2009-04-26 03:38:25 UTC (rev 9849)
@@ -26,7 +26,7 @@
=cut
-$VERSION = '0.04';
+$VERSION = '0.05';
$VERSION = eval $VERSION;
=head1 SYNOPSIS
More information about the Catalyst-commits
mailing list