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

0.2.1 2013-11-24T00:55:35Z
 [Dependencies::Noteworthy]
 - Needs HTTP::Tiny 0.022 for tests.

 [Dependencies::Stats]
 - Dependencies changed, see Changes.deps{,.all,.dev} for details
 - runtime: ↑1
 - test: +1

0.2.0 2013-11-24T00:18:47Z
 [00 Major]
 - Internals refactored in terms of Class::Tiny, removing the need for
   Moose to do basically nothing.

 [Dependencies::Noteworthy]
 - use Class::Tiny
 - no longer uses Moose and MooseX::NonMoose

 [Dependencies::Stats]
 - Dependencies changed, see Changes.deps{,.all,.dev} for details
 - develop: ↑1
 - runtime: +2 -2

 [Documentation]
 - Changes retroactively tided.

 [Tests]
 - Basic constructor tests added.

0.1.4 2013-11-21T07:32:56Z
 [00 Maint release]

 [Dependencies::Noteworthy]
 - use Module::Build 0.4202
 - use Test::More 1.001002

 [Dependencies::Stats]
 - Dependencies changed, see Changes.deps{,.all,.dev} for details
 - build: ↑1
 - configure: ↑1
 - develop: +46 -3
 - test: ↑1 -2

 [Documentation]
 - Update ©
 - UTF-8 encoding

 [Meta]
 - Issues to Github

 [Packaging]
 - utilise test_requires
 - utilise new fallback code

 [Tests]
 - Use new Compile::PerFile
 - Regen report versions to hide develop reqs
 - Regen CPAN Changes test
 - Regen Kwalitee test

0.1.3 2012-11-08T14:06:30Z
 [Bugs]
 - Resolves github #1 "Adjust get() to bridge HTTP::Tiny and WWW::Mechanize
   APIs", reported by Pedro Melo, with fix by Pedro Melo.
 - Resolves RT#80674 , essentially github #1, reported by Diogo Franco

 [Dependencies::Noteworthy]
 - perl = 5.006
 - use Module::Build 0.4003
 - use Test::More 0.98

 [Dependencies::Stats]
 - Dependencies changed, see Changes.deps{,.all,.dev} for details
 - build: ↑1
 - configure: ↑1
 - develop: +5 ↑2
 - runtime: +1
 - test: ↑1

 [Documentation]
 - Added Pedro Melo to author list

 [Tests]
 - regenerated t/00-compile.t
 - regenerated t/000-report-versions-tiny.t
 - added xt/release/minimum-version.t

0.1.2 2011-10-17T09:42:07Z
 [Internals]
 - Query the Request Object for success code instead of passing 1.

0.1.1 2011-10-17T03:48:43Z
 [Packaging]
 - Bloody UTF8 Encoding.

0.1.0 2011-10-17T03:44:31Z
 - First version.