Version 1.14_01. 1.14_01
Florian Ragwitz [Mon, 11 May 2009 02:00:23 +0000 (02:00 +0000)]
Changes
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index a1083d1..5e86d64 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+1.14_01   2009-05-11 03:45
         - This release moves the restarter functionality into a new
           module Catalyst::Restarter, that is not a Catalyst Engine
           subclass.
index 4cfea7e..549b92a 100644 (file)
@@ -3,9 +3,11 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.13';
+our $VERSION             = '1.14_01';
 our $CATALYST_SCRIPT_GEN = 34;
 
+$VERSION = eval $VERSION;
+
 =head1 NAME
 
 Catalyst::Devel - Catalyst Development Tools