Arquivos
Hui Zhou 394df8648a misc: apply maint/spellcheck.sh -all
This fixes the spelling errors for the rest of the repository, excluding
the files excluded in spellcheck.sh.
2021-03-11 19:14:41 -06:00
..
2012-10-24 00:43:44 +00:00

This is the "maint/local_perl/" directory for MPICH.  It contains any
pure-perl modules needed by the MPICH maintainer scripts living in
"maint/".  Perl is not and should not be required to build MPICH, so
these modules should only be used by maintainer scripts.

!!! Please don't put non-pure-perl modules here !!!

Only the lib/ directory will be maintained unarchived in source control.
The distribution tarballs will also be maintained.  All of the extra
stuff that comes with a distribution should not be committed.

Scripts that need to use these modules should insert the following line
near the top of the script (after the shebang line, before modules are
loaded):

-------8<-------
use lib 'maint/local_perl/lib'
-------8<-------

Dave Goodell <goodell@mcs.anl.gov>
2010-04-23