Version 1.38 1.38
Tomas Doran [Thu, 11 Apr 2013 19:54:39 +0000 (20:54 +0100)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index e9f45da..771fffa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.38 2012-04-11 20:54:00
         - Remove all PAR based deployment options, as they're unsupported
           and don't even pretend to work on 5.9 RT#83936
 
index a9b3a6d..6d73318 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.37';
+our $VERSION             = '1.38';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index 920976c..055d114 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.37';
+our $VERSION = '1.38';
 
 my %cache;