re-upload (with Changes) v0.35
Rafael Kitover [Sun, 27 Dec 2009 09:53:08 +0000 (09:53 +0000)]
Changes
Makefile.PL
TODO
lib/Catalyst/Helper/Model/DBIC/Schema.pm
lib/Catalyst/Model/DBIC/Schema.pm

diff --git a/Changes b/Changes
index b58e98e..33abb12 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Model::DBIC::Schema
 
+0.35  Sun Dec 27 04:50:53 EST 2009
+        - forgot to edit Changes on last upload
+
 0.34  Sun Dec 27 03:49:34 EST 2009
         - move schema proxying into SchemaProxy trait which is off by default
 
index 91cabb6..4eedcbd 100644 (file)
@@ -7,9 +7,10 @@ all_from 'lib/Catalyst/Model/DBIC/Schema.pm';
 warn <<EOF;
 ****************************** !!! WARNING !!!  *******************************
 *                                                                             *
-* Automatic proxying to the Schema class has been DEPRECATED.                 *
+* Automatic proxying to the Schema class has been DISABLED.                   *
 *                                                                             *
-* See "METHOD PROXYING" in perldoc Catalyst::Model::DBIC::Schema.             *
+* See "METHOD PROXYING" in perldoc Catalyst::Model::DBIC::Schema for how to   *
+* turn it back on.                                                            *
 *                                                                             *
 *******************************************************************************
 EOF
diff --git a/TODO b/TODO
index a1f2aa0..1d2b553 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,3 @@
 timezone and locale support for dates at helper time
 
-see why warnings get silenced (https://rt.cpan.org/Ticket/Display.html?id=47101)
+upgrade option for upgrading from S::L 0.04006 and load_classes
index e694d69..65735a8 100644 (file)
@@ -4,7 +4,7 @@ use namespace::autoclean;
 use Moose;
 no warnings 'uninitialized';
 
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 $VERSION = eval $VERSION;
 
 use Carp;
index 32f179d..d5e1b39 100644 (file)
@@ -5,7 +5,7 @@ use mro 'c3';
 extends 'Catalyst::Model';
 with 'CatalystX::Component::Traits';
 
-our $VERSION = '0.34';
+our $VERSION = '0.35';
 $VERSION = eval $VERSION;
 
 use namespace::autoclean;