Skip Menu |

This queue is for tickets about the Test-Without-Module CPAN distribution.

Report information
The Basics
Id: 40065
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Test-Without-Module

People
Owner: corion [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.15
Fixed in: (no value)



Subject: "redefined" warnings
This scripts emits some "Subroutine ... redefined" warnings: #!/usr/bin/perl -w use strict; use Image::Info; use Test::Without::Module qw(Image::Info); no Test::Without::Module qw(Image::Info); require Image::Info; __END__ Maybe the scrub() function should remember what was removed from %INC and put it again into %INC when the user is using the unimport? (No, I am not using -w in real world, but it seems that standard "make test" does) Regards, Slaven
Thanks for the suggestion. I've added a test and fixed the behaviour in 0.16