[LON-CAPA-cvs] cvs: loncom /xml lontable.pm
raeburn
raeburn@source.lon-capa.org
Fri, 17 Apr 2009 20:17:48 -0000
raeburn Fri Apr 17 20:17:48 2009 EDT
Modified files:
/loncom/xml lontable.pm
Log:
- Reversing 1.9 (1/26/2009).
- Follow the instructions found at: http://mail.lon-capa.org/pipermail/lon-capa-dev/2009-April/001952.html to update development machines to use LONCAPA-prerequisites 1-13 (which includes the perl-LaTeX-Table dependency).
Index: loncom/xml/lontable.pm
diff -u loncom/xml/lontable.pm:1.9 loncom/xml/lontable.pm:1.10
--- loncom/xml/lontable.pm:1.9 Mon Jan 26 09:39:19 2009
+++ loncom/xml/lontable.pm Fri Apr 17 20:17:48 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Generating TeX tables.
#
-# $Id: lontable.pm,v 1.9 2009/01/26 09:39:19 bisitz Exp $
+# $Id: lontable.pm,v 1.10 2009/04/17 20:17:48 raeburn Exp $
#
#
# Copyright Michigan State University Board of Trustees
@@ -55,7 +55,7 @@
package Apache::lontable;
use strict;
-# use LaTeX::Table;
+use LaTeX::Table;
use Apache::lonnet; # for trace logging.
my $tracing = 0; # Set to 1 to enable log tracing. 2 for local sub tracing.