You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
perl-Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.27...

12 lines
479 B

--- Spreadsheet-ParseExcel-0.27/lib/Spreadsheet/ParseExcel/FmtUnicode.pm.orig 2007-01-03 09:45:39.000000000 -0600
+++ Spreadsheet-ParseExcel-0.27/lib/Spreadsheet/ParseExcel/FmtUnicode.pm 2007-01-17 10:23:35.000000000 -0600
@@ -5,7 +5,7 @@
#==============================================================================
package Spreadsheet::ParseExcel::FmtUnicode;
use strict;
-use warnnigs;
+use warnings;
use Unicode::Map;
use base 'Spreadsheet::ParseExcel::FmtDefault';