Bumping version to 1.61
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / DefaultExtra.pm
index 49e046d..ebaa7df 100644 (file)
@@ -33,7 +33,7 @@ objects.
 
 use strict;
 use warnings;
-our $VERSION = '1.59';
+our $VERSION = '1.61';
 
 sub filter {
     my $schema = shift;
@@ -69,10 +69,4 @@ if you want to set lots of things, use lots of filters!
 
 C<perl(1)>, L<SQL::Translator>
 
-=head1 BUGS
-
-=head1 TODO
-
-=head1 AUTHOR
-
 =cut