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.
> 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?
I've noticed that File-Spec hasn't changed on CPAN
since December last year, but Cwd has changed recently.
--
best regards,
randy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]