aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbolint5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbolint b/sbolint
index 5f13c27..464c5f3 100755
--- a/sbolint
+++ b/sbolint
@@ -372,14 +372,13 @@ B. Watson <urchlay@slackware.uk>, aka Urchlay on Libera IRC.
=head1 SEE ALSO
-B<sbopkglint>(1), B<sbodl>, B<sbofixinfo>(1), B<sbopkg>(8), B<sboinstall>(1)
+B<sbopkglint>(1), B<sbodl>(1), B<sbofixinfo>(1), B<sbopkg>(8), B<sboinstall>(1)
=cut
# These perl modules ship with Slackware's perl package.
-use POSIX qw/getcwd/;
use Getopt::Long qw/:config gnu_getopt no_require_order/;
-use Cwd qw/abs_path/;
+use Cwd qw/abs_path getcwd/;
@boilerplate = (
qr/#\s*REMOVE THIS ENTIRE BLOCK OF TEXT/,