[Catalyst-commits] r10085 - in
Catalyst-Devel/1.00/branches/improved-restarter: . lib/Catalyst
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Tue May 12 02:26:11 GMT 2009
Author: autarch
Date: 2009-05-12 02:26:11 +0000 (Tue, 12 May 2009)
New Revision: 10085
Modified:
Catalyst-Devel/1.00/branches/improved-restarter/Changes
Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL
Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm
Log:
depend on File::ChangeNotify 0.03.
Bump version & update changes
Modified: Catalyst-Devel/1.00/branches/improved-restarter/Changes
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/Changes 2009-05-12 02:22:55 UTC (rev 10084)
+++ Catalyst-Devel/1.00/branches/improved-restarter/Changes 2009-05-12 02:26:11 UTC (rev 10085)
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Catalyst-Devel.
+1.14_02
+ - Small changes to work with File::ChangeNotify 0.03.
+
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
Modified: Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL 2009-05-12 02:22:55 UTC (rev 10084)
+++ Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL 2009-05-12 02:26:11 UTC (rev 10085)
@@ -9,7 +9,7 @@
requires 'Catalyst::Plugin::ConfigLoader';
requires 'Class::Accessor::Fast';
requires 'Config::General' => '2.42'; # as of 1.07, we use .conf and not .yaml
-requires 'File::ChangeNotify' => '0.02';
+requires 'File::ChangeNotify' => '0.03';
requires 'File::Copy::Recursive';
requires 'Module::Install' => '0.64';
requires 'parent'; # as of 1.04
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-12 02:22:55 UTC (rev 10084)
+++ Catalyst-Devel/1.00/branches/improved-restarter/lib/Catalyst/Devel.pm 2009-05-12 02:26:11 UTC (rev 10085)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '1.14_01';
+our $VERSION = '1.14_02';
our $CATALYST_SCRIPT_GEN = 34;
$VERSION = eval $VERSION;
More information about the Catalyst-commits
mailing list