release
Rafael Kitover [Sun, 18 Oct 2009 05:36:54 +0000 (05:36 +0000)]
Changes
lib/Catalyst/Helper/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index 5ea8956..2a87f9c 100644 (file)
--- 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
 
index 01c0d7d..b58a093 100644 (file)
@@ -5,7 +5,6 @@ use Moose;
 no warnings 'uninitialized';
 
 our $VERSION = '0.30';
-$VERSION = eval $VERSION;
 
 use Carp;
 use Tie::IxHash ();