Version 1.37 1.37
Tomas Doran [Sat, 19 May 2012 10:20:04 +0000 (11:20 +0100)]
Changes
lib/Catalyst/Devel.pm
lib/Catalyst/Helper.pm

diff --git a/Changes b/Changes
index e21a41d..a4d6386 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.37 2012-05-19 11:19:00
         - Add x_authority metadata to the distribution for PAUSE.
 
         - Fix restarter regex to apply to files being created/changed,
index 9554c0c..a9b3a6d 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 # Change Catalyst::Helper also.
-our $VERSION             = '1.36';
+our $VERSION             = '1.37';
 our $CATALYST_SCRIPT_GEN = 40;
 
 $VERSION = eval $VERSION;
index 4d1b861..920976c 100644 (file)
@@ -19,7 +19,7 @@ use namespace::autoclean;
 with 'MooseX::Emulate::Class::Accessor::Fast';
 
 # Change Catalyst/Devel.pm also
-our $VERSION = '1.36';
+our $VERSION = '1.37';
 
 my %cache;