Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neilb/http-headers-useragent
The perl module HTTP::Headers::UserAgent
https://github.com/neilb/http-headers-useragent
Last synced: about 2 months ago
JSON representation
The perl module HTTP::Headers::UserAgent
- Host: GitHub
- URL: https://github.com/neilb/http-headers-useragent
- Owner: neilb
- Created: 2011-11-13T21:00:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T23:25:36.000Z (about 9 years ago)
- Last Synced: 2024-10-11T21:08:43.748Z (2 months ago)
- Language: Perl6
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
HTTP::Headers::UserAgent v3.02
This module is now deprecated. There are other modules which do the same
thing better, and which are actively maintained.This module is now little more than a wrapper around HTTP::BrowserDetect.
It is provided in case someone out there is using this interface,
but I recommend that you port your code to Parse::HTTP::UserAgent
or HTTP::DetectUserAgent.A review of Perl modules for parsing User-Agent strings can be found at:
http://blogs.perl.org/users/neilb/2011/10/cpan-modules-for-parsing-user-agent-strings.html
To install this module you should just have to:
perl Makefile.PL
make
make test
make installI have taken over maintenance of this module, because these was confusion
over which of the previous releases was the official one. I do not plan
to do further updates, unless there are specific bugs needed,
or clarifications in the documentation.Copyright (c) 2002 Ivan Kohler.
Copyright (c) 2011 Neil Bowers.All rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.