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=b2d599e44c039837abc436f919bd232690938711;hb=188038c0d8bf2df07b728e070bee4ca5d2de3026;hp=8fa95d7a3ffb3d0c5e39982fb4eae0fd861f57cb;hpb=e505923e527229410a92ac493250f1a7acc6f25c;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 8fa95d7..b2d599e 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.07031'; +our $VERSION = '0.07048'; 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