Subject: | Documentation error and a "feature" request |
Hello. I've noticed that documentation contains an error:
my $info = CPAN::SQLite::Info(CPAN => $cpan);
Should read:
my $info = CPAN::SQLite::Info->new(CPAN => $cpan);
.. or at least that's what error say :)
Also, I was wondering if there would be a way to disable any print outs
the module does. I am getting this in the shell:
Reading information from C:\Perl\cpan\sources\authors\01mailrc.txt.gz
Reading information from C:\Perl\cpan\sources\modules\03modlist.data.gz
Reading information from
C:\Perl\cpan\sources\modules\02packages.details.txt.gz
No dist_name/version/cpanid for
T/TO/TOMC/scripts/CS-Talk/source/dstructs/trees/ValueTree.pm.gz: skipping
No dist_name/version/cpanid for T/TO/TOMC/Simple.pm.gz: skipping
And it is making the use of the module much harder.
I am on:
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Thanks