Skip Menu |

This queue is for tickets about the Code-ART CPAN distribution.

Report information
The Basics
Id: 132885
Status: resolved
Priority: 0/
Queue: Code-ART

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

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



Subject: POD errors
perldoc complains about a few POD errors. Attached patch should fix them. Very much enjoyed yesterday's talk! Best regards, Dave
Subject: fixes.diff
diff -ru Code-ART-0.000004/lib/Code/ART.pm Code-ART-0.000004-mush/lib/Code/ART.pm --- Code-ART-0.000004/lib/Code/ART.pm 2020-06-26 02:10:36.000000000 +0100 +++ Code-ART-0.000004-mush/lib/Code/ART.pm 2020-06-26 11:34:53.553763392 +0100 @@ -2461,7 +2461,7 @@ Jump to the declaration of the variable under the cursor. -=item * +=item E<0x2a> Jump to the next usage of the variable under the cursor. @@ -2569,6 +2569,8 @@ API errors are signalled by throwing an exception: +=over + =item C<< "%s argument of %s must be a %s" >> You called the specified subroutine with the wrong kind of argument. @@ -2584,8 +2586,6 @@ You passed an unexpected named argument via the specified subroutine's options hash. Did you misspell it, perhaps? -=over - =back
Subject: Re: [rt.cpan.org #132885] POD errors
Date: Fri, 26 Jun 2020 10:55:52 +0000
To: bug-Code-ART [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks, Dave! Very much appreciated. Glad you enjoyed the talk. :-) Damian