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