⧼vector-jumptocontent⧽

Perl lib/Compat/: Difference between revisions

From EPrints Documentation
Added Perl_lib/Compat/ page
 
mNo edit summary
 
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

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).