• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Business/PayPal/H24-Aug-2012-9221

t/H03-May-2022-5240

ChangesH A D03-May-2022661 2416

EWP.xsH A D03-May-20225.3 KiB222174

MANIFESTH A D03-May-2022176 1716

MANIFEST.SKIPH A D03-May-202274 108

META.ymlH A D03-May-2022359 1210

Makefile.PLH A D03-May-20228.1 KiB193146

READMEH A D03-May-2022800 3420

SIGNATUREH A D03-May-20222.2 KiB4942

paypal.pemH A D03-May-20221.3 KiB2322

ppport.hH A D03-May-202229.1 KiB1,097725

test.crtH A D03-May-20221 KiB1918

test.keyH A D03-May-2022887 1615

typemapH A D03-May-202297 76

README

1Business::PayPal::EWP - Perl extension for PayPal's Encrypted Website Payments
2==============================================================================
3
4INSTALLATION
5
6To install this module type the following:
7
8   perl Makefile.PL
9   make
10   make test
11   make install
12
13DEPENDENCIES
14
15This module requires these other modules and libraries:
16
17  Test::More
18
19COPYRIGHT AND LICENCE
20
21Copyright (c) 2004, 2005 Issac Goldstand E<lt>margol@beamartyr.netE<gt>
22Copyright (c) 2009 Thomas Busch (current maintainer)
23
24All rights reserved.
25
26This library includes code copied from PayPal's sample code.  More
27information about those projects' authors can be found at the respective
28project websites.
29
30This library is free software. It can be redistributed and/or modified
31under the same terms as Perl itself.
32
33
34