[Catalyst-commits] r10074 - in
Catalyst-Devel/1.00/branches/improved-restarter: . lib/Catalyst
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon May 11 02:00:23 GMT 2009
Author: rafl
Date: 2009-05-11 02:00:23 +0000 (Mon, 11 May 2009)
New Revision: 10074
Modified:
Catalyst-Devel/1.00/branches/improved-restarter/Changes
Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm
Log:
Version 1.14_01.
Modified: Catalyst-Devel/1.00/branches/improved-restarter/Changes
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/Changes 2009-05-11 01:55:00 UTC (rev 10073)
+++ Catalyst-Devel/1.00/branches/improved-restarter/Changes 2009-05-11 02:00:23 UTC (rev 10074)
@@ -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.
Modified: Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm 2009-05-11 01:55:00 UTC (rev 10073)
+++ Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm 2009-05-11 02:00:23 UTC (rev 10074)
@@ -3,9 +3,11 @@
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
More information about the Catalyst-commits
mailing list