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