diff options
| -rwxr-xr-x | sbolint | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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/, |
