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::Stream

0.06  Fri Aug 11 00:17:36 JST 2006
        - Don't die if youreTooSlow

0.05  Thu Aug 10 23:33:00 JST 2006
        - Fixed $VERSION gotcha
        - Added handling for <sorryTooSlow>

0.04  Thu Aug 10 22:58:07 JST 2006
        - Update XML::SAX::ParserFactory ParserPackage to use XML::LibXML::SAX::Better
          which is an extended SAX handler by Djabberd project. Now
          this module actually works.

0.03  Thu Jun 15 08:23:42 JST 2006
        - Support extra xmlns attributes declaration (Thanks to Byrne Reese)
        - Don't die even if parsing fails
        - Update eg/stream-client

0.02  Fri Aug 26 00:20:10 UTC 2005
        - Don't use HTML::Entities because of &hearts; problem
        - API change so callback now gets XML::Atom::Feed object
          instead of XML string

0.01  Wed Aug 17 02:03:11 2005
	- original version