perlsgml (1:19970918-13) lib/dtd.pl

Summary

 lib/dtd.pl |    1 +
 1 file changed, 1 insertion(+)

    
download this patch

Patch contents

--- perlsgml-19970918.orig/lib/dtd.pl
+++ perlsgml-19970918/lib/dtd.pl
@@ -87,6 +87,7 @@
 package dtd;
 
 $VERSION = "2.4.1";
+$SGML_SEARCH_PATH="/etc/sgml:/usr/share/sgml";
 
 ##***************************************************************************##
 ##			       GLOBAL VARIABLES				     ##