File: control

package info (click to toggle)
liburi-smarturi-perl 0.032-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 164
  • sloc: perl: 2,301; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,558 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
39
40
41
Source: liburi-smarturi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julien Vaubourg <julien@vaubourg.com>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl
Build-Depends-Indep: libclass-c3-componentised-perl,
                     libfile-find-rule-perl,
                     liblist-moreutils-perl,
                     libmoose-perl,
                     libnamespace-clean-perl,
                     libtest-fatal-perl,
                     libtest-nowarnings-perl,
                     liburi-perl,
                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-smarturi-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-smarturi-perl.git
Homepage: http://search.cpan.org/dist/URI-SmartURI/

Package: liburi-smarturi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-c3-componentised-perl,
         libfile-find-rule-perl,
         liblist-moreutils-perl,
         libmoose-perl,
         libnamespace-clean-perl,
         liburi-perl
Description: subclass of URI which add an hostless object
 URI::SmartURI is a sort of "subclass" of URI using delegation with some extra
 methods, all the methods that work for URIs will work on these objects as
 well.
 .
 It's similar in spirit to URI::WithBase.
 .
 It's also completely safe to subclass for your own use.