Revision history for Perl extension Net::Dynect::REST.
0.07 Mon Sep 27 15:30:00 2010
- Start to handle any deferred responses that throw a Job reference. You must check the ref() of the response to ensure you have a response object (Net::Dynect::REST::Response), and not a Job object (Net::Dynect::REST::Job). If you get a job object, then you need to check back on $job->find() to get the eventual Response object, when it is ready.
0.06 Mon Sep 27 13:45:00 2010
- Fix another few bugs in Net::Dynect::REST::ResourceRedord->delete().
- Add explicit dependency on HTTP::Request::Common version 5.814 or newer to support DELETE.
- Fix typos in documentation in MXRecord.pm and RData.pm.
0.05 Mon Sep 27 13:30:00 2010
- Fix bug in Net::Dynect::REST::ResourceRedord->delete().
0.04 Mon Sep 27 12:25:00 2010
- Drop required Perl from 5.10.1 to 5.8.0 to support some more older systems.
0.03 Mon Sep 27 10:00:00 2010
- add in dependencies so module will pass tests! *sigh*
0.02 Sat Sep 25 09:35:00 2010
- update MANIFEST to include the rest of the code.
- update documentation references in many modules.
0.01 Fri Sep 24 09:14:26 2010
- original version; created by h2xs 1.23 with options
-AX -n Net::Dynect::REST
- implements Net::Dynect::REST::Request and Net::Dynect::REST::Response for use with Net::Dynect::REST, and a select few objects to use this API: ARecord, Zone, and ZoneChanges. This gives the ability to add/delete/update A Records ina zone and publish it.