OSDN Git Service

965aa9011aa620465adfe59c5dcee9ec57b26ab5
[msys2-xls2txt/msys2-xls2txt.git] / perl-Spreadsheet-ParseExcel / Spreadsheet-ParseExcel-0.65.patch
1 --- src/Spreadsheet-ParseExcel-0.65/lib/Spreadsheet/ParseExcel/FmtJapan.pm      2014-03-19 05:03:17.000000000 +0900
2 +++ src/Spreadsheet-ParseExcel-0.65/lib/Spreadsheet/ParseExcel/FmtJapan.pm.new  2016-12-10 19:52:04.770838800 +0900
3 @@ -94,7 +94,7 @@
4                  Carp::croak(qq{Unknown encoding '$encoding'});
5              };
6      }
7 -    return bless $self, $class;
8 +    return bless $self, ref($class) || $class;
9  }
10  
11  #------------------------------------------------------------------------------