From: Marcus Ramberg Date: Tue, 3 Apr 2007 16:03:40 +0000 (+0000) Subject: fixed formbuilder requirement X-Git-Tag: v4.00~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTask-Catalyst.git;a=commitdiff_plain;h=ffaac748c813780c5af0ed839236a8b573d1f162 fixed formbuilder requirement --- diff --git a/Changes b/Changes index 7fbab54..a52719e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Task::Catalyst. +2.0001 Wed 28 Mar 2007 + - Fixed Dependency for formbuilder controller + 2.0000 Wed 28 Mar 2007 - General cleanup - Updated to reflect the 5.7xxx release diff --git a/Makefile.PL b/Makefile.PL index d3c7fda..951d101 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,7 @@ feature 'HTML::Widget Support', feature 'FormBuilder Support', -default => 1, - 'Catalyst::Controller::FormBuilder' => '1.06'; + 'Catalyst::Controller::FormBuilder' => '0.03'; feature 'Stacktrace Advanced Debugging Support', -default => 1, diff --git a/lib/Task/Catalyst.pm b/lib/Task/Catalyst.pm index ab01a63..4d324fc 100644 --- a/lib/Task/Catalyst.pm +++ b/lib/Task/Catalyst.pm @@ -3,7 +3,7 @@ package Task::Catalyst; use strict; use warnings; -our $VERSION = '2.0000'; +our $VERSION = '2.0001'; =head1 NAME