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=5cdc79b53efc4f8470d976f33ca4617a7491c481;hpb=ef73d2ade02190ee6e89138aa52d19f7138272b1;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 5cdc79b..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.07027'; +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