mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib base64.pl,2.3,2.4

2004-05-16 21:18:18
Update of /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib
In directory denethor.mallorn.com:/tmp/cvs-serv377

Modified Files:
	base64.pl 
Log Message:
[bug #8982]: Stupid haste error.  Apparently new versions of perl
only generate a warning while older version will error out.  Reason
the error was not caught during the release process.


Index: base64.pl
===================================================================
RCS file: /home/users/mhonarc.org/ehood/cvs/mhonarc/mhonarc/MHonArc/lib/base64.pl,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** base64.pl	28 Sep 2003 07:20:43 -0000	2.3
--- base64.pl	17 May 2004 04:18:13 -0000	2.4
***************
*** 53,59 ****
  # We also need to protect backslashes and other special characters.
  my $tr_uuencode =  " ".$uuencode_alphabet;
! my $tr_uuencode =~ s/(\W)/\\$1/g;
  my $tr_base64   =  "A".$base64_alphabet;
! my $tr_base64   =~ s/(\W)/\\$1/g;
  
  sub b64touu
--- 53,59 ----
  # We also need to protect backslashes and other special characters.
  my $tr_uuencode =  " ".$uuencode_alphabet;
!    $tr_uuencode =~ s/(\W)/\\$1/g;
  my $tr_base64   =  "A".$base64_alphabet;
!    $tr_base64   =~ s/(\W)/\\$1/g;
  
  sub b64touu

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