commit 35bf49f487a29590e3a7a42db2883841889a760f
parent 5f5216eccb6c8624ffbaa7334576b182af6f3a9c
Author: Slack Coder <slackcoder@server.ky>
Date: Wed, 4 Dec 2024 15:49:05 -0500
Correct Perl modules author
New maintainer.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL
@@ -6,6 +6,6 @@ WriteMakefile(
NAME => 'SBO::Lib',
VERSION_FROM => 'lib/SBO/Lib.pm',
($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT => 'methods, variables, etc for the sbotools pacage',
- AUTHOR => 'Jacob Pipkin <j@dawnrazor.net>') : ()),
+ (ABSTRACT => 'methods, variables, etc for the sbotools package',
+ AUTHOR => 'Slack Coder <slackcoder@server.ky>') : ()),
);