Revision history for Perl module Acme::HTTP

0.01 2014-08-17
 - First version, released on an unsuspecting world.

0.02 2014-08-18
 - Fix some minor problems in the documentation.

0.03 2014-08-19
 - Add two more dependencies
   IO::Socket::SSL
   Net::SSL

0.04 2014-08-20
 - Allow for flexible Max Iterations

0.05 2014-08-21
 - Replace Net::HTTP  by Net::HTTP::NB
   Replace Net::HTTPS by Net::HTTPS::NB

0.06 2014-08-22
 - Refactor Acme::HTTP, make new return a correctly blessed Acme::HTTP object
   Data abstraction, hide package variables (such as $Acme::HTTP::Code) using
   getter and setter subroutines

0.07 2014-08-22
 - Make Acme::HTTP require Net::HTTP/S::NB dynamically

0.08 2014-08-22
 - Fix some minor formatting in the documentation