Diff for /doc/otherfiles/perl_modules.txt between versions 1.1 and 1.3

version 1.1, 2001/05/28 20:44:01 version 1.3, 2001/06/15 17:41:53
Line 7  index the perl modules Line 7  index the perl modules
 used in constructing  used in constructing
 LON-CAPA-systemperl  LON-CAPA-systemperl
   
   ----------------------------------------------- Math-Cephes
 http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz  http://www.cpan.org/authors/id/R/RK/RKOBES/Math-Cephes-0.25.tar.gz
   The Math::Cephes module provides a perl interface to over
   150 functions of the cephes math library of Stephen Moshier.
   
   Note, bit arithmetic makes this build architecture dependent
   for only IBM-PC-like computers.
   
   perl Makefile.PL
   make
   make test
   make install
   
   files
   
   ----------------------------------------------- Math-Random
   http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Random-0.61.tar.gz
   
   Written by Geoffrey Rommel, this encodes randomizing functions
   needed for LON-CAPA homework handling (translation from previous
   CAPA functions).
   
   perl Makefile.PL
   make
   make test
   make install
   
 and others...  and others...
 (document incomplete)  (document incomplete)
   
   cat systemperl_files.txt | perl make_rpm.pl systemperl 3.1 '' '' SYSTEMPERL

Removed from v.1.1  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>