Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 87935
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: hsk [...] fli-leibniz.de
Cc:
AdminCc:

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



Subject: test failure
looks quite good now, but t/38-packager.t still fails if MIME::Parser is not installed the BEGIN block of t/38-packager.t should be changed as: BEGIN { eval { require MIME::Parser; }; - skip "MIME::Parser not installed", 5 if $@; + plan(skip_all => "MIME::Parser not installed") if $@; }
Fixed in 1.06 which was just released.