Skip Menu |

This queue is for tickets about the POE-Filter-XML CPAN distribution.

Report information
The Basics
Id: 22427
Status: resolved
Priority: 0/
Queue: POE-Filter-XML

People
Owner: nperez [...] cpan.org
Requestors: ewaters [...] uarc.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.1
  • 0.1.1
  • 0.2.0
  • 0.2.1
  • 0.21
  • 0.22
  • 0.23
  • 0.24
  • 0.27
  • 0.28
  • 0.29
Fixed in: 0.30



Subject: Breaks in POE 0.38 (in POE::Filter::Stackable)
Date: Sun, 22 Oct 2006 14:21:52 -0600
To: bug-POE-Filter-XML [...] rt.cpan.org
From: Eric Waters <ewaters [...] uarc.com>
Distribution: POE-Filter-XML-0.29 File: POE-Filter-XML-0.29/lib/POE/Filter/XML.pm Problems: POE::Filter interface since at least r1942 (29-Apr-06) appears to require all filters to be POE::Filter (or at the very least for them to be Filter::Stackable compatible). Module just needs to say: use base qw(POE::Filter); so that UNIVERSAL::isa( $filter, 'POE::Filter' ) return true, such as in POE::Filter::Stackable in POE-0.38 (see http://svn.sourceforge.net/viewvc/poe/trunk/poe/lib/POE/Filter/Stackable.pm?r1=1942&r2=1920). Eric Waters -- Email signed with GnuPG key id 0x7FE92A42 http://www.vegcrew.net/~ewaters/pubkey.asc
Download (untitled)
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: NPEREZ [...] cpan.org
Okay not a problem. I'll roll this into the next release which will be soon. I've gotten everything checked into CVS at this point. I need just need to go through it all to make sure I didn't miss anything (including other problems that I have been wanting to fix). I will try to do a release this week (this past weekend didn't happen-- life gets in the way :) On Sun Oct 22 16:22:23 2006, ewaters@uarc.com wrote: Show quoted text
> Distribution: POE-Filter-XML-0.29 > > File: POE-Filter-XML-0.29/lib/POE/Filter/XML.pm > > Problems: > > POE::Filter interface since at least r1942 (29-Apr-06) appears to > require all filters to be POE::Filter (or at the very least for them > to be Filter::Stackable compatible). Module just needs to say: > > use base qw(POE::Filter); > > so that UNIVERSAL::isa( $filter, 'POE::Filter' ) return true, such as > in POE::Filter::Stackable in POE-0.38 (see >
http://svn.sourceforge.net/viewvc/poe/trunk/poe/lib/POE/Filter/Stackable .pm?r1=1942&r2=1920). Show quoted text
> > Eric Waters