What is standard?

G

Gunnar Hjalmarsson

I'm distributing a Perl CGI program, and the system requirements
include "Perl 5.005 or later with the modules included in the Perl
distribution installed". The idea is to include such CPAN modules that
my program uses, but that you cannot count on are available at all web
hosting providers, together with my program.

My problem is: Where do I find the information about which modules
that are Perl "standard" or "core"?

An example: My program uses MIME::Base64 and MIME::QuotedPrint. Are
they core/standard?

According to
http://www.perldoc.com/perl5.8.0/pod/perlmodlib.html#Standard-Modules
they are not.

But is that the right place to look? When I check the Perl
distribution file, they are included in the 'ext' directory.

Does "standard"/"core" differ from what's included in the Perl
distribution? And, if so, is it advisable to presuppose that the
hosting providers have installed everything in the Perl distribution
file...?

Any comments that might help me put the pieces together would be
appreciated.
 
G

Gunnar Hjalmarsson

Steve said:
Look at the standard distribution.

For example, to see what's bundled with 5.005_03:

http://www.cpan.org/src/5.0/perl5.005_03.tar.gz


They are now. They weren't in 5.005_03 or 5.6.1.

Okay.. Thanks, Steve. Does that mean that, in order to determine
whether a particular module is "standard", there is no reason to
distinguish between what's included in the 'lib' and the 'ext'
directory in the Perl distribution file? Is it reasonable to assume
that a web hosting provider, who are providing a certain Perl version,
typically has installed all the modules in both 'lib' and 'ext'?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,813
Members
47,357
Latest member
sitele8746

Latest Threads

Top