Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 681980 Details for
Bug 901351
PATCH: mhonarc uses deprecated defined(%hash)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
This patch fixes warnings on "perl -wc readmail.pl". Tested on mhonarc-2.6.18-7.fc17.noarch
mhonarc-depre-warn-fix.patch (text/plain), 2.44 KB, created by
hkoba
on 2013-01-18 02:52:06 UTC
(
hide
)
Description:
This patch fixes warnings on "perl -wc readmail.pl". Tested on mhonarc-2.6.18-7.fc17.noarch
Filename:
MIME Type:
Creator:
hkoba
Created:
2013-01-18 02:52:06 UTC
Size:
2.44 KB
patch
obsolete
>--- readmail.pl.orig 2013-01-18 11:35:35.165501213 +0900 >+++ readmail.pl 2013-01-18 11:41:20.795775459 +0900 >@@ -117,9 +117,9 @@ > ## set to true. > > %MIMEDecoders = () >- unless defined(%MIMEDecoders); >+ unless %MIMEDecoders; > %MIMEDecodersSrc = () >- unless defined(%MIMEDecodersSrc); >+ unless %MIMEDecodersSrc; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMECharSetConverters is the associative array for storing functions >@@ -153,9 +153,9 @@ > ## string. > > %MIMECharSetConverters = () >- unless defined(%MIMECharSetConverters); >+ unless %MIMECharSetConverters; > %MIMECharSetConvertersSrc = () >- unless defined(%MIMECharSetConvertersSrc); >+ unless %MIMECharSetConvertersSrc; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMEFilters is the associative array for storing functions that >@@ -180,9 +180,9 @@ > ## that all functions are defined before invoking MAILread_body. > > %MIMEFilters = () >- unless defined(%MIMEFilters); >+ unless %MIMEFilters; > %MIMEFiltersSrc = () >- unless defined(%MIMEFiltersSrc); >+ unless %MIMEFiltersSrc; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMEFiltersArgs is the associative array for storing any optional >@@ -196,7 +196,7 @@ > ## listed for a function if both are applicable. > > %MIMEFiltersArgs = () >- unless defined(%MIMEFiltersArgs); >+ unless %MIMEFiltersArgs; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMEExcs is the associative array listing which data types >@@ -206,7 +206,7 @@ > ## Values => <should evaluate to a true expression> > > %MIMEExcs = () >- unless defined(%MIMEExcs); >+ unless %MIMEExcs; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMEIncs is the associative array listing which data types >@@ -220,7 +220,7 @@ > ## be used to only allow a well-defined set of content-types. > > %MIMEIncs = () >- unless defined(%MIMEIncs); >+ unless %MIMEIncs; > > ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > ## %MIMECharsetAliases is a mapping of charset names to charset names. >@@ -231,7 +231,7 @@ > ## Values => real charset name > ## > %MIMECharsetAliases = () >- unless defined(%MIMECharsetAliases); >+ unless %MIMECharsetAliases; > > ##--------------------------------------------------------------------------- > ## Text entity-related variables
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 901351
: 681980