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