[Catalyst-commits] r10070 -
Catalyst-Devel/1.00/branches/improved-restarter
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Mon May 11 01:33:13 GMT 2009
Author: autarch
Date: 2009-05-11 01:33:13 +0000 (Mon, 11 May 2009)
New Revision: 10070
Modified:
Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL
Log:
Require the new, much less buggy, File::ChangeNotify 0.02
Modified: Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL 2009-05-11 01:19:32 UTC (rev 10069)
+++ Catalyst-Devel/1.00/branches/improved-restarter/Makefile.PL 2009-05-11 01:33:13 UTC (rev 10070)
@@ -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';
+requires 'File::ChangeNotify' => '0.02';
requires 'File::Copy::Recursive';
requires 'Module::Install' => '0.64';
requires 'parent'; # as of 1.04
More information about the Catalyst-commits
mailing list