Annotation of doc/otherfiles/perl_modules.txt, revision 1.3
1.1 harris41 1: LON-CAPA perl modules
2: Scott Harrison
3: May 28, 2001
4:
5: Beginning to
6: index the perl modules
7: used in constructing
8: LON-CAPA-systemperl
9:
1.2 harris41 10: ----------------------------------------------- Math-Cephes
1.1 harris41 11: http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
1.2 harris41 12: The Math::Cephes module provides a perl interface to over
13: 150 functions of the cephes math library of Stephen Moshier.
14:
15: Note, bit arithmetic makes this build architecture dependent
16: for only IBM-PC-like computers.
17:
18: perl Makefile.PL
19: make
20: make test
21: make install
22:
23: files
24:
1.3 ! harris41 25: ----------------------------------------------- Math-Random
! 26: http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz
1.1 harris41 27:
1.3 ! harris41 28: Written by Geoffrey Rommel, this encodes randomizing functions
! 29: needed for LON-CAPA homework handling (translation from previous
! 30: CAPA functions).
! 31:
! 32: perl Makefile.PL
! 33: make
! 34: make test
! 35: make install
1.1 harris41 36:
37: and others...
38: (document incomplete)
39:
1.3 ! harris41 40: cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>