Randy Kobes wrote:
On Tue, 29 Jun 2004, Stas Bekman wrote:


Randy Kobes wrote:

[ ... ]

I looked at my ExtUtils::Embed. One, version 1.2505, has
 $root = $MM->catdir(@ns);
where
  my $MM = bless {} => 'MY';
from a few lines earlier. Perhaps the stray MY object
reference is related to this "MY". Can you see what
happens if you upgrade ExtUtils::Embed - version
1.25061 has the corresponding line
  $root = File::Spec->catdir(@ns);

CPAN has only 1.2505 or at least that's what it shows:

Going to read /home/stas/.cpan/sources/modules/03modlist.data.gz
Module id = ExtUtils::Embed
    DESCRIPTION  Utilities for embedding Perl in C/C++ apps
    CPAN_USERID  DOUGM (Doug MacEachern <[EMAIL PROTECTED]>)
    CPAN_VERSION 1.2505
    CPAN_FILE    D/DO/DOUGM/ExtUtils-Embed-1.14.tar.gz
    DSLI_STATUS  Sdpf (standard,developer,perl,functions)
    MANPAGE      ExtUtils::Embed - Utilities for embedding Perl in C/C++
applications
    INST_FILE    /home/stas/perl/5.6.1/lib/5.6.1/ExtUtils/Embed.pm
    INST_VERSION 1.2505


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.

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.


I've noticed that File-Spec hasn't changed on CPAN
since December last year, but Cwd has changed recently.

Yup, but it's a problem on our side I believe. All those MY:: overrides.


-- __________________________________________________________________ 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]



Reply via email to