Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Installing C:\cpanrun-5.8\build\5-8-0\site\lib\namespace\clean.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\namespace\clean\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod ..............1..4 ok 1 - methods are there before cleanup ok 2 - module use ok ok 3 - foo function removed ok 4 - bar function removed ok t/01-function-wipeout....1..9 ok 1 - use FunctionWipeout; ok 2 - imported function removed ok 3 - previously declared function removed ok 4 - later declared function still exists ok 5 - removed functions still bound ok 6 - -except flag keeps import ok 7 - kept import still works ok 8 - non-code symbol was not removed ok 9 - non-code symbol still has correct value ok t/02-inheritance.........1..10 ok 1 - use Inheritance; ok 2 - function removed in parent ok 3 - method still in parent ok 4 - method works, function still bound ok 5 - function removed in subclass ok 6 - method still in subclass ok 7 - parent function not available in subclass ok 8 - parent method available in subclass ok 9 - parent method works in subclass ok 10 - subclass method calls to parent work ok t/03-unimport............1..6 ok 1 - use Unimport; ok 2 - first function correctly removed ok 3 - excluded method still in package ok 4 - second function correctly removed ok 5 - last method still in package ok 6 - all functions are still bound ok t/04-except..............1..6 ok 1 - first of except list still there ok 2 - second of except list still there ok 3 - item not in except list was removed ok 4 - first item not in except still there ok 5 - second item not in except still there ok 6 - except item was removed ok All tests successful. Files=5, Tests=35, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)