Merge 'trunk' into 'current'
Brandon Black [Thu, 12 Oct 2006 15:54:22 +0000 (15:54 +0000)]
r10808@moloko (orig r2799):  blblack | 2006-09-27 10:38:10 -0500
new tests + bugfix for rt.cpan.org #21025
r11203@moloko (orig r2819):  blblack | 2006-10-12 09:44:55 -0500
test update that should have been in the last commit...
r11204@moloko (orig r2820):  blblack | 2006-10-12 09:47:37 -0500
fix Build.PL wrt Class::Accessor::Fast broken $VERSION in 0.27
r11205@moloko (orig r2821):  blblack | 2006-10-12 09:53:18 -0500
apply fixes from rt.cpan.org #21758
r11206@moloko (orig r2822):  blblack | 2006-10-12 10:47:58 -0500
fix for rt.cpan.org #21084 (dump_overwrite pathological output recursion), bump version to 0.03007_01 temporarily for testing prior to 0.03008 release

1  2 
Build.PL
Changes
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/DBI/SQLite.pm
lib/DBIx/Class/Schema/Loader/DBI/mysql.pm
t/lib/dbixcsl_common_tests.pm

diff --cc Build.PL
Simple merge
diff --cc Changes
+++ b/Changes
@@@ -1,11 -1,11 +1,17 @@@
  Revision history for Perl extension DBIx::Class::Schema::Loader
  
 +        - columns_info_for imported from DBIx::Class
 +        - relationships are now on by default, use skip_relationships
 +          to disable them
 +        - Removed previously deprecated methods/options
 +        - Added $VERSION to all packages in this dist
 +
+ 0.03008 XXX Not yet released
+         - fix for rt.cpan.org #21084 (dump_overwrite pathological output recursion)
+         - fix for rt.cpan.org #21758 (mysql reserved words as table names)
+         - fix for rt.cpan.org #21025 (SQLite FK parsing)
+         - workaround for rt.cpan.org #21746 ($Class::Accessor::Fast::VERSION issues)
  0.03007 Thu Jul 27 16:19:59 UTC 2006
          - Kill erroneous warning about connect/loader_options order (the real
            case is warned about elsewhere)
@@@ -9,10 -9,9 +9,11 @@@ use UNIVERSAL::require
  use DBIx::Class::Schema::Loader::RelBuilder;
  use Data::Dump qw/ dump /;
  use POSIX qw//;
+ use Cwd qw//;
  require DBIx::Class;
  
 +our $VERSION = '0.03999_01';
 +
  __PACKAGE__->mk_ro_accessors(qw/
                                  schema
                                  schema_class
Simple merge