From: Rafael Kitover Date: Sun, 18 Oct 2009 05:36:54 +0000 (+0000) Subject: release X-Git-Tag: v0.30~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=8e1f4dbf45b813d4f4fd5caddccf3f3deadc410c release --- diff --git a/Changes b/Changes index 5ea8956..2a87f9c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema -0.30 + +0.30 Sun Oct 18 01:35:36 EDT 2009 - change no sources error to a warning (with a way to turn it off) - write connect_info to Model without a create= option as well diff --git a/lib/Catalyst/Helper/Model/DBIC/Schema.pm b/lib/Catalyst/Helper/Model/DBIC/Schema.pm index 01c0d7d..b58a093 100644 --- a/lib/Catalyst/Helper/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Helper/Model/DBIC/Schema.pm @@ -5,7 +5,6 @@ use Moose; no warnings 'uninitialized'; our $VERSION = '0.30'; -$VERSION = eval $VERSION; use Carp; use Tie::IxHash ();