X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FRelBuilder%2FCompat%2Fv0_06.pm;h=b4916c0042e5794ef7c5786ccdba60955d54ef08;hb=dc783fab900d073db1fb0e86b709cbb65bd364b7;hp=dca6174dd35c092a36b1e1c4f863f590902df7cd;hpb=659817cfc6f8f5dfa8dfcfa2992679d745294e3e;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm index dca6174..b4916c0 100644 --- a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm +++ b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm @@ -2,12 +2,10 @@ package DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_06; use strict; use warnings; +use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_07'; use mro 'c3'; -use base 'DBIx::Class::Schema::Loader::RelBuilder'; -use Carp::Clan qw/^DBIx::Class/; -use Lingua::EN::Inflect::Phrase (); -our $VERSION = '0.07003'; +our $VERSION = '0.07045'; sub _normalize_name { my ($self, $name) = @_; @@ -20,16 +18,16 @@ sub _normalize_name { =head1 NAME DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_06 - RelBuilder for -compatibility with DBIx::Class::Schema::Loader version 0.06001 +compatibility with DBIx::Class::Schema::Loader version 0.06000 =head1 DESCRIPTION See L and L. -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE