[Bug 509419] perl-Glib Requires a development package: perl(ExtUtils::MakeMaker)

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 16 09:13:47 UTC 2009


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=509419





--- Comment #1 from Nicolas Chauvet (kwizart) <kwizart at gmail.com>  2009-07-16 05:13:46 EDT ---
from MakeHelper.pm:
------------------------------------------------------------
unless (defined &ExtUtils::Depends::get_deps) {
 use ExtUtils::MakeMaker;
 warn "ExtUtils::Depends is too old, need at "
    . "least version 0.2";
 # this is so that CPAN builds will do the upgrade
 # properly.
 WriteMakefile(
  PREREQ_FATAL => 1,
  PREREQ_PM => { 'ExtUtils::Depends' => 0.2, },
 );
 exit 1; # not reached.
}
------------------------------------------------------------

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




More information about the Fedora-perl-devel-list mailing list