X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FRelBuilder%2FCompat%2Fv0_05.pm;h=f621bb9c9895a77a311bed72a19665a3be6b0483;hb=b87ab3912a3fd6e7b3eb435d492247961a040c7f;hp=c3581e7a2ba83529a24f0229dc713cc422ef389c;hpb=45b70e6c5450ee7a1428f10dd90dce0a50e45ff4;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm index c3581e7..f621bb9 100644 --- a/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm +++ b/lib/DBIx/Class/Schema/Loader/RelBuilder/Compat/v0_05.pm @@ -8,7 +8,7 @@ use DBIx::Class::Schema::Loader::Utils 'array_eq'; use namespace::clean; use Lingua::EN::Inflect::Number (); -our $VERSION = '0.07038'; +our $VERSION = '0.07043'; sub _to_PL { my ($self, $name) = @_; @@ -74,9 +74,9 @@ compatibility with DBIx::Class::Schema::Loader version 0.05003 See L and L. -=head1 AUTHOR +=head1 AUTHORS -See L and L. +See L. =head1 LICENSE