[Bug 1141117] perl Tk applications crash with perl 5.20.0

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1141117

Petr Pisar  changed:

   What|Removed |Added

External Bug ID||CPAN 99411



--- Comment #4 from Petr Pisar  ---
(In reply to Petr Pisar from comment #2)
> (In reply to Petr Pisar from comment #1)
> > Applying upstream patches helps. Then all Tk tests pass except one. See CPAN
> > RT#98831.
> 
> liberation-sans-fonts is needed. The test is sensitive to fonts.

This was fixed by upstream commit:

commit 39ce3fa564b0843a00553f5444b2110ed5e9701e
Author: Slaven Rezic 
Date:   Sat Sep 20 21:46:54 2014 +0200

entry.t tweaking

This should fix the (font-related) issues described in RT #98831.

Then only t/font.t fails without liberation-sans-fonts because it checks for
number of font families available (see
).

-- 
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=35shlSrAyO&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 628655] perl segfaults when joining a thread and using perl-Tk

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=628655

Petr Pisar  changed:

   What|Removed |Added

 CC||ppi...@redhat.com



--- Comment #6 from Petr Pisar  ---
It crashes in F20:

tcl-8.5.14-1.fc20.x86_64
perl-5.18.4-290.fc20.x86_64
perl-threads-1.92-1.fc20.x86_64
perl-Tk-804.031-4.fc20.x86_64

It does not crash in F22:

tcl-8.6.2-1.fc22.x86_64
perl-5.20.1-309.fc22.x86_64
perl-threads-1.96-1.fc22.x86_64
perl-Tk-804.032-4.fc22.x86_64

-- 
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=NJJst02kbA&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-Qt

2014-10-10 Thread buildsys


perl-Qt has broken dependencies in the rawhide tree:
On x86_64:
perl-Qt-0.96.0-11.fc22.x86_64 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.x86_64 requires libperl.so.5.18()(64bit)
On i386:
perl-Qt-0.96.0-11.fc22.i686 requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.i686 requires libperl.so.5.18
On armhfp:
perl-Qt-0.96.0-11.fc22.armv7hl requires perl(:MODULE_COMPAT_5.18.2)
perl-Qt-0.96.0-11.fc22.armv7hl requires libperl.so.5.18
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File IO-Socket-SSL-1.999.tar.gz uploaded to lookaside cache by pghmcfc

2014-10-10 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Socket-SSL:

4f59cb143df2cf2664c83f3360febafb  IO-Socket-SSL-1.999.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Socket-SSL] Update to 1.999

2014-10-10 Thread Paul Howarth
commit 4c8c768b6e51518a8cd906416df326ba178071cb
Author: Paul Howarth 
Date:   Fri Oct 10 14:48:05 2014 +0100

Update to 1.999

- New upstream release 1.999
  - Make sure we don't use version 0.30 of IO::Socket::IP
  - Make sure that PeerHost is checked in all places where PeerAddr is 
checked,
because these are synonyms and IO::Socket::IP prefers PeerHost while 
others
prefer PeerAddr; also accept PeerService additionally to PeerPort
(https://github.com/noxxi/p5-io-socket-ssl/issues/16)
  - Add ability to use client certificates and to overwrite hostname with
util/analyze-ssl.pl

 ...-SSL-1.999-use-system-default-SSL-version.patch |4 ++--
 ...-SSL-1.999-use-system-default-cipher-list.patch |2 +-
 perl-IO-Socket-SSL.spec|   16 +---
 sources|2 +-
 4 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/IO-Socket-SSL-1.998-use-system-default-SSL-version.patch 
b/IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
similarity index 93%
rename from IO-Socket-SSL-1.998-use-system-default-SSL-version.patch
rename to IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
index 695af45..5178854 100644
--- a/IO-Socket-SSL-1.998-use-system-default-SSL-version.patch
+++ b/IO-Socket-SSL-1.999-use-system-default-SSL-version.patch
@@ -9,7 +9,7 @@
  SSL_verify_callback => undef,
  SSL_verifycn_scheme => undef,  # fallback cn verification
  SSL_verifycn_publicsuffix => undef,  # fallback default list verification
-@@ -2045,7 +2045,7 @@ WARN
+@@ -2054,7 +2054,7 @@ WARN
  
  my $ssl_op = Net::SSLeay::OP_ALL();
  
@@ -20,7 +20,7 @@
or croak("invalid SSL_version specified");
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -910,7 +910,8 @@ recent versions of Net::SSLeay and opens
+@@ -912,7 +912,8 @@ recent versions of Net::SSLeay and opens
  
  You can limit to set of supported protocols by adding !version separated by 
':'.
  
diff --git a/IO-Socket-SSL-1.997-use-system-default-cipher-list.patch 
b/IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
similarity index 97%
rename from IO-Socket-SSL-1.997-use-system-default-cipher-list.patch
rename to IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
index d565729..d78b7ea 100644
--- a/IO-Socket-SSL-1.997-use-system-default-cipher-list.patch
+++ b/IO-Socket-SSL-1.999-use-system-default-cipher-list.patch
@@ -56,7 +56,7 @@
  # set values inside _init to work with perlcc, RT#95452
 --- lib/IO/Socket/SSL.pod
 +++ lib/IO/Socket/SSL.pod
-@@ -929,12 +929,8 @@ documentation (L= 0.9.8
@@ -100,6 +100,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3*
 
 %changelog
+* Fri Oct 10 2014 Paul Howarth  - 1.999-1
+- Update to 1.999
+  - Make sure we don't use version 0.30 of IO::Socket::IP
+  - Make sure that PeerHost is checked in all places where PeerAddr is checked,
+because these are synonyms and IO::Socket::IP prefers PeerHost while others
+prefer PeerAddr; also accept PeerService additionally to PeerPort
+(https://github.com/noxxi/p5-io-socket-ssl/issues/16)
+  - Add ability to use client certificates and to overwrite hostname with
+util/analyze-ssl.pl
+
 * Mon Sep 22 2014 Paul Howarth  - 1.998-1
 - Update to 1.998
   - Make client authentication work at the server side when SNI is in by use
diff --git a/sources b/sources
index b0270bd..4c5b6e9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00e23adb0bd80f4fa9c4336109e4f9db  IO-Socket-SSL-1.998.tar.gz
+4f59cb143df2cf2664c83f3360febafb  IO-Socket-SSL-1.999.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/

[perl-IO-Socket-SSL/f21] Update to 1.999

2014-10-10 Thread Paul Howarth
Summary of changes:

  4c8c768... Update to 1.999 (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.999-1.fc21

2014-10-10 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.999-1.fc21' was created pointing to:

 4c8c768... Update to 1.999
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.999-1.fc22

2014-10-10 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.999-1.fc22' was created pointing to:

 4c8c768... Update to 1.999
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1127473] Please update to upstream version >= 0.06

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127473

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
Package perl-HTML-WikiConverter-Markdown-0.06-1.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-HTML-WikiConverter-Markdown-0.06-1.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12484/perl-HTML-WikiConverter-Markdown-0.06-1.fc19
then log in and leave karma (feedback).

-- 
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=9wydeFYXax&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1062757] Review Request: glite-lb-logger-msg - Plugin for sending L&B notifications to messaging infrastructure

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1062757

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||glite-lb-logger-msg-1.2.13-
   ||2.fc21
 Resolution|--- |ERRATA
Last Closed||2014-10-10 12:03:01



--- Comment #13 from Fedora Update System  ---
glite-lb-logger-msg-1.2.13-2.fc21 has been pushed to the Fedora 21 stable
repository.

-- 
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=1hIEn92eKc&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1151011] perl-Socket-2.016 is available

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151011

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
Package perl-Socket-2.016-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Socket-2.016-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12518/perl-Socket-2.016-1.fc21
then log in and leave karma (feedback).

-- 
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=qpvBKva0li&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1150522] perl-JavaScript-Minifier-1.12 is available

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1150522

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
Package perl-JavaScript-Minifier-1.12-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-JavaScript-Minifier-1.12-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12519/perl-JavaScript-Minifier-1.12-1.fc21
then log in and leave karma (feedback).

-- 
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=szvz4XksYI&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1150092] CVE-2014-1573 CVE-2014-1572 CVE-2014-1571 bugzilla: security fixes release [fedora-all]

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1150092

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #5 from Fedora Update System  ---
Package bugzilla-4.2.11-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing bugzilla-4.2.11-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12530/bugzilla-4.2.11-1.fc20
then log in and leave karma (feedback).

-- 
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=qmVEG8i06f&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1147892] perl-Tangerine-0.05 is available

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1147892



--- Comment #4 from Fedora Update System  ---
perl-Tangerine-0.05-1.fc20 has been pushed to the Fedora 20 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
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=NkaTbPm4j3&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1127471] Please update to upstream version >= 0.06

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127471

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
Package perl-HTML-WikiConverter-Markdown-0.06-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-HTML-WikiConverter-Markdown-0.06-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12543/perl-HTML-WikiConverter-Markdown-0.06-1.fc20
then log in and leave karma (feedback).

-- 
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=TT40eUZOQY&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1150523] perl-List-AllUtils-0.09 is available

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1150523

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
Package perl-List-AllUtils-0.09-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing
perl-List-AllUtils-0.09-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-12576/perl-List-AllUtils-0.09-1.fc21
then log in and leave karma (feedback).

-- 
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=596PaBLEaH&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1151572] New: Runaway rapid memory growth when handling Net::DNS::Packet

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151572

Bug ID: 1151572
   Summary: Runaway rapid memory growth when handling
Net::DNS::Packet
   Product: Fedora
   Version: 20
 Component: perl-Net-DNS
  Severity: medium
  Assignee: psab...@redhat.com
  Reporter: john+red...@netservers.co.uk
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, pwout...@redhat.com



Description of problem:

When I query the NS records for a certain domain using
Net::DNS::Resolver::Recurse, the perl script gets stuck in a infinite loop,
rapidly expanding in size until it is killed by the OOM killer.

How reproducible:
Can be reproduced every time you query certain domain(s). I've reproduced it on
four different Fedora 20 systems, once of which was a virgin system booted from
the Fedora Live DVD.

The problem does _not_ occur on CentOS/RHEL 6.5 or CentOS/RHEL 7.


Steps to Reproduce:
1. Create a perl script that queries NS records for domain
villamontanavista.co.uk
2. Run the script
3. Watch top and see the script grow in size until the OOM killer steps in.

Actual results:
Perl script devours all available memory until it is killed by OOM Killer

Expected results:
DNS records should be handled by the script and it should exit almost instantly

Additional info:
This perl script will always trigger the bug on Fedora 20:
=
#!/usr/bin/perl

use strict;
use Net::DNS;
use Net::DNS::Resolver::Recurse;
use Data::Dumper;

select STDERR; $| = 1;
select STDOUT; $| = 1;

my $res = Net::DNS::Resolver::Recurse->new;
$res->hints();
$res->recursion_callback(sub {
my $packet = shift;
print "==\n".Dumper($packet)."\n\n";
for  ($packet->additional){ print $_->string."\n"; }
});

$res->tcp_timeout(10);
$res->udp_timeout(10);

print "Starting recursion\n";
my $packet=$res->query_dorecursion("villamontanavista.co.uk","NS");
print "Finished recursion\n";
=

Some strace output (goes on like this until killed):
brk(0)  = 0x18a1000
brk(0x18c2000)  = 0x18c2000
brk(0)  = 0x18c2000
brk(0x18e3000)  = 0x18e3000
brk(0)  = 0x18e3000
brk(0x1904000)  = 0x1904000
brk(0)  = 0x1904000
brk(0x1925000)  = 0x1925000
brk(0)  = 0x1925000
brk(0x1946000)  = 0x1946000
brk(0)  = 0x1946000
brk(0x1967000)  = 0x1967000
brk(0)  = 0x1967000
brk(0x1988000)  = 0x1988000
brk(0)  = 0x1988000

-- 
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=L3rIiSLBGK&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1141222] Perl pulls in unneeded dependencies

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1141222



--- Comment #3 from Vít Ondruch  ---
-309 does not pull the additional dependencies anymore. Thanks for the fix.

-- 
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=0Wc7jM25Co&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 1148328] perl-DateTime-TimeZone-1.75 is available

2014-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1148328

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-DateTime-TimeZone-1.75 |perl-DateTime-TimeZone-1.75
   |-1.fc22 |-1.fc20
 Resolution|--- |ERRATA
Last Closed||2014-10-11 02:54:28



--- Comment #4 from Fedora Update System  ---
perl-DateTime-TimeZone-1.75-1.fc20 has been pushed to the Fedora 20 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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=VdQ9hAHoMU&a=cc_unsubscribe
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel