From: Tomas Doran Date: Sat, 19 May 2012 10:20:04 +0000 (+0100) Subject: Version 1.37 X-Git-Tag: 1.37^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=ced34b13a1f0a72fac07af8be9fe62d41707e786 Version 1.37 --- diff --git a/Changes b/Changes index e21a41d..a4d6386 100644 --- 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, diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 9554c0c..a9b3a6d 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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; diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 4d1b861..920976c 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -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;