The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for HTTP-Thin-UserAgent

0.002 2013-02-18T23:16:31
 [Chris Prather <chris@prather.org>]
 - Add a warning about API breakage

 - split the API out a little
   
   You'll now need to call a terminal method to get the response data
   (response, or decode currently). This is so we aren't rail-roaded into
   getting the response-as-a-perltruct when calling as_json.


v0.001 2013-02-18T22:12:05
 [Chris Prather <chris@prather.org>]
 - prepare a bit more for a release

 - remove extra POD that Pod::Weaver will generate

 - add some basic docs

 - fix synopsis to match current code style

 - add Pod::Weaver plugin

 - ignore .swp files too

 - add a better example to the README

 - initial code

 - initial commit