depend on File::ChangeNotify 0.03.
Dave Rolsky [Tue, 12 May 2009 02:26:11 +0000 (02:26 +0000)]
Bump version & update changes

Changes
Makefile.PL
lib/Catalyst/Devel.pm

diff --git a/Changes b/Changes
index 5e86d64..7423965 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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
index 9244311..f368ce6 100644 (file)
@@ -9,7 +9,7 @@ requires 'Catalyst::Plugin::Static::Simple' => '0.16';
 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
index 549b92a..d00403d 100644 (file)
@@ -3,7 +3,7 @@ package Catalyst::Devel;
 use strict;
 use warnings;
 
-our $VERSION             = '1.14_01';
+our $VERSION             = '1.14_02';
 our $CATALYST_SCRIPT_GEN = 34;
 
 $VERSION = eval $VERSION;