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.