[Bug 1239770] perl-Data-Alias: FTBFS in rawhide

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239770

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-06 03:49:43



--- Comment #4 from Paul Howarth p...@city-fan.org ---


*** This bug has been marked as a duplicate of bug 1231270 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239335] perl-version rebuild attempts to change files outside of build directory

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239335

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||p...@city-fan.org
   Assignee|psab...@redhat.com  |p...@city-fan.org



--- Comment #1 from Paul Howarth p...@city-fan.org ---
Rawhide build updated to fix this. As you appear to be rebuilding for EL-6, I
guess it doesn't matter if your source comes from F-21 or Rawhide?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

pghmcfc uploaded Test-File-1.44.tar.gz for perl-Test-File

2015-07-06 Thread notifications
e27abfdef840e0549c6e0852ed54689f  Test-File-1.44.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-File/Test-File-1.44.tar.gz/md5/e27abfdef840e0549c6e0852ed54689f/Test-File-1.44.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

pghmcfc pushed to perl-Test-File (master). Update to 1.44 (..more)

2015-07-06 Thread notifications
From 0f068ca078d48eb01a00e721ce8e83c512f41fb4 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 6 Jul 2015 11:20:40 +0100
Subject: Update to 1.44

- New upstream release 1.44
  - Fix problem with META* specifying requirements (CPAN RT#105210)
  - Don't install README.pod
  - check file_mode_has tests for Windows
  - Fix file_has_* tests to work on Windows (GH#13)

diff --git a/perl-Test-File.spec b/perl-Test-File.spec
index 31412ec..17b6c38 100644
--- a/perl-Test-File.spec
+++ b/perl-Test-File.spec
@@ -1,13 +1,16 @@
 Summary:   Test file attributes through Test::Builder
 Name:  perl-Test-File
-Version:   1.41
-Release:   3%{?dist}
+Version:   1.44
+Release:   1%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Test-File/
 Source0:   
http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-File-%{version}.tar.gz
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker) = 6.48
 BuildRequires: perl(ExtUtils::Manifest) = 1.21
@@ -28,7 +31,6 @@ BuildRequires:perl(Test::utf8)
 BuildRequires: perl(utf8)
 # Optional Tests
 BuildRequires: perl(Test::Pod) = 1.00
-BuildRequires: perl(Test::Prereq) = 1.0
 BuildRequires: perl(Test::Pod::Coverage)
 # Runtime
 Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
@@ -56,11 +58,18 @@ make test
 
 %files
 %license LICENSE
-%doc Changes README
+%doc Changes README.pod
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::File.3*
 
 %changelog
+* Mon Jul  6 2015 Paul Howarth p...@city-fan.org - 1.44-1
+- Update to 1.44
+  - Fix problem with META* specifying requirements (CPAN RT#105210)
+  - Don't install README.pod
+  - check file_mode_has tests for Windows
+  - Fix file_has_* tests to work on Windows (GH#13)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.41-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ddbfd32..c7db3d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e23ca28784d92de06e3052c6f3ff3e06  Test-File-1.41.tar.gz
+e27abfdef840e0549c6e0852ed54689f  Test-File-1.44.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-File.git/commit/?h=masterid=0f068ca078d48eb01a00e721ce8e83c512f41fb4
--
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 1231270] perl-Data-Alias-1.18-5.fc23 FTBFS with perl-5.22

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1231270

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #2 from Paul Howarth p...@city-fan.org ---
*** Bug 1239770 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239785] perl-Test-Vars: FTBFS in rawhide

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239785

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |DUPLICATE
Last Closed||2015-07-06 03:53:06



--- Comment #4 from Paul Howarth p...@city-fan.org ---


*** This bug has been marked as a duplicate of bug 1230754 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1230754] perl-Test-Vars-0.005-7.fc23: FTBFS with Perl 5.22

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230754

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Blocks||1239338 (F23FTBFS)
 CC||den...@ausil.us



--- Comment #1 from Paul Howarth p...@city-fan.org ---
*** Bug 1239785 has been marked as a duplicate of this bug. ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1239338
[Bug 1239338] Fedora 23 Mass Rebuild FTBFS Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

pghmcfc pushed to perl-version (master). Don't try to touch existing installation during rebuild (#1239335) (..more)

2015-07-06 Thread notifications
From 1c7ec0f6b41169edceebe686c35934e9136747e0 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 6 Jul 2015 10:06:41 +0100
Subject: Don't try to touch existing installation during rebuild (#1239335)

Use UNINST=0 to avoid trying to mess with existing installation during
rebuild (#1239335)

diff --git a/perl-version.spec b/perl-version.spec
index ed435be..d0be92b 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -2,7 +2,7 @@ Name:   perl-version
 Epoch:  5
 Version:0.99.12
 %global module_version 0.9912
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,7 +60,7 @@ strongly urged to set 0.77 as a minimum in your code.
 %setup -q -n version-%{module_version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} UNINST=0
 make %{?_smp_mflags}
 
 %install
@@ -86,6 +86,10 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Mon Jul  6 2015 Paul Howarth p...@city-fan.org - 5:0.99.12-4
+- Use UNINST=0 to avoid trying to mess with existing installation during
+  rebuild (#1239335)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5:0.99.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-version.git/commit/?h=masterid=1c7ec0f6b41169edceebe686c35934e9136747e0
--
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

pghmcfc pushed to perl-version (perl-version-0.99.12-4.fc23). Don't try to touch existing installation during rebuild (#1239335) (..more)

2015-07-06 Thread notifications
From 1c7ec0f6b41169edceebe686c35934e9136747e0 Mon Sep 17 00:00:00 2001
From: Paul Howarth p...@city-fan.org
Date: Mon, 6 Jul 2015 10:06:41 +0100
Subject: Don't try to touch existing installation during rebuild (#1239335)

Use UNINST=0 to avoid trying to mess with existing installation during
rebuild (#1239335)

diff --git a/perl-version.spec b/perl-version.spec
index ed435be..d0be92b 100644
--- a/perl-version.spec
+++ b/perl-version.spec
@@ -2,7 +2,7 @@ Name:   perl-version
 Epoch:  5
 Version:0.99.12
 %global module_version 0.9912
-Release:3%{?dist}
+Release:4%{?dist}
 Summary:Perl extension for Version Objects
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -60,7 +60,7 @@ strongly urged to set 0.77 as a minimum in your code.
 %setup -q -n version-%{module_version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags} UNINST=0
 make %{?_smp_mflags}
 
 %install
@@ -86,6 +86,10 @@ make test
 %{_mandir}/man3/version::Internals.3pm*
 
 %changelog
+* Mon Jul  6 2015 Paul Howarth p...@city-fan.org - 5:0.99.12-4
+- Use UNINST=0 to avoid trying to mess with existing installation during
+  rebuild (#1239335)
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 5:0.99.12-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-version.git/commit/?h=perl-version-0.99.12-4.fc23id=1c7ec0f6b41169edceebe686c35934e9136747e0
--
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-Gtk3-WebKit

2015-07-06 Thread buildsys


perl-Gtk3-WebKit has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Gtk3-WebKit-0.06-3.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Test-Vars

2015-07-06 Thread buildsys


perl-Test-Vars has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-Vars-0.005-6.fc22.noarch requires perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Test-Apocalypse

2015-07-06 Thread buildsys


perl-Test-Apocalypse has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Test-Apocalypse-1.006-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-Gtk3

2015-07-06 Thread buildsys


perl-Gtk3 has broken dependencies in the rawhide tree:
On x86_64:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Gtk3-0.019-1.fc22.noarch requires perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-MongoDB

2015-07-06 Thread buildsys


perl-MongoDB has broken dependencies in the rawhide tree:
On x86_64:
perl-MongoDB-0.702.2-5.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-MongoDB-0.702.2-5.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-MongoDB-0.702.2-5.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-MongoDB-0.702.2-5.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-Cover

2015-07-06 Thread buildsys


perl-Devel-Cover has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-Cover-1.18-1.fc23.x86_64 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-Cover-1.18-1.fc23.i686 requires perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-Cover-1.18-1.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
perl-Devel-Cover-1.18-1.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-CatalystX-REPL

2015-07-06 Thread buildsys


perl-CatalystX-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CatalystX-REPL-0.04-10.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Devel-FindRef

2015-07-06 Thread buildsys


perl-Devel-FindRef has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Devel-FindRef-1.44-3.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-FindRef-1.44-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-POE-API-Peek

2015-07-06 Thread buildsys


perl-POE-API-Peek has broken dependencies in the rawhide tree:
On x86_64:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
1:perl-POE-API-Peek-2.20-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Test-AutoBuild

2015-07-06 Thread buildsys


perl-Test-AutoBuild has broken dependencies in the rawhide tree:
On x86_64:
perl-Test-AutoBuild-1.2.4-15.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Test-AutoBuild-1.2.4-15.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Test-AutoBuild-1.2.4-15.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-Data-Dump-Streamer

2015-07-06 Thread buildsys


perl-Data-Dump-Streamer has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Data-Dump-Streamer-2.38-3.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Task-Catalyst

2015-07-06 Thread buildsys


perl-Task-Catalyst has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-Task-Catalyst-4.02-8.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

Broken dependencies: perl-B-Hooks-OP-Check-EntersubForCV

2015-07-06 Thread buildsys


perl-B-Hooks-OP-Check-EntersubForCV has broken dependencies in the rawhide tree:
On x86_64:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.i686 requires 
libperl.so.5.20
On armhfp:
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-B-Hooks-OP-Check-EntersubForCV-0.09-10.fc22.armv7hl requires 
libperl.so.5.20
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

Broken dependencies: perl-Data-Alias

2015-07-06 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.18-4.fc22.x86_64 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.x86_64 requires libperl.so.5.20()(64bit)
On i386:
perl-Data-Alias-1.18-4.fc22.i686 requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Data-Alias-1.18-4.fc22.armv7hl requires perl(:MODULE_COMPAT_5.20.0)
perl-Data-Alias-1.18-4.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: polymake

2015-07-06 Thread buildsys


polymake has broken dependencies in the rawhide tree:
On x86_64:
polymake-2.13-22.git20141013.fc23.x86_64 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.x86_64 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
polymake-2.13-22.git20141013.fc23.i686 requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.i686 requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.i686 requires libperl.so.5.20
On armhfp:
polymake-2.13-22.git20141013.fc23.armv7hl requires 
perl(:MODULE_COMPAT_5.20.2)
polymake-2.13-22.git20141013.fc23.armv7hl requires perl = 4:5.20.2
polymake-2.13-22.git20141013.fc23.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Devel-BeginLift

2015-07-06 Thread buildsys


perl-Devel-BeginLift has broken dependencies in the rawhide tree:
On x86_64:
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.x86_64 requires 
libperl.so.5.20()(64bit)
On i386:
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.i686 requires libperl.so.5.20
On armhfp:
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires 
perl(:MODULE_COMPAT_5.20.0)
perl-Devel-BeginLift-0.001003-9.fc22.armv7hl requires libperl.so.5.20
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

Broken dependencies: perl-Task-Kensho-Testing

2015-07-06 Thread buildsys


perl-Task-Kensho-Testing has broken dependencies in the rawhide tree:
On x86_64:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Task-Kensho-Testing-0.38-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-Carp-REPL

2015-07-06 Thread buildsys


perl-Carp-REPL has broken dependencies in the rawhide tree:
On x86_64:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On i386:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
On armhfp:
perl-Carp-REPL-0.18-1.fc23.noarch requires perl(:MODULE_COMPAT_5.20.2)
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

Broken dependencies: perl-Method-Signatures

2015-07-06 Thread buildsys


perl-Method-Signatures has broken dependencies in the rawhide tree:
On x86_64:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On i386:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
On armhfp:
perl-Method-Signatures-20141021-1.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.1)
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

Broken dependencies: perl-CGI-Application-Structured-Tools

2015-07-06 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the rawhide 
tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On i386:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
On armhfp:
perl-CGI-Application-Structured-Tools-0.015-7.fc22.noarch requires 
perl(:MODULE_COMPAT_5.20.0)
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

spot uploaded Devel-Cover-1.20.tar.gz for perl-Devel-Cover

2015-07-06 Thread notifications
98cbf610389aaed8cf85f1bb434fd3db  Devel-Cover-1.20.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Devel-Cover/Devel-Cover-1.20.tar.gz/md5/98cbf610389aaed8cf85f1bb434fd3db/Devel-Cover-1.20.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

spot pushed to perl-Devel-Cover (master). 1.20

2015-07-06 Thread notifications
From b1701878f654639b9f205ac7215bb91b31aec64d Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Mon, 6 Jul 2015 09:50:16 -0400
Subject: 1.20


diff --git a/.gitignore b/.gitignore
index 54b961a..b6e5d78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Devel-Cover-0.66.tar.gz
 /Devel-Cover-1.09.tar.gz
 /Devel-Cover-1.17.tar.gz
 /Devel-Cover-1.18.tar.gz
+/Devel-Cover-1.20.tar.gz
diff --git a/perl-Devel-Cover.spec b/perl-Devel-Cover.spec
index 4451f62..e3ede13 100644
--- a/perl-Devel-Cover.spec
+++ b/perl-Devel-Cover.spec
@@ -1,6 +1,6 @@
 Name:   perl-Devel-Cover
-Version:1.18
-Release:3%{?dist}
+Version:1.20
+Release:1%{?dist}
 Summary:Code coverage metrics for Perl
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -33,7 +33,6 @@ BuildRequires:  perl(Template::Provider)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::Differences)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 Requires:   perl(Pod::Coverage)
@@ -83,6 +82,9 @@ make test
 %{_mandir}/man3/*.3pm*
 
 %changelog
+* Mon Jul  6 2015 Tom Callaway s...@fedoraproject.org - 1.20-1
+- update to 1.20
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.18-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index c1b23ea..c91f261 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f05d443ca0daceade5c032ac60f6dd2  Devel-Cover-1.18.tar.gz
+98cbf610389aaed8cf85f1bb434fd3db  Devel-Cover-1.20.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Devel-Cover.git/commit/?h=masterid=b1701878f654639b9f205ac7215bb91b31aec64d
--
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

spot uploaded Test-Pod-1.51.tar.gz for perl-Test-Pod

2015-07-06 Thread notifications
f806aa84de2f0c0fba48b3a5a8a4aecf  Test-Pod-1.51.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Pod/Test-Pod-1.51.tar.gz/md5/f806aa84de2f0c0fba48b3a5a8a4aecf/Test-Pod-1.51.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

spot pushed to perl-Test-Pod (master). 1.51

2015-07-06 Thread notifications
From a04d772db7dc456b0a2ec6334f3c8040b48a84dc Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Mon, 6 Jul 2015 09:58:54 -0400
Subject: 1.51


diff --git a/.gitignore b/.gitignore
index 9c64266..ad9a1c8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Test-Pod-1.44.tar.gz
 /Test-Pod-1.48.tar.gz
 /Test-Pod-1.49.tar.gz
 /Test-Pod-1.50.tar.gz
+/Test-Pod-1.51.tar.gz
diff --git a/perl-Test-Pod.spec b/perl-Test-Pod.spec
index fe096d1..16764c8 100644
--- a/perl-Test-Pod.spec
+++ b/perl-Test-Pod.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Pod
-Version:1.50
-Release:3%{?dist}
+Version:1.51
+Release:1%{?dist}
 Summary:Test POD files for correctness
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -10,7 +10,7 @@ BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build) = 0.30
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Pod::Simple) = 3.05
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::Builder)
@@ -34,15 +34,18 @@ the heavy lifting.
 %setup -q -n Test-Pod-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2/dev/null \;
 %{_fixperms} %{buildroot}
 
 %check
-LC_ALL=C ./Build test
+LC_ALL=C make test
 
 %files
 %doc Changes README
@@ -50,6 +53,9 @@ LC_ALL=C ./Build test
 %{_mandir}/man3/Test::Pod.3pm*
 
 %changelog
+* Mon Jul  6 2015 Tom Callaway s...@fedoraproject.org - 1.51-1
+- update to 1.51
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.50-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index f95c061..3b1d905 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d94843add61471fa0b1ed49296000ef  Test-Pod-1.50.tar.gz
+f806aa84de2f0c0fba48b3a5a8a4aecf  Test-Pod-1.51.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Test-Pod.git/commit/?h=masterid=a04d772db7dc456b0a2ec6334f3c8040b48a84dc
--
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 1239773] perl-Devel-Cover: FTBFS in rawhide

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239773

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2015-07-06 10:00:53



--- Comment #4 from Tom spot Callaway tcall...@redhat.com ---
Fixed in rawhide, perl-Devel-Cover-1.20-1.fc23.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1239253] perl-Test-Pod-1.51 is available

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1239253



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
spot's perl-Test-Pod-1.51-1.fc23 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=667110

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

spot uploaded Lingua-EN-Inflect-Number-1.12.tar.gz for perl-Lingua-EN-Inflect-Number

2015-07-06 Thread notifications
b9dc7eb63ee1ff4877afc66440cea653  Lingua-EN-Inflect-Number-1.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Lingua-EN-Inflect-Number/Lingua-EN-Inflect-Number-1.12.tar.gz/md5/b9dc7eb63ee1ff4877afc66440cea653/Lingua-EN-Inflect-Number-1.12.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

[Bug 1240457] perl-Net-DNS-1.01 is available

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240457



--- Comment #2 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Scratch build failed
http://koji.fedoraproject.org/koji/taskinfo?taskID=10307650

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1240457] perl-Net-DNS-1.01 is available

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240457



--- Comment #1 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org ---
Created attachment 1048997
  -- https://bugzilla.redhat.com/attachment.cgi?id=1048997action=edit
[patch] Update to 1.01 (#1240457)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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 1240457] New: perl-Net-DNS-1.01 is available

2015-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1240457

Bug ID: 1240457
   Summary: perl-Net-DNS-1.01 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Net-DNS
  Keywords: FutureFeature, Triaged
  Assignee: psab...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
psab...@redhat.com, pwout...@redhat.com



Latest upstream release: 1.01
Current version/release in rawhide: 0.83-3.fc23
URL: http://search.cpan.org/dist/Net-DNS/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
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

spot pushed to perl-Lingua-EN-Inflect-Number (master). 1.12

2015-07-06 Thread notifications
From dba3233ee004909203a50fe244f3beaf5008aed2 Mon Sep 17 00:00:00 2001
From: Tom Callaway s...@fedoraproject.org
Date: Mon, 6 Jul 2015 10:07:07 -0400
Subject: 1.12


diff --git a/.gitignore b/.gitignore
index a412947..4bbd180 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Lingua-EN-Inflect-Number-1.1.tar.gz
 /Lingua-EN-Inflect-Number-1.11.tar.gz
+/Lingua-EN-Inflect-Number-1.12.tar.gz
diff --git a/perl-Lingua-EN-Inflect-Number.spec 
b/perl-Lingua-EN-Inflect-Number.spec
index 1fc3d92..53d47ea 100644
--- a/perl-Lingua-EN-Inflect-Number.spec
+++ b/perl-Lingua-EN-Inflect-Number.spec
@@ -1,6 +1,6 @@
 Name:   perl-Lingua-EN-Inflect-Number
-Version:1.11
-Release:3%{?dist}
+Version:1.12
+Release:1%{?dist}
 Summary:Force number of words to singular or plural
 Group:  Development/Libraries
 License:GPL+ or Artistic
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul  6 2015 Tom Callaway s...@fedoraproject.org - 1.12-1
+- update to 1.12
+
 * Thu Jun 18 2015 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.11-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d5ab4ea..b839df6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14856b8dd22585780ac39c7a1fedc260  Lingua-EN-Inflect-Number-1.11.tar.gz
+b9dc7eb63ee1ff4877afc66440cea653  Lingua-EN-Inflect-Number-1.12.tar.gz
-- 
cgit v0.10.2



http://pkgs.fedoraproject.org/cgit/perl-Lingua-EN-Inflect-Number.git/commit/?h=masterid=dba3233ee004909203a50fe244f3beaf5008aed2
--
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