The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0

  • BREAK: Net::Trackback::Ping::parse returns a Ping object or undefined. Previous 0.99 release would return Net::Trackback::Message in the event of an error.
  • Added proxy support to client.
  • Added charset property and HTTP header to client.
  • All modules are a subclass of Class::ErrorHandler.
  • Deprecated is_data, is_message and is_ping in Net::Trackback.
  • encode_xml and decode_xml in Net::Trackback are exportable.
  • Fixed bug in Data module where an unitialized value warning was posted if the dc:identifier was missing. (Ben Trott)
  • Fixed bug in Data were a "subroutine exited via next" warning was generated if the dc:identifier didn't match the permalink URI, or if the dc:identifier was empty. (Ben Trott)
  • In Data, if the TrackBack RDF contains invalid (misspelled, even) DC elements, Net::Trackback::Data was croaking. Now issue a warning. (Ben Trott)

Modules

an object-oriented interface for developing Trackback clients and servers,
a class for implementing Trackback client functionality.
an object representing Trackback data to a pingable resource.
an object representing a Trackback message.
an object representing a Trackback ping.
a super/static class for implementing Trackback server functionality.