Skip Menu |

This queue is for tickets about the Text-MicroMason CPAN distribution.

Report information
The Basics
Id: 51150
Status: resolved
Priority: 0/
Queue: Text-MicroMason

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Fails if URI::Escape is not available
URI::Escape is not listed as a prerequisite but I find a SKIP block in 33-filters.t that checks for URI::Escape. I tried what would happen if I removed URI::Escape from my smoker and voila: t/33-filters.t .............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/21 subtests (less 6 skipped subtests: 13 okay) HTH && Regards,
On Thu Nov 05 17:07:12 2009, ANDK wrote: Show quoted text
> URI::Escape is not listed as a prerequisite but I find a SKIP block in > 33-filters.t that checks for URI::Escape. I tried what would happen > if I removed URI::Escape from my smoker and voila: > > t/33-filters.t .............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/21 subtests > (less 6 skipped subtests: 13 okay)
Thanks for your bug report. I'm aware there is currently a bug in the SKIP count in t/33-filters.t for URI::Escape. Other CPAN testers without URI::Escape have pointed this out for me. I've fixed this in my local copy but I was waiting for more CPAN test failures to fix, if any, before uploading a new version with a one character patch. URI::Escape isn't listed as a prerequisite because it's not required, it's optional. The Filters module will add URI escaping as a default "|u" filter if it's available, but won't fail if it's unavailable; it will simply not have the "|u" default filter in that case. Do you actually _use_ Text::MicroMason, or are you a CPAN Tester? Thanks for the testing and bug report in either case. But I've pretty much been assuming we're the only ones left who actually use MicroMason anymore :) Thanks, Alan
I patched t/33_filters.t in version 2.04 and uploaded to PAUSE a few minutes ago. There were no CPAN Testers failure reports unrelated to this problem. Maybe fixing this problem will star flushing out new ones. Thanks, Alan