Replacing all calls to "Pod::Text" for "Pod::PlainText" in my Perldl.pm worked fine. Working in openSUSE 10.3 x86_64. Thanks for pointing this out.
Hernán 2008/4/2, Craig DeForest <[EMAIL PROTECTED]>: > Works for me, MacOS X, Perl 5.8.8. Thanks for fixing that -- it was > pretty annoying... > > > > On Apr 2, 2008, at 1:35 PM, Doug Hunt wrote: > > Hi all: I've been bugged by a problem in perldl when PDL is > > compiled under perl 5.10 which does not allow 'apropos' lookup of > > functions: > > > > perldl> ?? dim > > Can't locate object method "interpolate" via package "Pod::Text" at / > > ops/tools/lib/perl5/site_perl/5.10.0/i686-linux-thread-multi/PDL/Doc/ > > Perldl.pm line 152. > > > > I attach an updated version of Doc/Doc/Perldl.pm which solves this > > problem by replacing calls to Pod::Text with Pod::PlainText. I've > > also cleaned out some old nasty (the comments even said so!) code > > designed for use with old Pod::Text versions. > > > > I've tested this under Linux i386/perl 5.10.0, Linux x86_64/perl > > 5.10.0 and Linux x86_64/perl 5.8.8. > > > > You can check whether this works by just copying the attached file > > into (for example) > > > > /usr/lib/perl5/site_perl/5.10.0/i686-linux-thread-multi/PDL/Doc/ > > Perldl.pm > > > > and typing: > > > > $ perldl > > perldl> ?? dim > > > > Could people give this a try on some installations and let me know > > if it looks good? If so, I'll check it into CVS. > > > > Thanks, > > > > Doug > > > > [EMAIL PROTECTED] > > Software Engineer III > > UCAR - COSMIC, Tel. (303) > > > 497-2611<Perldl.pm>_______________________________________________ > > > Perldl mailing list > > [email protected] > > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > > > _______________________________________________ > Perldl mailing list > [email protected] > http://mailman.jach.hawaii.edu/mailman/listinfo/perldl > -- Hernán De Angelis Linux user # 397217 _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
