File: control

package info (click to toggle)
liburi-smarturi-perl 0.031-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: perl: 2,144; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,212 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
Source: liburi-smarturi-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julien Vaubourg <julien@vaubourg.com>
Build-Depends: debhelper (>= 8.0.0)
Build-Depends-Indep: libclass-c3-componentised-perl,
 libfile-find-rule-perl,
 liblist-moreutils-perl,
 libmoose-perl,
 libnamespace-clean-perl,
 liburi-perl (>= 1.51),
 perl
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-smarturi-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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 (>= 1.51),
 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.