File: control

package info (click to toggle)
libbusiness-paypal-api-perl 0.74-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 70
  • sloc: perl: 2,357; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 1,314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libbusiness-paypal-api-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           Jonathan Yu <jawnsy@cpan.org>,
           Fabrizio Regalli <fabreg@fabreg.it>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdata-printer-perl,
                     liblist-allutils-perl,
                     libsoap-lite-perl,
                     libtest-most-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-paypal-api-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libbusiness-paypal-api-perl.git
Homepage: https://metacpan.org/release/Business-PayPal-API

Package: libbusiness-paypal-api-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-printer-perl,
         libsoap-lite-perl
Description: module providing access to the PayPal API
 Business::PayPal::API is a Perl module providing access to the PayPal API.
 It supports both certificate authentication and the new 3-token "Signature"
 authentication. It also support PayPal's development sandbox for testing.