diff options
author | jeff <jeff> | 2009-09-01 15:34:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-09-01 15:34:04 +0000 |
commit | 28ffbbbdb1eb4b3990ca45395e7f05da89d11af0 (patch) | |
tree | 78ca9fcf969db8636186ec8b9cd434f04459c28c | |
parent | b404e4300aabeb1d653f16af86c2f00df088d816 (diff) |
Initial import (0.03)initial
-rw-r--r-- | Changes | 10 | ||||
-rw-r--r-- | META.yml | 26 |
2 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,10 @@ +0.01 Thu Feb 16 2006 + - Initial release to CPAN. Yay. + +0.02 Sat Apr 8 2006 + - Allow countries to be two letter codes or the full country name. + Contributed by Sten Spans <sten@bit.nl>. + +0.03 Tue Sep 1 2009 + - Ugly fix for Expat parser error due to spaces in an element name + in the OpenSRS renew domain response. diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..17e3322 --- /dev/null +++ b/META.yml @@ -0,0 +1,26 @@ +--- #YAML:1.0 +name: Net-OpenSRS +version: 0.03 +abstract: Domain registration via the Tucows OpenSRS HTTPS XML API +author: + - Richard L. Siddall <opensrs@elirion.net> +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: + Date::Calc: 0 + Digest::MD5: 0 + LWP::UserAgent: 0 + Test::More: 0 + XML::Simple: 0 +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.54 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 |