File: control

package info (click to toggle)
libwww-freshmeat-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 60
  • sloc: perl: 471; xml: 153; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 1,531 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
31
32
33
34
35
36
37
38
Source: libwww-freshmeat-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libfile-slurp-perl,
                     liblwp-online-perl,
                     libmouse-perl,
                     libtest-pod-perl,
                     libwww-perl,
                     libxml-parser-perl,
                     libxml-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Antonio Radici <antonio@dyne.org>,
           Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/WWW-Freshmeat
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwww-freshmeat-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-freshmeat-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libwww-freshmeat-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libmouse-perl,
         libwww-perl,
         libxml-parser-perl,
         libxml-simple-perl
Description: module to automate searches on Freshmeat.net
 WWW::Freshmeat is a Perl module that allows you to fetch information about
 projects from Freshmeat, such as name, URL, version and description. Because
 it subclasses LWP, it supports all its options, including timeout, useragent,
 env_proxy, etc.