The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HTTP::Tiny::Mech

This code is somewhat poorly documented, and highly experimental.

Its the result of a quick bit of hacking to get "MetaCPAN::API" working
faster via the "WWW::Mechanize::Cached" module ( and gaining cache
persistence via "CHI" )

It works so far for this purpose.

At present, only "get" and "request" are implemented, and all other
calls fall through to a native "HTTP::Tiny".

POD ERRORS

Hey! The above document had some coding errors, which are explained
below:

Around line 7:
    Non-ASCII character seen before =encoding in '( and'. Assuming
    CP1252

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric <kentnl@cpan.org>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.