Front page | perl.perl5.porters |
Postings from April 2007
Re: mro callbacks patch
Thread Previous
|
Thread Next
From:
demerphq
Date:
April 23, 2007 16:30
Subject:
Re: mro callbacks patch
Message ID:
9b18b3110704231630i15b8c59dn3e7e36b4d9de9fd0@mail.gmail.com
On 4/24/07, Brandon Black <blblack@gmail.com> wrote:
> Attached is a further extension of the mro.c stuff...
Just FYI: if you try doing a make regen youll see:
Unable to place mro_get_linear_isa!
Unable to place mro_get_linear_isa_c3!
Unable to place mro_get_linear_isa_dfs!
Unable to place mro_isa_changed_in!
Unable to place mro_method_changed_in!
The responsible code is in autodoc.pl and reads as follows:
for (sort keys %docfuncs) {
# Have you used a full for apidoc or just a func name?
# Have you used Ap instead of Am in the for apidoc?
warn "Unable to place $_!\n";
}
Maybe one of those hints rings a bell?
cheers,
Yves
--
perl -Mre=debug -e "/just|another|perl|hacker/"
Thread Previous
|
Thread Next