The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XML::Atom::Syndication

0.06 Apr 28 2004
    - Fixed undefined variable warning that slipped in.
    - Modified test so this doesn't happen again.

0.05 Apr 28 2004
    - Fixed undefined subroutine bug in Element _xpath_attribues_name.
    - Clarified qname method usage in docs.

0.04 Apr 27 2004
    - Exposed _xpath_name as qname in Element.
    - Dies if an unregistered XOath prefix is namespace URI is 
      encountered.

0.03 Apr 18 2004
    - Implemented Document and Characters objects rather then use 
      dynamically generated ones from Elemental style.

0.02 Apr 15 2004
	- Implemented xpath_namespace method for registering other 
	  namespace mappings for XPath queries.
	- Fixed mishandling of mirror content in get method.
	- Removed _ from XML::Parser->parsefile method call.
	- Implemented CGI->param like handling of XPath queries with the
	  Element query method.

0.01 Apr 07 2004
	- Initial release into CPAN.