Version 1.17. 1.17
Florian Ragwitz [Sun, 24 May 2009 16:19:34 +0000 (16:19 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 0560f0f..2728bf5 100644 (file)
--- 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.
 
index 9bf8f2d..75680f2 100644 (file)
@@ -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;