The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for XML-Filter-Conditional

0.03    BUGFIXES:
         * Fixed test scripts that use Processing Instructions to skip them
           if using the XML::SAX::PurePerl parser version 0.91 or before, as
           it yields the wrong values.

0.02    BUGFIXES:
         * Declare dependency on XML::SAX::ParserFactory because it doesn't
           automatically come with XML::SAX::Base
         * Don't reuse the parser in t/20exceptions.t because XML::SAX::Expat
           has a bug if reused in this way; reconstruct fresh one each time.
         * 'use constant' in a perl 5.6-compatible way.

0.01    First version, released on an unsuspecting world.