Subject: | URI::Escape spews warnings under -w switch |
When -w is used, as is apparently done when running test suites via EUMM
and MB, URI::Escape spews 'Use of uninitialized value in subroutine
entry' warnings. I assume these warnings are spurious, since the module
appears to work correctly. Please use lexical warnings.