X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=61a6d3c2563d75470d6cae128e259b1a46522a36;hb=0f8448322561029d7265adc51484136b2433ad28;hp=9c7fd02d2361c2ac94ac5b5bf0b67c296bc76569;hpb=50b95db6f08695f02fd804bc71c6c222cd310d05;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 9c7fd02..61a6d3c 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -14,7 +14,7 @@ use namespace::clean; # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -our $VERSION = '0.07011'; +our $VERSION = '0.07014'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -602,7 +602,8 @@ the same terms as Perl itself. =head1 SEE ALSO -L, L +L, L, L, +L =cut