[Bug 786849] False results for Test::Pod and Test::Pod::Coverage since F17 mass rebuild

2012-02-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=786849

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

External Bug ID||CPAN 74608

--- Comment #4 from Petr Pisar ppi...@redhat.com 2012-02-06 04:14:46 EST ---
Thanks. perl-RT-Client-REST has been rebuilt withTest::Kwalitee as 0.43-2.fc17
successfully.

-- 
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.
--
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 786849] False results for Test::Pod and Test::Pod::Coverage since F17 mass rebuild

2012-02-04 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=786849

Daniel Berrange berra...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
Last Closed||2012-02-04 05:22:10

--- Comment #3 from Daniel Berrange berra...@redhat.com 2012-02-04 05:22:10 
EST ---
Built perl-Module-ExtractUse-0.23-11.fc17 into F17 rawhide.

-- 
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.
--
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 786849] False results for Test::Pod and Test::Pod::Coverage since F17 mass rebuild

2012-02-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=786849

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

   What|Removed |Added

 CC||berra...@redhat.com,
   ||fedora-perl-devel-list@redh
   ||at.com,
   ||trem...@tremble.org.uk
  Component|perl-Test-Kwalitee  |perl-Module-ExtractUse
 AssignedTo|p...@city-fan.org   |berra...@redhat.com

--- Comment #2 from Paul Howarth p...@city-fan.org 2012-02-02 13:33:55 EST ---
This is due to an incompatible change in Parse::RecDescent that has broken
Module::ExtractUse (https://rt.cpan.org/Public/Bug/Display.html?id=74608).

It can be fixed by recompiling the grammar in %prep:

# Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74608)
cd lib/Module/ExtractUse
rm Grammar.pm
perl -MParse::RecDescent - grammar Module::ExtractUse::Grammar
cd -

I have verified that this change fixes the build of both perl-Module-ExtractUse
and perl-RT-Client-REST.

I am happy to do this change and build it if the perl-Module-ExtractUse
maintainer is busy.

-- 
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.
--
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