Version 1.26. 1.26
Florian Ragwitz [Tue, 12 Jan 2010 02:58:50 +0000 (03:58 +0100)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 8ff7eb8..771e6c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.26  2010-01-12 03:55:50
+        - Depend on Catalyst::Plugin::Static::Simple 0.28 to avoid failures
+          caused by a bug in 0.27.
+
 1.25  2010-01-02 16:13:06
         - Update repository metadata after moving from svn to git.
 
index 017a30c..770e200 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.25';
+our $VERSION             = '1.26';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;