From: Florian Ragwitz Date: Sun, 24 May 2009 16:19:34 +0000 (+0000) Subject: Version 1.17. X-Git-Tag: 1.17^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07e342986494c9638b39788be6004c22ad8cd944;hp=29b4e3485c15fab8976302b0512ec8462d154daf;p=catagits%2FCatalyst-Devel.git Version 1.17. --- diff --git a/Changes b/Changes index 0560f0f..2728bf5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. -1.17 +1.17 2009-05-24 18:18:17 - Catalyst::Restarter::Forking loaded the threads and Thread::Cancel module, even though it doesn't need them. diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 9bf8f2d..75680f2 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.16'; +our $VERSION = '1.17'; our $CATALYST_SCRIPT_GEN = 38; $VERSION = eval $VERSION;