diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-07 10:12:48 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-07 10:12:48 -0800 |
commit | f8a096330efae217af9713887a8ebe9489de5d5e (patch) | |
tree | e29b2c989cd5a5df2408319847173ee3cbb24dfb /Makefile.PL | |
parent | 57803c3e46fd1d889cb1f59b24b713b7281d7305 (diff) |
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-*' }, |