diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-08 06:13:44 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-08 06:13:44 -0400 |
| commit | b18fdc240a9871ccfb65105e8dde7a663d4aa767 (patch) | |
| tree | d18c1f48a794b0c5e75e6bd4e74ebbf4677fef8c | |
| parent | 97fa708ecc14ca8a2136b586b7eca113b7020fd3 (diff) | |
| download | sbo-maintainer-tools-b18fdc240a9871ccfb65105e8dde7a663d4aa767.tar.gz | |
| -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/, |
