Subject: | Warning flood in quiet mode with perl 5.10 |
I noticed that minicpan command prints many uninitialized warnings in
quiet mode with my perl 5.10 machine like following:
$ minicpan -q -l ~/minicpan -r http://ftp.jaist.ac.jp/pub/CPAN/
Use of uninitialized value $path in length at
/usr/share/perl/5.10/File/Path.pm line 97.
Use of uninitialized value $path in length at
/usr/share/perl/5.10/File/Path.pm line 97.
Use of uninitialized value $path in length at
/usr/share/perl/5.10/File/Path.pm line 97.
:
: (more)
I've written "$self->{trace} ||= 0" in CPAN::Mini::new, warnings are
disapeared.
This might be File::Path's issue, but I hope this to be fixed.
Thanks.