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=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..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.07027'; +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