Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 12977
Status: rejected
Priority: 0/
Queue: XML-Stream

People
Owner: Nobody in particular
Requestors: cpan [...] perlmeister.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: XML::Stream and Encode for perl 5.6.1
Encode doesn't work with perl 5.6, but if you replace your use Encode; statement by BEGIN { require Encode; if($@) { require Encode::compat; } } then 5.6 folks can install Encode::compat and use XML::Stream as well. Thanks, -- Mike
Hi Mike,

I'm going to go ahead and close this one as "rejected" since the module requires perl >= 5.8.0. I've ensured that the README and Makefile.PL are in sync in this respect.

Thanks,

Darian