| 12
 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
 31
 32
 33
 
 | Source: libpoe-component-server-soap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <tincho@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8~),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libpoe-perl,
                     libsoap-lite-perl,
                     libpoe-component-server-simplehttp-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-server-soap-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-server-soap-perl.git
Homepage: https://metacpan.org/release/POE-Component-Server-SOAP
Package: libpoe-component-server-soap-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsoap-lite-perl,
         libpoe-perl,
         libpoe-component-server-simplehttp-perl
Description: POE component to publish event handlers via SOAP over HTTP
 POE::Component::Server::SOAP is a component that can publish event handlers
 via SOAP over HTTP. Currently, this module only supports SOAP/1.1 requests,
 though support for SOAP/1.2 is planned. A simple HTTP server is provided by
 POE::Component::Server::SimpleHTTP (libpoe-component-server-simplehttp-perl).
 |