[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl commands
raeburn
raeburn at source.lon-capa.org
Mon Jun 11 09:15:37 EDT 2018
raeburn Mon Jun 11 13:15:37 2018 EDT
Modified files:
/modules/TexConvert/tthperl commands
Log:
- Support perl 5.26 (in which '.' is no longer in @INC).
Index: modules/TexConvert/tthperl/commands
diff -u modules/TexConvert/tthperl/commands:1.22 modules/TexConvert/tthperl/commands:1.23
--- modules/TexConvert/tthperl/commands:1.22 Sat Apr 9 21:25:30 2016
+++ modules/TexConvert/tthperl/commands Mon Jun 11 13:15:37 2018
@@ -77,4 +77,4 @@
perl Makefile.PL
make -f Makefile
cp blib/arch/auto/tth/tth.so .
-perl tth.pm
+perl -I . -f tth.pm
More information about the LON-CAPA-cvs
mailing list