Skip Menu |

This queue is for tickets about the PerlMaple CPAN distribution.

Report information
The Basics
Id: 51705
Status: resolved
Priority: 0/
Queue: PerlMaple

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

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



Subject: [Patch] POD nits
The attached patch (against 0.06) fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/PerlMaple.pm b/lib/PerlMaple.pm index d699f4c..e93a61e 100644 --- a/lib/PerlMaple.pm +++ b/lib/PerlMaple.pm @@ -330,7 +330,7 @@ The PrintError attribute can be used to force errors to generate warnings (using Carp::carp) in addition to returning error codes in the normal way. When set ``on'' (say, a true value), any method which results in an error occurring will cause the PerlMaple to effectively do a -C<carp("PerlMaple error: ", $self->error, " when evaluating \"$exp\"";)>. +C<< carp("PerlMaple error: ", $self->error, " when evaluating \"$exp\"";) >>. Any warnings from the Maple kernel will also be sent to stderr via carp if PrintError is on. @@ -344,7 +344,7 @@ The RaiseError attribute can be used to force errors to raise exceptions rather than simply return error codes in the normal way. It is ``off'' (say, a false value in Perl) by default. When set ``on'', any method which results in an error will cause the PerlMaple to effectively do a -C<croak("PerlMaple error: ", $self->error, " when evaluating \"$exp\"";)>. +C<< croak("PerlMaple error: ", $self->error, " when evaluating \"$exp\"";) >>. If you turn RaiseError on then you'd normally turn PrintError off. If PrintError is also on, then the PrintError is done first (naturally).
Subject: Re: [rt.cpan.org #51705] [Patch] POD nits
Date: Fri, 20 Nov 2009 12:06:06 +0800
To: bug-PerlMaple [...] rt.cpan.org
From: agentzh <agentzh [...] gmail.com>
On Thu, Nov 19, 2009 at 6:12 PM, Frank Wiegand via RT <bug-PerlMaple@rt.cpan.org> wrote: Show quoted text
> > The attached patch (against 0.06) fixes some POD, which renders wrong, > at least at search.cpan.org. >
Indeed you're right. I've applied your patch and released version 0.07 to CPAN :) Thanks! -agentzh
Fixed in v0.07.