develooper Front page | perl.perl5.porters | Postings from April 2007

Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph

Thread Previous | Thread Next
From:
Johan Vromans
Date:
April 25, 2007 02:16
Subject:
Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
Message ID:
m2vefkizlc.fsf@phoenix.squirrel.nl
"Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> writes:

> Then you might not have installed documentation ? .bs files should be
> optional, too. What are you using ? some RedHat ?

I've added the following exceptions to perlivp:

    # .bs files are optional
    @missing = grep { ! /\.bs$/ } @missing;
    # man files are sometimes compressed
    @missing = grep { ! -s "$_.gz" } @missing;

Now, the results are just:

    /usr/bin/sperl5.8.8
    /usr/bin/suidperl
    /usr/lib/perl5/5.8.8/Memoize/NDBM_File.pm
    /usr/share/man/man3/Memoize::NDBM_File.3pm

This is Fedora Core 6, with most recent updates.

-- Johan

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About