From: Florian Ragwitz Date: Tue, 11 Aug 2009 20:34:29 +0000 (+0000) Subject: Version 1.20. X-Git-Tag: 1.20^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=4dd8000740e3f70b2b3defbe364acd7849a25454 Version 1.20. --- diff --git a/Changes b/Changes index efcce95..60e98ee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +1.20 2009-08-11 23:30:30 - Bump required File::ChangeNotify version to 0.07. Closes RT#48610. 1.19 2009-06-29 00:36:50 diff --git a/lib/Catalyst/Devel.pm b/lib/Catalyst/Devel.pm index 4b09762..3f0f089 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.19'; +our $VERSION = '1.20'; our $CATALYST_SCRIPT_GEN = 39; $VERSION = eval $VERSION;