File: control

package info (click to toggle)
libparse-http-useragent-perl 0.39-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 612 kB
  • ctags: 368
  • sloc: perl: 4,048; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 1,096 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
Source: libparse-http-useragent-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl (>= 5.17.1) | libmodule-build-perl (>= 0.400000)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-http-useragent-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-http-useragent-perl.git
Homepage: https://metacpan.org/release/Parse-HTTP-UserAgent/

Package: libparse-http-useragent-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: parser for the HTTP User Agent string
 Parser::HTTP::UserAgent implements a rules-based parser and tries to
 identify MSIE, FireFox, Opera, Safari & Chrome first. It then tries to
 identify Mozilla, Netscape, Robots and the rest will be tried with a
 generic parser. There is also a structure dumper, useful for debugging.