Skip Menu |

This queue is for tickets about the Pod-Trac CPAN distribution.

Report information
The Basics
Id: 38853
Status: new
Priority: 0/
Queue: Pod-Trac

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

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



Subject: Documentation is wrong for new method
It appears that the documentation is wrong in the new method as when specifying {url => 'http://someurl'} in the constructor causes an "uninitialized value in concatenation" error at line 82 in Trac.pm. When looking at the code I noticed the HTTP::Request constructor at that line is in fact referencing $self->{ trac_url } rather than $self->{ url } This issue is reported critical as anyone who were to "use" this module and perldoc Pod::Trac the documentation would fail usage test.