From: Florian Ragwitz Date: Mon, 11 May 2009 02:00:23 +0000 (+0000) Subject: Version 1.14_01. X-Git-Tag: 1.14_01^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4be93810552c45bdf7870722916cd3734e80c61;p=catagits%2FCatalyst-Devel.git Version 1.14_01. --- diff --git a/Changes b/Changes index a1083d1..5e86d64 100644 --- 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. diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 4cfea7e..549b92a 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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