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=8db61de9207efd0c57529d79e2d51baeaa60dea6;hb=46564a42215c5309753f3e0609ae1adddf68d083;hp=761c88b413b894265f68319dc6f459e6c219d160;hpb=53c4835c7c3e764f0881b196fb29f348916e8411;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 761c88b..8db61de 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.07040'; +our $VERSION = '0.07048_01'; 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