On Mon, 21 Feb 2011 15:22:48 +0100, Ralf Corsepius wrote:
> On a second thought - May-be it would be more suitable for perl to parse 
> the *.pods, such XS-modules normally are accompanied with?

As discussed in
        [Bug 679014] rpmbuild: Perl excessive auto-Requires
        https://bugzilla.redhat.com/show_bug.cgi?id=679014

there is no need for autodetection.  CPAN packages already provide their
"requires" list:
Gtk2-GladeXML-1.007/META.yml:
requires:     
    ExtUtils::Depends:             0.300
    ExtUtils::PkgConfig:           1.000
    Glib:                          1.020
    Gtk2:                          1.000

which is IIRC generated from Makefile.PL, where one can also find the
"provides" list using ExtUtils::MakeMaker.  This should be resolved by perl
maintainers.


Regards,
Jan
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to