Source: libpoe-component-irc-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt , Damyan Ivanov , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, netbase, libirc-utils-perl, libpoe-component-client-dns-perl, libpoe-component-client-ident-perl, libpoe-component-syndicator-perl, libpoe-filter-ircd-perl, libpoe-perl, libsocket-getaddrinfo-perl, libsocket6-perl, libtest-differences-perl, libtest-pod-coverage-perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-component-irc-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libpoe-component-irc-perl.git Homepage: https://metacpan.org/release/POE-Component-IRC Package: libpoe-component-irc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libirc-utils-perl, libpoe-component-syndicator-perl, libpoe-filter-ircd-perl, libpoe-perl, libsocket-getaddrinfo-perl Suggests: libpoe-component-client-dns-perl, libpoe-component-sslify-perl, libsocket6-perl Description: POE Component for manipulating IRC sessions POE::Component::IRC is a POE component which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect to, and it sends back interesting IRC events when they happen. You make the client do things by sending it events.