diff options
author | Slack Coder <slackcoder@server.ky> | 2024-12-04 15:49:05 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-12-04 15:58:31 -0500 |
commit | 35bf49f487a29590e3a7a42db2883841889a760f (patch) | |
tree | 7e746c21c636d85fce6ebf681b90d7db68497578 | |
parent | 5f5216eccb6c8624ffbaa7334576b182af6f3a9c (diff) | |
download | sbotools2-35bf49f487a29590e3a7a42db2883841889a760f.tar.xz |
Correct Perl modules author
New maintainer.
-rw-r--r-- | SBO-Lib/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL index 45b8dfd..310724d 100644 --- 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>') : ()), ); |