From b18fdc240a9871ccfb65105e8dde7a663d4aa767 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 8 Sep 2026 06:13:44 -0400 Subject: sbolint: get rid of redundant POSIX::getcwd, fix "see also" --- sbolint | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sbolint') diff --git a/sbolint b/sbolint index 5f13c27..464c5f3 100755 --- a/sbolint +++ b/sbolint @@ -372,14 +372,13 @@ B. Watson , aka Urchlay on Libera IRC. =head1 SEE ALSO -B(1), B, B(1), B(8), B(1) +B(1), B(1), B(1), B(8), B(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/, -- cgit v1.2.3