Skip Menu |

This queue is for tickets about the Class-Unload CPAN distribution.

Report information
The Basics
Id: 35855
Status: resolved
Priority: 0/
Queue: Class-Unload

People
Owner: ilmari+cpan [...] ilmari.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in:
  • 0.02
  • 0.01
Fixed in: 0.03



Subject: 01-unload.t fails
perl 5.8.8, Win32 t/01-unload......... # Failed test 'MyClass::Sub is not loaded' # at t/01-unload.t line 19. # Failed test 'MyClass::Sub::Sub is not loaded' # at t/01-unload.t line 22. # Failed test 'Class::Unload is not loaded' # at t/01-unload.t line 25. # Looks like you failed 3 tests of 13. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/13 subtests See similar failures by cpantesters: http://cpantesters.perl.org/show/Class-Unload.html -- Alexandr Ciornii, http://chorny.net
This bug was due to the code using the wrong path separator when looking in %INC, fixed in version 0.03. Thanks for reporting.