# HTTP::UserAgentClientHints

This is Perl module `HTTP::UserAgentClientHints`.

<a href="https://github.com/bayashi/HTTP-UserAgentClientHints/blob/main/README.md"><img src="https://img.shields.io/badge/Version-0.05-green?style=flat"></a> <a href="https://github.com/bayashi/HTTP-UserAgentClientHints/blob/main/LICENSE"><img src="https://img.shields.io/badge/LICENSE-Artistic%202.0-GREEN.png"></a> <a href="https://github.com/bayashi/HTTP-UserAgentClientHints/actions"><img src="https://github.com/bayashi/HTTP-UserAgentClientHints/workflows/main/badge.svg?_t=1681289447"/></a> <a href="https://coveralls.io/r/bayashi/HTTP-UserAgentClientHints"><img src="https://coveralls.io/repos/bayashi/HTTP-UserAgentClientHints/badge.png?_t=1681289447&branch=main"/></a>

## INSTALLATION

HTTP::UserAgentClientHints installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan HTTP::UserAgentClientHints

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install


## DOCUMENTATION

HTTP::UserAgentClientHints documentation is available as in POD. So you can do:

    % perldoc HTTP::UserAgentClientHints


## REPOSITORY

HTTP::UserAgentClientHints is hosted on github: http://github.com/bayashi/HTTP-UserAgentClientHints


## LICENSE

`HTTP::UserAgentClientHints` is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. (Note that, unlike the Artistic License 1.0, version 2.0 is GPL compatible by itself, hence there is no benefit to having an Artistic 2.0 / GPL disjunction.) See the file LICENSE for details.


## AUTHOR

Dai Okabayashi &lt; bayashi at cpan.org &gt;