Skip Menu |

This queue is for tickets about the ExtUtils-XSpp CPAN distribution.

Report information
The Basics
Id: 54505
Status: resolved
Priority: 0/
Queue: ExtUtils-XSpp

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

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



Subject: [PATCH] correct POD syntax error
Date: Thu, 11 Feb 2010 13:56:31 +0900
To: bug-ExtUtils-XSpp [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, the attached patch was introduced in Debian to correct a POD syntax error (a missing ">" in "C< ... >"). Please consider applying it. Regards, Ansgar
From: Ansgar Burchardt <ansgar@43-1.org> Subject: Correct POD syntax error Date: Thu, 11 Feb 2010 13:49:19 +0900 --- libextutils-xspp-perl.orig/lib/ExtUtils/XSpp/Node/Comment.pm +++ libextutils-xspp-perl/lib/ExtUtils/XSpp/Node/Comment.pm @@ -21,7 +21,7 @@ =head2 new -Creates a new C<ExtUtils::XSpp::Node::Comment. +Creates a new C<ExtUtils::XSpp::Node::Comment>. Named parameters: C<rows> should be a reference to an array of source code comment lines. @@ -42,4 +42,4 @@ return "\n"; } -1; \ No newline at end of file +1;
Subject: Re: [rt.cpan.org #54505] [PATCH] correct POD syntax error
Date: Sun, 14 Feb 2010 23:54:26 +0100
To: bug-ExtUtils-XSpp [...] rt.cpan.org
From: Mattia Barbon <mattia.barbon [...] libero.it>
Ansgar Burchardt via RT wrote: Hi, Show quoted text
> the attached patch was introduced in Debian to correct a POD syntax > error (a missing ">" in "C< ... >"). Please consider applying it.
Thanks, applied as 94ab1fd545902abe57f9b33166c3bc3e10474249; will be in the next release. Mattia