Subject: | assignment = s/b comparison == |
Happened to notice there's an assignment = that should be a comparison ==
Index: perllib/OLE/DocumentInfo.pm
===================================================================
--- perllib/OLE/DocumentInfo.pm (revision 26720)
+++ perllib/OLE/DocumentInfo.pm (working copy)
@@ -262,7 +262,7 @@
$S -> _DocType ( cMSExcel() );
if ($biffType==0x500) {
$S -> _DocRev ( "5.0,95" );
- } elsif ($biffType=0x600) {
+ } elsif ($biffType==0x600) {
$S -> _DocRev ( "97,2000" );
} else {
$S -> _DocRev ( ">2000" );