Remove incorrect SKIP for 5.8.1
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 10 Apr 2016 08:55:31 +0000 (10:55 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 10 Apr 2016 09:26:43 +0000 (11:26 +0200)
commitbc62b4f7af3fe7812e64d6d5389252cde1e2fb9a
treeb0ce7a6f3fc1938d0fec02c7c829e0dd8aca236b
parenta6b490abbada8789fcd7dc51b677c48984e8df17
Remove incorrect SKIP for 5.8.1

The reason this test failed is srictly the construct of the test itself, and
not part of namespace::clean's functionality. reqiure() in list-assign context
combined with an @INC coderef hook would result in visible stack corruption
as per http://www.nntp.perl.org/group/perl.perl5.porters/2003/10/msg83192.html
t/05-explicit-cleanee.t