From: Tomas Doran Date: Sun, 18 Oct 2009 17:35:51 +0000 (+0000) Subject: Bump versions X-Git-Tag: 1.21^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=894bac703ed2ef10835ae924fafeda80915d3594 Bump versions --- diff --git a/Changes b/Changes index df08c05..7793684 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.21 2009-10-18 18:33:33 - The Restarter code cause stack traces for certain types of errors to grow longer and longer with every restart. (Dave Rolsky) diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 3f0f089..05fe15b 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -3,7 +3,7 @@ package Catalyst::Devel; use strict; use warnings; -our $VERSION = '1.20'; +our $VERSION = '1.21'; our $CATALYST_SCRIPT_GEN = 39; $VERSION = eval $VERSION;