File: control

package info (click to toggle)
libwww-shorten-simple-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 120 kB
  • ctags: 9
  • sloc: perl: 47; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,061 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
Source: libwww-shorten-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9.20140227~),
               libmodule-build-tiny-perl,
               libwww-shorten-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-shorten-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwww-shorten-simple-perl.git
Homepage: http://search.cpan.org/dist/WWW-Shorten-Simple/

Package: libwww-shorten-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libwww-shorten-perl
Description: factory wrapper around WWW::Shorten to avoid imports
 WWW::Shorten::Simple is a object oriented wrapper around WWW::Shorten
 so that you can create an object representing each URL shortening
 service, instead of importing link shortening functions into the
 namespace of your module.