File: control

package info (click to toggle)
libbusiness-paypal-api-perl 0.77-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: perl: 2,503; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 1,286 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>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libdata-printer-perl,
                     liblist-allutils-perl,
                     libsoap-lite-perl,
                     libtest-most-perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbusiness-paypal-api-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbusiness-paypal-api-perl.git
Homepage: https://metacpan.org/release/Business-PayPal-API
Rules-Requires-Root: no

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.