From d9312a3f28c965b43f341bdf11fbf4183d4776e8 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 8 Aug 2001 11:03:11 +0000 Subject: initial import --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..1feed94 --- /dev/null +++ b/README @@ -0,0 +1,29 @@ +HTTP::Headers::UserAgent v3.00 + + Copyright (c) 2001 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.00 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: + +Ivan Kohler +20 4,16 * * * saytime -- cgit v1.2.1