Skip Menu |

This queue is for tickets about the Spreadsheet-ParseExcel_XLHTML CPAN distribution.

Report information
The Basics
Id: 51887
Status: resolved
Priority: 0/
Queue: Spreadsheet-ParseExcel_XLHTML

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

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/lib/Spreadsheet/ParseExcel_XLHTML.pm b/lib/Spreadsheet/ParseExcel_XLHTML.pm index 03a28df..2a365bd 100644 --- a/lib/Spreadsheet/ParseExcel_XLHTML.pm +++ b/lib/Spreadsheet/ParseExcel_XLHTML.pm @@ -70,7 +70,7 @@ Spreadsheet::ParseExcel::Cell objects with empty or whitespace-filled Value fields, while this module will only create Cell objects if a value exists; otherwise the Cells array will contain an C<undef> for that cell. -In other words, don't blindly call C<$sheet->{Cells}[i,j]->Value>, check if the +In other words, don't blindly call C<< $sheet->{Cells}[i,j]->Value >>, check if the cell is defined first. =head1 OPTIONS
Fixed in 0.03 .