mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib/MHonArc RFC822.pm,1.2,1.3

2009-05-03 15:37:29
Update of mhonarc/MHonArc/lib/MHonArc
Modified Files:
	RFC822.pm 
Log Message:
Initialize $result to empty string to avoid undef warnings.


======================================================================
FILE: mhonarc/MHonArc/lib/MHonArc/RFC822.pm
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/MHonArc/RFC822.pm?rev=1.3>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/MHonArc/RFC822.pm.diff?r1=1.2&r2=1.3&diff_format=h>
--- RFC822.pm	7 Mar 2003 08:03:41 -0000	1.2
+++ RFC822.pm	3 May 2009 19:37:20 -0000	1.3
@@ -196,6 +196,6 @@
 sub untokenise {
     my ($token, $prevtok);
-    my ($result);
     my ($prev, $this);
+    my $result = '';
 
     foreach $token (@_) {

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS