Skip Menu |

This queue is for tickets about the Module-CPANTS-Analyse CPAN distribution.

Report information
The Basics
Id: 34773
Status: resolved
Priority: 0/
Queue: Module-CPANTS-Analyse

People
Owner: Nobody in particular
Requestors: cpan [...] olo.org.pl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Documentation error in SYNOPSIS section
The SYNOPSIS section in documentation for Module::CPANTS::Analyse is not of very high kwalitee... ;) it reads: ... use Module::CPANTS::Analyse; my $analyser=Module::CPANTS::Analyse({ dist=>'path/to/Foo-Bar-1.42.tgz', }); ... This gives error: Undefined subroutine &Module::CPANTS::Analyse called Because it should read: ... use Module::CPANTS::Analyse; my $analyser=Module::CPANTS::Analyse->new({ dist=>'path/to/Foo-Bar-1.42.tgz', }); ...
will be fixed in 0.81, soon to be on cpan. Thanks!