From: Tomas Doran Date: Tue, 1 Dec 2009 03:33:05 +0000 (+0000) Subject: Bump versions for a dev release to get smoke test fail X-Git-Tag: 1.21_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=5e29a102f2925c119b7de59fa6dc53f61ba9ea69 Bump versions for a dev release to get smoke test fail --- diff --git a/Changes b/Changes index 337291d..6ff5ce0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.21_01 2009-12-01 03:34:23 - Update generated scripts to use the new Catalyst::Script:: classes available from Catalyst 5.80014_02. Note: Any applications whos scripts are upgraded will need to depend diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 416088d..e82d821 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -3,7 +3,8 @@ package Catalyst::Devel; use strict; use warnings; -our $VERSION = '1.21'; +our $VERSION = '1.21_01'; +$VERSION = eval $VERSION; our $CATALYST_SCRIPT_GEN = 40; $VERSION = eval $VERSION;