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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |fedora-perl-devel-list@redh
                   |                            |at.com,
                   |                            |[email protected]
          Component|perl-Test-Kwalitee          |perl-Module-ExtractUse
         AssignedTo|[email protected]           |[email protected]

--- Comment #2 from Paul Howarth <[email protected]> 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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to