[Bast-commits] r7920 -
branches/DBIx-Class-Schema-Loader/back-compat/lib/DBIx/Class/Schema/Loader/Compat
caelum at dev.catalyst.perl.org
caelum at dev.catalyst.perl.org
Tue Nov 17 00:39:50 GMT 2009
Author: caelum
Date: 2009-11-17 00:39:50 +0000 (Tue, 17 Nov 2009)
New Revision: 7920
Modified:
branches/DBIx-Class-Schema-Loader/back-compat/lib/DBIx/Class/Schema/Loader/Compat/v0_040.pm
Log:
fix name of compat relbuilder
Modified: branches/DBIx-Class-Schema-Loader/back-compat/lib/DBIx/Class/Schema/Loader/Compat/v0_040.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/back-compat/lib/DBIx/Class/Schema/Loader/Compat/v0_040.pm 2009-11-16 18:16:39 UTC (rev 7919)
+++ branches/DBIx-Class-Schema-Loader/back-compat/lib/DBIx/Class/Schema/Loader/Compat/v0_040.pm 2009-11-17 00:39:50 UTC (rev 7920)
@@ -14,9 +14,10 @@
sub _relbuilder {
my ($self) = @_;
- $self->{relbuilder} ||= DBIx::Class::Schema::Loader::RelBuilder::v04Compat->new(
- $self->schema, $self->inflect_plural, $self->inflect_singular
- );
+ $self->{relbuilder} ||=
+ DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_040->new(
+ $self->schema, $self->inflect_plural, $self->inflect_singular
+ );
}
1;
More information about the Bast-commits
mailing list