in reply to Re^2: How to tell if a package is loaded
in thread How to tell if a package is loaded

What version of Perl did Module::Loaded become core in? I'm using 5.8.8 and it is not available there.
$ perl -MModule::Loaded Can't locate Module/Loaded.pm in @INC (@INC contains: /usr/lib64/perl5 +/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5 +.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_ +64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5 +/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/li +b/perl5/5.8.8 .). BEGIN failed--compilation aborted.

Replies are listed 'Best First'.
Re^4: How to tell if a package is loaded
by toolic (Bishop) on May 03, 2011 at 00:25 UTC
    $ corelist Module::Loaded Module::Loaded was first released with perl v5.9.4
    I'm on 5.12.2.

    See also New modules