Difference between revisions of "Perl lib/"

From EPrints Documentation
Jump to: navigation, search
Line 6: Line 6:
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Apache|Apache/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Apache|Apache/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Compat|Compat/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Compat|Compat/]]''' -
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints|EPrints/]]''' -
+
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/EPrints|EPrints/]]''' - Contains all the EPrints:: perl modules.
** '''EPrints.pm''' -
+
** '''EPrints.pm''' - "use" this module to use EPrints, it loads all the other modules for your convenience.
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/File|File/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/File|File/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Filesys|Filesys/]]''' -
 
** '''[[EPrints_Directory_Structure/eprints3/perl_lib/Filesys|Filesys/]]''' -

Revision as of 16:49, 3 January 2007

DON'T EDIT THESE FILES....

Editing the contents of this directory is not recommended. See Read Only Directories.

This directory contains a number of perl modules which are packaged with the EPrints distribution. These have their own licenses (other than GPL), mostly the same as Perl itself. Only the contents of EPrints.pm and Eprints/ are created by the EPrints team.