[Bug 890721] New: perl-Net-Amazon-S3 in Fedora 17 is dated and needs to be updated to stop warnings
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=890721
Bug ID: 890721
Summary: perl-Net-Amazon-S3 in Fedora 17 is dated and needs to
be updated to stop warnings
Product: Fedora
Version: 17
Component: perl-Net-Amazon-S3
Severity: medium
Priority: unspecified
Reporter: paulej(a)arid.us
Description of problem:
perl-Net-Amazon-S3 in Fedora 17 is at 0.53. A change in Perl syntax has made
syntax used in Net/Amazon/S3/Request/ListBucket.pm to be considered deprecated
and Perl produces a warning when trying to use the package.
Version-Release number of selected component (if applicable):
perl-Net-Amazon-S3-0.53-3.fc17.noarch
How reproducible:
Easily reproduced with the 1-line Perl program as shown below.
Steps to Reproduce:
1. perl -e "use Net::Amazon::S3"
Actual results:
Use of qw(...) as parentheses is deprecated at
/usr/share/perl5/vendor_perl/Net/Amazon/S3/Request/ListBucket.pm line 22.
Expected results:
No warnings.
Additional info:
CPAN is currently at 0.58. I noted the syntax related to this function was
changed in that version. It's a trivial syntax change and if it's not possible
to use newer source code from CPAN, I would suggest at least incorporating that
small syntax change into 0.53-xx used in Fedora.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=pq3py00oEX&a=cc_unsubscribe
8 years, 10 months
[Bug 906461] New: wrong default pidfile in /etc/clamd.d/amavisd.conf
by Red Hat Bugzilla
Product: Fedora EPEL
https://bugzilla.redhat.com/show_bug.cgi?id=906461
Bug ID: 906461
Summary: wrong default pidfile in /etc/clamd.d/amavisd.conf
Product: Fedora EPEL
Version: el6
Component: amavisd-new
Severity: low
Priority: unspecified
Reporter: rgm(a)htt-consult.com
Description of problem:
The default pidfile for clamd in /etc/clamd.d/amavisd.conf does not default
pidfile in /etc/clamd.conf
Version-Release number of selected component (if applicable):
amavisd-new-2.6.4-2.el6.noarch.rpm
as compared to
clamd-0.97.6-1.el6.i686.rpm
How reproducible:
very
Steps to Reproduce:
1. install amavisd-new and clamd
2. inspect .conf files
3.
Actual results:
/etc/clamd.d/amavisd.conf has the pidfile of
/var/run/amavisd/clamd.pid
whereas /etc/clamd.conf has the pidfile of
/var/run/clamav/clamd.pid
Expected results:
Defaults should match
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=cbx9wRUoKT&a=cc_unsubscribe
8 years, 11 months
[Bug 456357] New: rpm: perl.prov fails to detect $VERSION correctly on multiple assignments
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=456357
Summary: rpm: perl.prov fails to detect $VERSION correctly on
multiple assignments
Product: Fedora
Version: 9
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: rpm
AssignedTo: pmatilai(a)redhat.com
ReportedBy: cweyl(a)alumni.drew.edu
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-
list@redhat.com,jnovy@redhat.com,pauln(a)truemesh.com
Description of problem:
When $VERSION is set twice inside the same package, the latest definition prevails.
Version-Release number of selected component (if applicable):
rpm-4.4.2.3-2.fc9.x86_64
How reproducible:
Package DateTime-Format-DBI :) (see bug 455788)
Lines 10 and 11 of lib/DateTime/Format/DBI.pm are:
$VERSION = '0.031';
$VERSION = $VERSION + 0.0;
Note that perl.prov finds the version as "0.0".
Actual results:
====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm
perl(DateTime::Format::DBI) = 0.0
perl-DateTime-Format-DBI = 0.031-1.fc9
Expected results:
====> provides for perl-DateTime-Format-DBI-0.031-1.fc9.noarch.rpm
perl(DateTime::Format::DBI) = 0.031
perl-DateTime-Format-DBI = 0.031-1.fc9
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
8 years, 11 months