Merge 'trunk' into 'current'
Brandon Black [Wed, 15 Nov 2006 14:16:05 +0000 (14:16 +0000)]
r11802@moloko (orig r2879):  blblack | 2006-11-14 17:11:46 -0600
generate full class names in rel definitions (from victori)
r11845@moloko (orig r2880):  blblack | 2006-11-15 07:56:00 -0600
Fixed rt.cpan.org #22425 (use File::Spec where appropriate)
r11846@moloko (orig r2881):  blblack | 2006-11-15 07:59:31 -0600
silence the useless warning spew in 20invocations.t

1  2 
Build.PL
lib/DBIx/Class/Schema/Loader/Base.pm
lib/DBIx/Class/Schema/Loader/RelBuilder.pm
t/20invocations.t

diff --cc Build.PL
Simple merge
@@@ -9,11 -9,9 +9,11 @@@ use UNIVERSAL::require
  use DBIx::Class::Schema::Loader::RelBuilder;
  use Data::Dump qw/ dump /;
  use POSIX qw//;
- use Cwd qw//;
+ use File::Spec qw//;
  require DBIx::Class;
  
 +our $VERSION = '0.03999_01';
 +
  __PACKAGE__->mk_ro_accessors(qw/
                                  schema
                                  schema_class
Simple merge