Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv10220

Modified Files:
        mhdysub.pl 
Log Message:
* ADDRESSMODIFYCODE encapsulated in its own package.  Helps protect
  from unintential effects to mhonarc package.


Index: mhdysub.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhdysub.pl,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** mhdysub.pl  3 Dec 2002 00:04:28 -0000       2.7
--- mhdysub.pl  19 Dec 2002 05:08:31 -0000      2.8
***************
*** 136,140 ****
      $sub =<<EndOfRoutine;
      sub rewrite_address {
!       local \$_ = shift;
        $AddressModify;
        \$_;
--- 136,141 ----
      $sub =<<EndOfRoutine;
      sub rewrite_address {
!       package mhonarc::Pkg_rewrite_address;
!       local \$_ = mhonarc::dehtmlize(shift);
        $AddressModify;
        \$_;

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to