for release
[HTTP-Headers-UserAgent.git] / index.html
1 <HTML><HEAD><TITLE>HTTP::Headers::UserAgent - parse User-Agent headers</TITLE></HEAD>
2 <BODY>
3 <PRE>
4 HTTP::Headers::UserAgent v3.00
5
6 Copyright (c) 2001 Ivan Kohler.  All rights reserved.
7 This program is free software; you can redistribute it and/or modify it under
8 the same terms as Perl itself.
9
10 This is a class that deals with the HTTP User-Agent header.  It will parse
11 the header, and (hopefully) report the correct platform, operating system,
12 browser, and browser version.
13
14 This is version 3.00 of the HTPP::Headers::UserAgent class.  <FONT SIZE="+2"><B>It is now
15 depriciated</B></FONT>, and the code is a wrapper around the more well-maintained
16 <a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect module</a>.  You are advised to switch to <a href="http://search.cpan.org/search?dist=HTTP-BrowserDetect">HTTP::BrowserDetect</a>.
17 While the interface provides backward-compatibility with version 1.00, it is
18 not based on the 1.00 code.
19
20 <a href="HTTP-Headers-UserAgent-3.00.tar.gz">Download HTTP-Headers-UserAgent v3.00</a>
21
22 To install:
23         perl Makefile.PL
24         make
25         make test # nothing substantial yet
26         make install
27
28 Documentation will then be available via `man HTTP::Headers::UserAgent' or
29 `perldoc HTTP::Headers::UserAgent'.
30
31 Ivan Kohler <ivan-useragent@420.am>
32 </body></html>