File: control

package info (click to toggle)
libnet-irc-perl 0.79-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 480 kB
  • sloc: perl: 2,309; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,136 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
Source: libnet-irc-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@iki.fi>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-irc-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-irc-perl.git
Homepage: https://metacpan.org/release/Net-IRC
Rules-Requires-Root: no

Package: libnet-irc-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Multi-Arch: foreign
Description: IRC (Internet Relay Chat) interface module for Perl
 Net::IRC contains an interface to write programs that connect to the IRC
 (Internet Relay Chat) protocol. Please note that this module is deprecated
 and no longer receives any maintenance whatsoever; for new projects, it is
 recommended that Bot::BasicBot or POE::Component::IRC be used instead.