From: Ivan Kohler Date: Mon, 7 Dec 2015 18:12:48 +0000 (-0800) Subject: Add Switch dependency (closes: rt.cpan.org #110112) X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-Ikano.git;a=commitdiff_plain Add Switch dependency (closes: rt.cpan.org #110112) --- diff --git a/Changes b/Changes index 908c458..569db51 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Net-Ikano -0.01 unreleased +0.02 unreleased + - Add Switch dependency (closes: rt.cpan.org #110112) + +0.01 Thu Aug 11 13:44:27 PDT 2011 First version 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 ', + AUTHOR => 'Ivan Kohler ', 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-*' }, diff --git a/lib/Net/Ikano.pm b/lib/Net/Ikano.pm index 37b94a4..287b145 100644 --- a/lib/Net/Ikano.pm +++ b/lib/Net/Ikano.pm @@ -12,11 +12,11 @@ Net::Ikano - Interface to Ikano wholesale DSL API =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; our $URL = 'https://orders.value.net/OsirisWebService/XmlApi.aspx';