[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 27 Mar 2002 19:18:09 -0000


harris41		Wed Mar 27 14:18:09 2002 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  adding in Safe.pm and LCParser.pm (overriding CPAN imperfections)
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.112 doc/loncapafiles/loncapafiles.lpml:1.113
--- doc/loncapafiles/loncapafiles.lpml:1.112	Thu Mar 21 21:01:24 2002
+++ doc/loncapafiles/loncapafiles.lpml	Wed Mar 27 14:18:09 2002
@@ -1,7 +1,7 @@
 <!-- loncapafiles.lpml -->
 <!-- Scott Harrison -->
 
-<!-- $Id: loncapafiles.lpml,v 1.112 2002/03/22 02:01:24 harris41 Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.113 2002/03/27 19:18:09 harris41 Exp $ -->
 
 <!--
 
@@ -2058,6 +2058,17 @@
 <status>works/unverified</status>
 </file>
 <file>
+<source>loncom/xml/Safe.pm</source>
+<target dist='default'>home/httpd/lib/perl/Safe.pm</target>
+<categoryname>handler</categoryname>
+<description>
+Meant to safely substitute for CPAN version of Safe.
+Allows for safely executing embedded perl comands in
+a way that does not threaten the operating system.
+</description>
+<status>works/unverified</status>
+</file>
+<file>
 <source>loncom/auth/localauth.pm</source>
 <target dist='default'>home/httpd/lib/perl/localauth.pm</target>
 <categoryname>handler</categoryname>
@@ -2731,6 +2742,16 @@
 the build process however.  A static version is checked into loncom/xml
 and in this way is treated as though it isn't part of the tth build process.
 </note>
+<status>works/unverified</status>
+</file>
+<file>
+<source>loncom/xml/LCParser.pm</source>
+<target dist='default'>home/httpd/lib/perl/HTML/LCParser.pm</target>
+<categoryname>system file</categoryname>
+<description>
+perl module for parsing HTML in a way that really works and is thoroughly
+tested
+</description>
 <status>works/unverified</status>
 </file>
 <file>