diff options
author | MOCK <mock@mailchannels.com> | 2005-04-01 10:48:58 -0800 |
---|---|---|
committer | Michael G. Schwern <schwern@pobox.com> | 2009-12-09 22:42:40 -0800 |
commit | 2061818b32b3e5a674f26bd82fc8802b4de92785 (patch) | |
tree | 1eac84e7fff0dd545de3a094736f927b4fa2a5e5 /META.yml |
initial import of Business-OnlinePayment-Exact 0.01 from CPAN
git-cpan-module: Business-OnlinePayment-Exact
git-cpan-version: 0.01
git-cpan-authorid: MOCK
git-cpan-file: authors/id/M/MO/MOCK/Business-OnlinePayment-Exact-0.01.tar.gz
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..df62ba5 --- /dev/null +++ b/META.yml @@ -0,0 +1,15 @@ +# http://module-build.sourceforge.net/META-spec.html +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: Business-OnlinePayment-Exact +version: 0.01 +version_from: lib/Business/OnlinePayment/Exact.pm +installdirs: site +requires: + Business::OnlinePayment: 2.01 + SOAP::Lite: 0.65_3 + Term::ReadLine: 0 + Term::ReadLine::Gnu: 0 + Test::More: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.17 |