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

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jul 1 14:50:39 GMT 2009


Author: t0m
Date: 2009-07-01 14:50:39 +0000 (Wed, 01 Jul 2009)
New Revision: 10767

Modified:
   Catalyst-Devel/1.00/trunk/Changes
   Catalyst-Devel/1.00/trunk/Makefile.PL
Log:
Need File::ChangeNotify => 0.06

Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes	2009-06-30 23:53:59 UTC (rev 10766)
+++ Catalyst-Devel/1.00/trunk/Changes	2009-07-01 14:50:39 UTC (rev 10767)
@@ -1,5 +1,7 @@
 This file documents the revision history for Perl extension Catalyst-Devel.
 
+        - Bump required File::ChangeNotify version.
+
 1.19    2009-06-29 00:36:50
         - Update Module::Install to a version that doesn't screw up
           auto_install anymore (Closes: RT#45784).

Modified: Catalyst-Devel/1.00/trunk/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/trunk/Makefile.PL	2009-06-30 23:53:59 UTC (rev 10766)
+++ Catalyst-Devel/1.00/trunk/Makefile.PL	2009-07-01 14:50:39 UTC (rev 10767)
@@ -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.03';
+requires 'File::ChangeNotify' => '0.06';
 requires 'File::Copy::Recursive';
 requires 'Module::Install' => '0.91';
 requires 'parent'; # as of 1.04




More information about the Catalyst-commits mailing list