Skip Menu |

This queue is for tickets about the Text-CSV CPAN distribution.

Report information
The Basics
Id: 69307
Status: resolved
Priority: 0/
Queue: Text-CSV

People
Owner: Nobody in particular
Requestors: paul [...] xk7.net
Cc:
AdminCc:

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



Subject: Syntax typo in documentation
Date: Wed, 06 Jul 2011 09:20:19 +0100
To: bug-Text-CSV [...] rt.cpan.org
From: Paul Waring <paul [...] xk7.net>
I've noticed a minor documentation bug on line 877 of CSV.pm (on the GitHub master branch): "decomposed fields of C successful <parse ()>, whichever was called more" The POD syntax is slightly wrong, so the resulting HTML on the CPAN website looks a bit odd - I think it should probably be: "decomposed fields of a successful C<parse ()>, whichever was called more" Thanks, Paul -- Paul Waring http://www.pwaring.com
--- lib/Text/CSV_PP.pm 2010-12-27 03:40:58.000000000 +0000 +++ lib/Text/CSV_PP.pm 2011-07-06 09:26:59.927453366 +0100 @@ -1568,7 +1568,7 @@ @columns = $csv->fields (); This object function returns the input to C<combine ()> or the resultant -decomposed fields of C successful <parse ()>, whichever was called more +decomposed fields of successful C<parse ()>, whichever was called more recently. Note that the return value is undefined after using C<getline ()>, which --- lib/Text/CSV.pm 2010-12-27 03:40:39.000000000 +0000 +++ lib/Text/CSV.pm 2011-07-06 09:26:30.615503208 +0100 @@ -874,7 +874,7 @@ @columns = $csv->fields (); This object function returns the input to C<combine ()> or the resultant -decomposed fields of C successful <parse ()>, whichever was called more +decomposed fields of successful C<parse ()>, whichever was called more recently. Note that the return value is undefined after using C<getline ()>, which
On Sun May 31 00:02:46 2015, GARU wrote: Show quoted text
Thanks. Applied.
On Sun Aug 28 01:06:20 2016, ISHIGAKI wrote: Show quoted text
> On Sun May 31 00:02:46 2015, GARU wrote: > > Thanks. Applied.
Closed as 1.91 is out. Thanks.