Hi,
With one of my builds of perl (built from ActiveState build 633 source) the
following line from Module-ScanDeps.pm produces the 'Use of uninitialised
value..' warning whenever $module is empty:
$module =~ s/\W+$//;
This leads to hundreds of warnings during 'make test'.
For perl built from ActiveState build 626 source (different patchlevel), no
warnings are issued.
A fairly minor issue, I think. I simply enclosed the offending line in a {no
warnings;} block.
Don't know why it happens that way - maybe it's something that could be
attended to in a future release of Module-ScanDeps as there are probably
quite a few AS builds 633 still in use.
Cheers,
Rob