debian package source directory
[Business-OnlinePayment-Exact.git] / README
1 Business-OnlinePayment-Exact version 0.02
2 =========================================
3
4 Module for doing Credit Card Transactions using the v7 E-xact Web Services API
5
6 INSTALLATION
7
8 To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15 DEPENDENCIES
16
17 This module requires these other modules and libraries:
18
19   Test::More
20   Business::OnlinePayment
21   SOAP::Lite
22   Term::ReadLine::GNU - for testing
23
24 COPYRIGHT AND LICENCE
25
26 Copyright (C) 2005 by mock <mock@obscurity.org>
27 Copyright (C) 2014 by C.J. Adams-Collier <cjac@colliertech.org>
28
29 This library is free software; you can redistribute it and/or modify
30 it under the same terms as Perl itself, either Perl version 5.8.1 or,
31 at your option, any later version of Perl 5 you may have available.