Skip Menu |

This queue is for tickets about the Email-StripMIME CPAN distribution.

Report information
The Basics
Id: 6241
Status: resolved
Priority: 0/
Queue: Email-StripMIME

People
Owner: Nobody in particular
Requestors: r1chardgreen [...] yahoo.com.au
Cc:
AdminCc:

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



Make test seems to fail on some tests - perl Makefile.PL doesn't identify any missing dependencies, but I guess there may be one? make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_simple_text..............ok t/02_multipart_text...........Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 t/02_multipart_text...........ok t/03_nested_multipart_text....ok t/04_html_text................ok t/05_multipart_html...........Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 t/05_multipart_html...........ok t/06_nested_multipart_html....ok t/07_multipart_mixed..........Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 Illegal Content-Type parameter at /usr/lib/perl5/site_perl/5.8.0/Email/MIME.pm line 13 t/07_multipart_mixed..........ok t/08_no_mime..................ok All tests successful. Files=8, Tests=8, 2 wallclock secs ( 1.56 cusr + 0.20 csys = 1.76 CPU)
[guest - Thu May 6 04:02:40 2004]: Show quoted text
> Make test seems to fail on some tests - > <snip> > All tests successful.
All tests are passing. Email::MIME seems to have issues tho. +Pete
[guest - Thu May 6 04:02:40 2004]: Thanks for the update - running 'make test' on Email::MIME shows no errors, and also, your module does appear to work where there are mixed mime type parts, so I suspect the issue may be the material used by your module for the test? Anyway, It Works!! (at least with everything I have tested it with) :) So thanks! RG