mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhamain.pl,2.100,2.101 mhopt.pl,2.67,2.68 readmail...

2012-01-29 13:46:07
Update of mhonarc/MHonArc/lib
Modified Files:
	mhamain.pl mhopt.pl readmail.pl 
Log Message:
Bug #32987: Added suppression of deprecacted warnings.  Unsure at
this time if I can directly remove the use of defined(%hash) usage,
so suppressiong of warnings done at this time.  Use of defined(%hash)
seems to still work as expected under perl 5.14, so suppression of
warnings should be okay for now.


======================================================================
FILE: mhonarc/MHonArc/lib/mhamain.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/mhamain.pl?rev=2.101>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/mhamain.pl.diff?r1=2.100&r2=2.101&diff_format=h>
--- mhamain.pl	9 Jan 2011 16:18:35 -0000	2.100
+++ mhamain.pl	29 Jan 2012 19:45:55 -0000	2.101
@@ -8,5 +8,5 @@
 ##---------------------------------------------------------------------------##
 ##    MHonArc -- Internet mail-to-HTML converter
-##    Copyright (C) 1995-2010   Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
+##    Copyright (C) 1995-2012   Earl Hood, mhonarc(_at_)mhonarc(_dot_)org
 ##
 ##    This program is free software; you can redistribute it and/or modify
@@ -30,8 +30,8 @@
 require 5;
 
-$VERSION = '2.6.18';
+$VERSION = '2.6.18+';
 $VINFO =<<EndOfInfo;
   MHonArc v$VERSION (Perl $] $^O)
-  Copyright (C) 1995-2010  Earl Hood, mhonarc\@mhonarc.org
+  Copyright (C) 1995-2012  Earl Hood, mhonarc\@mhonarc.org
   MHonArc comes with ABSOLUTELY NO WARRANTY and MHonArc may be copied only
   under the terms of the GNU General Public License, which may be found in
@@ -1562,4 +1562,5 @@
 ##
 sub defineIndex2MsgId {
+    no warnings qw(deprecated);
     if (!defined(%Index2MsgId)) {
         foreach (keys %MsgId) {

======================================================================
FILE: mhonarc/MHonArc/lib/mhopt.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/mhopt.pl?rev=2.68>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/mhopt.pl.diff?r1=2.67&r2=2.68&diff_format=h>
--- mhopt.pl	9 Jan 2011 05:13:14 -0000	2.67
+++ mhopt.pl	29 Jan 2012 19:45:55 -0000	2.68
@@ -864,4 +864,5 @@
 ##
 sub update_data_2_1_to_later {
+    no warnings qw(deprecated);
     # we can preserve filter arguments
     if (defined(%main::MIMEFiltersArgs)) {

======================================================================
FILE: mhonarc/MHonArc/lib/readmail.pl
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/lib/readmail.pl?rev=2.43>

<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/lib/readmail.pl.diff?r1=2.42&r2=2.43&diff_format=h>
--- readmail.pl	9 Jan 2011 05:13:14 -0000	2.42
+++ readmail.pl	29 Jan 2012 19:45:55 -0000	2.43
@@ -45,4 +45,6 @@
 package readmail;
 
+no warnings qw(deprecated);
+
 $DEBUG = 0;
 

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