/[webpac2]/trunk/lib/WebPAC/Normalize.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Normalize.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 739 by dpavlin, Thu Oct 5 12:57:51 2006 UTC revision 740 by dpavlin, Sat Oct 7 16:33:37 2006 UTC
# Line 1067  sub lookup { Line 1067  sub lookup {
1067    
1068          warn "## lookup returns = ", dump(@out), $/;          warn "## lookup returns = ", dump(@out), $/;
1069    
1070          return @out;          if ($#out == 0) {
1071                    return $out[0];
1072            } else {
1073                    return @out;
1074            }
1075  }  }
1076    
1077  =head2 save_into_lookup  =head2 save_into_lookup

Legend:
Removed from v.739  
changed lines
  Added in v.740

  ViewVC Help
Powered by ViewVC 1.1.26