X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnamespace%2Fclean.pm;h=8ac93671c766c9bf4e4a9d44565f3bd3b8723355;hb=b927cca7f4a72f6afecaf1e2d0e6bfddad02f043;hp=e73f348aace12724c01249450c6e12d8e19788ee;hpb=ad281e7c28054738f592b887fe92069ae0bd2b95;p=p5sagit%2Fnamespace-clean.git diff --git a/lib/namespace/clean.pm b/lib/namespace/clean.pm index e73f348..8ac9367 100644 --- a/lib/namespace/clean.pm +++ b/lib/namespace/clean.pm @@ -166,7 +166,7 @@ it is your responsibility to make sure it runs at that time. # Constant to optimise away the unused code branches use constant FIXUP_NEEDED => $] < 5.015_005_1; -use constant FIXUP_RENAME_SUB => $] > 5.008_008_9 && $] < 5.013_006_1; +use constant FIXUP_RENAME_SUB => $] > 5.008_008_9 && $] < 5.013_005_1; { no strict; delete ${__PACKAGE__."::"}{FIXUP_NEEDED};