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=8f39983291fbdff6ebe77983fac7a141410b2b9d;hb=38a64290c6c15538795ff18e6bc6c1ddcb67aab3;hp=f21352970409c6aa2d8eba0a6a63bc5ff46fe341;hpb=c819561ab07117cbe62d10cd64988ca811ad9149;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 f213529..8f39983 100644 --- a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm +++ b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_06.pm @@ -5,7 +5,7 @@ use warnings; use base 'DBIx::Class::Schema::Loader::RelBuilder::Compat::v0_07'; use mro 'c3'; -our $VERSION = '0.07024'; +our $VERSION = '0.07049'; sub _normalize_name { my ($self, $name) = @_; @@ -25,9 +25,9 @@ compatibility with DBIx::Class::Schema::Loader version 0.06000 See L and L. -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE