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=27cc5af97b124f966460e4cb8dfd0dcfc0668903;hb=dc783fab900d073db1fb0e86b709cbb65bd364b7;hp=80df9c59630cf2d57ca1e26a7af40610b5210745;hpb=ae151d4f7f9d1bff0e912b03ff97c1aec918f867;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 80df9c5..27cc5af 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.07033'; +our $VERSION = '0.07045'; 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