Revision history for perl distribution Net::Fritz

v0.0.7 2017-06-14

 - next try to fix XML::Simple related bugs during test execution,
   this time by forcing XML::Simple to use XML::Parser
   (still can't reproduce locally, need the tester infrastructure
    to pick up a new released version)

v0.0.6 2017-06-12

 - try to fix XML::Simple related bugs during test execution
   where parse_string() gets something that looks more like a file
   (sort of a heisenbug: rarely happens, can't reproduce,
    CPAN test reports show about 0.5% error rate)

v0.0.5 2017-04-05

 - send all action parameters als SOAP strings
   (prevents SOAP::Lite from mistaking UTF8 to be base64)
 - brush up distribution
   - add provided module versions to META.json/META.yml

v0.0.4 2017-04-02

 - cache network connections to speed up consecutive actions

v0.0.3 2016-06-21

 - bump LWP::UserAgent dependency to 6.00 because ssl_opts are needed
 - re-enable author test for SSL connection
 - brush up distribution
   - add META.json
   - declare minimum required Perl version
   - add github repository links
   - add github bugtracker link
   - mark special tests as author tests

v0.0.2 2016-06-17

 - bugfix for "Experimental keys on scalar is now forbidden"
   during tests under perl 5.24 (rt.cpan.org #115356)
 - switch build to Dist::Zilla
   - add $VERSION to every module
   - fix some dependencies

v0.0.1 2016-06-15

 - Initial release

v0.0.0 2015-07-25

 - Start coding