Replace sectioned links with C<> formatting
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Filter / DefaultExtra.pm
index 6b692b2..49e046d 100644 (file)
@@ -32,8 +32,8 @@ objects.
 =cut
 
 use strict;
-use vars qw/$VERSION/;
-$VERSION = '1.59';
+use warnings;
+our $VERSION = '1.59';
 
 sub filter {
     my $schema = shift;
@@ -67,7 +67,7 @@ if you want to set lots of things, use lots of filters!
 
 =head1 SEE ALSO
 
-L<perl(1)>, L<SQL::Translator>
+C<perl(1)>, L<SQL::Translator>
 
 =head1 BUGS