in reply to XML::* in core modules

Actually I got XML::Parser with my copy of perl distributed with RH Linux 9, but I had to install XML::Simple (which uses Parser) myself.

Really, what makes a module a core module? I'd like to know too.

Replies are listed 'Best First'.
Re: Re: XML::* in core modules
by PodMaster (Abbot) on Jul 11, 2003 at 13:08 UTC
    Module::Corelist - what modules shipped with versions of perl.

    Versions of perl being those released on CPAN, aka official perl releases.

    update: Also, core modules are generally located in perl -V:installarchlib -V:installprivlib, although this is not guaranteed to remain true (like if you upgrade a certain module, it may move to perl -V:sitelib).

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.