On Wed, 30 Jun 2004, Stas Bekman wrote:
Randy Kobes wrote:
[ .. ]
I think the difference is is that I installed ExtUtils::Embed from the perl-5.8.4 distribution, and it's marked as version 1.2506_01, which being a development version, doesn't show up on CPAN.pm.
It's not about us, but users who won't have that version in any case.
That's true - I was just wondering if it was a problem (that's been fixed) with the older ExtUtils::Embed, or something else.
Nuh, it's something we have done in the last month that broke it.
Though I can't quite figure out how that objects becomes an argument to catdir.
Another thing that occurred to me - with the recent APR/mod_perl.so decoupling, a warning comes up at the 'perl Makefile.PL' stage concerning MY::postamble being redefined from xs/APR/APR/Makefile.PL and xs/APR/aprext/Makefile.PL. Might this be at all related?
Yes, I've mentioned that issue when I posted my original patch. I've spent some time trying to get rid of it, but in vain. I'll try again today. It might be releated.
Although this doesn't solve the basic problem of getting rid of the warnings in general, does the following help? It just copies the relevant files via File::Copy, rather than doing so via Makefile - it would at least show if the problem arises because of the MY::postamble redefinitions.
It doesn't help :(
As for getting rid of the warning I'm not sure whether it's the best to copy the files from Makefile.PL -- it might be too early for autogenerated files (which might be added later) as some get generated later on.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
