Difference between revisions of "Perl lib/Compat/"

From EPrints Documentation
Jump to: navigation, search
(Added Perl_lib/Compat/ page)
 
m
 
Line 6: Line 6:
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/perl_lib|perl_lib]]/Compat'''
 
*'''[[EPrints_Directory_Structure/eprints3|eprints3]]/[[EPrints_Directory_Structure/eprints3/perl_lib|perl_lib]]/Compat'''
 
** '''Digest/'''
 
** '''Digest/'''
*** '''SHA.pm''' - Imports Digest::SHA::PurePerl (see [[Perl_lib/Digest/|perl_lib/Digest]]).  In case Digest::SHA cannot be installed on system, (e.g. through OS package manager).
+
*** '''SHA.pm''' - Imports Digest::SHA::PurePerl (see [[Perl_lib/Digest/|perl_lib/Digest/]]).  In case Digest::SHA cannot be installed on system, (e.g. through OS package manager).
 
** '''Term/'''
 
** '''Term/'''
 
*** '''ReadKey.pm''' - Provides compatible version of Term::ReadKey if cannot be installed on system, (e.g. through OS package manager).
 
*** '''ReadKey.pm''' - Provides compatible version of Term::ReadKey if cannot be installed on system, (e.g. through OS package manager).

Latest revision as of 12:14, 1 March 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects

DON'T EDIT THESE FILES....

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

This is a list of the ,compatability perl modules for EPrints.

  • eprints3/perl_lib/Compat
    • Digest/
      • SHA.pm - Imports Digest::SHA::PurePerl (see perl_lib/Digest/). In case Digest::SHA cannot be installed on system, (e.g. through OS package manager).
    • Term/
      • ReadKey.pm - Provides compatible version of Term::ReadKey if cannot be installed on system, (e.g. through OS package manager).