X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FRelBuilder%2FCompat%2Fv0_07.pm;h=4e80cbfac589cb9001a9a76ad6bb0eeb731648dd;hb=306bf770bf08b06f92863808b1938f2fc704acb0;hp=a5a38ca2e4465d9df61ae7fae791bf355eac3e74;hpb=8990a2b23d98bcb87da292ee3731de3ac4f1b86f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm index a5a38ca..4e80cbf 100644 --- a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm +++ b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_07.pm @@ -17,7 +17,7 @@ L. =cut -our $VERSION = '0.07028'; +our $VERSION = '0.07047'; sub _strip_id_postfix { my ($self, $name) = @_; @@ -27,9 +27,9 @@ sub _strip_id_postfix { return $name; } -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE