[Catalyst-commits] r11119 - Catalyst-Devel/1.00/trunk

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Aug 11 20:34:22 GMT 2009


Author: rafl
Date: 2009-08-11 20:34:22 +0000 (Tue, 11 Aug 2009)
New Revision: 11119

Modified:
   Catalyst-Devel/1.00/trunk/Changes
   Catalyst-Devel/1.00/trunk/Makefile.PL
Log:
Bump the File::ChangeNotify prereq some more.

Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes	2009-08-11 13:47:18 UTC (rev 11118)
+++ Catalyst-Devel/1.00/trunk/Changes	2009-08-11 20:34:22 UTC (rev 11119)
@@ -1,6 +1,6 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
-        - Bump required File::ChangeNotify version.
+        - Bump required File::ChangeNotify version to 0.07. Closes RT#48610.
 
 1.19    2009-06-29 00:36:50
         - Update Module::Install to a version that doesn't screw up

Modified: Catalyst-Devel/1.00/trunk/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/trunk/Makefile.PL	2009-08-11 13:47:18 UTC (rev 11118)
+++ Catalyst-Devel/1.00/trunk/Makefile.PL	2009-08-11 20:34:22 UTC (rev 11119)
@@ -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.06';
+requires 'File::ChangeNotify' => '0.07';
 requires 'File::Copy::Recursive';
 requires 'Module::Install' => '0.91';
 requires 'parent'; # as of 1.04




More information about the Catalyst-commits mailing list