From: Brandon Black Date: Wed, 15 Nov 2006 14:16:05 +0000 (+0000) Subject: Merge 'trunk' into 'current' X-Git-Tag: 0.03999_01~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b7b9d2402c146cc59a7ce4b80f5c41e78924e354;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Merge 'trunk' into 'current' 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 --- b7b9d2402c146cc59a7ce4b80f5c41e78924e354 diff --cc lib/DBIx/Class/Schema/Loader/Base.pm index a9593f0,6b89a29..3bb81a0 --- a/lib/DBIx/Class/Schema/Loader/Base.pm +++ b/lib/DBIx/Class/Schema/Loader/Base.pm @@@ -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