![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Business-OnlinePayment-Ogone-0.2.1.tar.gz |
This archive contains the distribution Business-OnlinePayment-Ogone, version 0.2.1: Online payment processing via Ogone This software is copyright (c) 2011 by Tim Esselens. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
=head1 NAME Business::OnlinePayment::Ogone - Online payment processing via Ogone =head1 SYNOPSYS use common::sense; use Data::Dumper; use Business::OnlinePayment; my $tx = new Business::OnlinePayment('Ogone', pspid => 'fred', login => 'bedrock_api', password => 'fl1nst0ne' ); more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for t more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip more»
This software is copyright (c) 2011 by Tim Esselens. This is free software; you can redistribute it more»
[DIR] | Business-OnlinePayment-Ogone-0.2.1/ (11) |