blob: df66366f5d75d2b2ca67701e7a251b75d09bc127 (
plain)
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
|
HTTP::Headers::UserAgent v3.01
Copyright (c) 2002 Ivan Kohler. All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
This is a class that deals with the HTTP User-Agent header. It will parse
the header, and (hopefully) report the correct platform, operating system,
browser, and browser version.
This is version 3.01 of the HTTP::Headers::UserAgent class. It is now
depriciated, and the code is a wrapper around the more well-maintained
HTTP::BrowserDetect module. You are advised to switch to HTTP::BrowserDetect.
While the interface provides backward-compatibility with version 1.00, it is
not based on the 1.00 code.
To install:
perl Makefile.PL
make
make test # nothing substantial yet
make install
Documentation will then be available via `man HTTP::Headers::UserAgent' or
`perldoc HTTP::Headers::UserAgent'.
Homepage: <http://www.sisd.com/useragent>
Ivan Kohler
20 4,16 * * * saytime
|