[Bast-commits] r8244 - in branches/DBIx-Class-Schema-Loader/current: . lib/DBIx/Class/Schema/Loader

jhannah at dev.catalyst.perl.org jhannah at dev.catalyst.perl.org
Thu Jan 7 00:44:07 GMT 2010


Author: jhannah
Date: 2010-01-07 00:44:06 +0000 (Thu, 07 Jan 2010)
New Revision: 8244

Modified:
   branches/DBIx-Class-Schema-Loader/current/Changes
   branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
Log:
now mentions skip_load_external feature in comments


Modified: branches/DBIx-Class-Schema-Loader/current/Changes
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Changes	2010-01-06 13:57:58 UTC (rev 8243)
+++ branches/DBIx-Class-Schema-Loader/current/Changes	2010-01-07 00:44:06 UTC (rev 8244)
@@ -1,6 +1,7 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
         - fix NUMERIC/DECIMAL size column_info for postgres
+        - now mentions skip_load_external feature in comments 
 
 0.04999_13  2010-01-03 12:32:25
         - exclude 'size' column_info for postgres when unnecessary, and

Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-06 13:57:58 UTC (rev 8243)
+++ branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/Base.pm	2010-01-07 00:44:06 UTC (rev 8244)
@@ -581,7 +581,8 @@
          .qq|# for you to hand-edit.  If you do not either delete\n|
          .qq|# this section or remove that file from \@INC, this section\n|
          .qq|# will be repeated redundantly when you re-create this\n|
-         .qq|# file again via Loader!\n|
+         .qq|# file again via Loader!  See skip_load_external to disable\n|
+         .qq|# this feature.\n|
         );
         chomp $code;
         $self->_ext_stmt($class, $code);
@@ -598,7 +599,7 @@
 # These lines were loaded from '$old_real_inc_path',
 # based on the Result class name that would have been created by an 0.04006
 # version of the Loader. For a static schema, this happens only once during
-# upgrade.
+# upgrade. See skip_load_external to disable this feature.
 EOF
 
         my $code = do {




More information about the Bast-commits mailing list