From: Dave Rolsky Date: Tue, 12 May 2009 02:26:11 +0000 (+0000) Subject: depend on File::ChangeNotify 0.03. X-Git-Tag: 1.14_02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5818fd89fb681baa1ef20ef9be0c3c5543e5fce;p=catagits%2FCatalyst-Devel.git depend on File::ChangeNotify 0.03. Bump version & update changes --- diff --git a/Changes b/Changes index 5e86d64..7423965 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 9244311..f368ce6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 549b92a..d00403d 100644 --- a/lib/Catalyst/Devel.pm +++ b/lib/Catalyst/Devel.pm @@ -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;