Version 1.28 1.28
Tomas Doran [Wed, 16 Jun 2010 01:47:32 +0000 (02:47 +0100)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index 3ac2c75..9956a44 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.28 2010-06-16 02:43:00
         - Fix generated Pod tests so that the first check is if the TEST_POD
           environment variable is set. (RT#58433)
         - Fix link in the Pod for Catalyst::Restarter (RT#57362)
index 913da6f..939a753 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.27';
+our $VERSION             = '1.28';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index aaa9632..3b182ad 100644 (file)
@@ -18,7 +18,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.23';
+our $VERSION = '1.28';
 
 my %cache;