Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

X Report information
Id: 30906
Status: resolved
Worked: 20 min
Left: 0 min
Priority: 0/0
Queue: Error

Owner: SHLOMIF <SHLOMIF [...] cpan.org>
Requestors: kraai <kraai [...] ftbfs.org>
Cc:
AdminCc:

Severity: (no value)
Broken in: 0.17009
Fixed in: (no value)




X History Display mode: Brief headersFull headers
#   Wed Nov 21 14:58:24 2007 kraai - Ticket created  
Subject: Duplicate Error->new() documentation
[text/plain 334b]
The following section occurs in Error.pm above the definitions of both
Error->new() and Error::Simple->new():

> =head2 Error->new()
>
> See the Error::Simple documentation.
>
> =cut

I think the second occurrence should be removed, as it appears to be
meant for Error::Simple->new(), which is already documented in
Error/Simple.pm.
Subject: patch

[application/octet-stream 393b]
Message body not shown because it is too large or is not plain text.
#   Thu Nov 22 02:45:57 2007 SHLOMIF - Correspondence added 20 min  
[text/plain 566b]
Fixed in Error-0.17010, which was just uploaded to the CPAN.

It was more problematic than reported. They were two Error->new() docs
before the rest of the documentation, which were ugly. I fixed it to
be inside the rest of the POD:

{{{{{{
Error.pm #0.17010
- moved the first Error->new() POD portion over to the POD at the
bottom, and
deleted the second, identical POD portion.
- closing http://rt.cpan.org/Public/Bug/Display.html?id=30906
( "Duplicate Error->new() documentation" )

}}}}}}

Thanks for reporting it!

Regards,

Shlomi Fish
#   Thu Nov 22 02:46:38 2007 RT_System - Status changed from 'new' to 'open'  
#   Thu Nov 22 02:46:57 2007 SHLOMIF - Status changed from 'open' to 'resolved'  
#   Thu Nov 22 02:47:26 2007 SHLOMIF - Given to SHLOMIF