diff options
-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>') : ()), ); |