diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 358637f..e326e18 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,12 +4,13 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'Net::Ikano', - AUTHOR => 'Erik Levinson <levinse@freeside.biz>', + AUTHOR => 'Ivan Kohler <ivan-ikano@freeside.biz>', VERSION_FROM => 'lib/Net/Ikano.pm', ABSTRACT_FROM => 'lib/Net/Ikano.pm', PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, + 'Switch' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-Ikano-*' }, |