|
From: Chris W. <la...@us...> - 2005-10-31 02:33:18
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24747 Modified Files: Changes package.ini Log Message: ensure that we're able to find all pod (even if it's not in a PM); also don't use command-line perldoc Index: Changes =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Changes 23 Sep 2005 05:00:55 -0000 1.12 --- Changes 31 Oct 2005 02:33:07 -0000 1.13 *************** *** 1,4 **** --- 1,11 ---- Revision history for OpenInteract package system_doc. + 2.12 Tue Oct 18 16:15:53 EDT 2005 + + Use Pod::Perldoc to find POD to display, and don't display + anything unless a recent (~2002) version of Pod::Perldoc is + installed; also ensure that our POD viewer won't die with + certain '=over=' constructions. + 2.11 Fri Sep 23 00:09:40 EDT 2005 Index: package.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/package.ini,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** package.ini 23 Sep 2005 05:00:55 -0000 1.3 --- package.ini 31 Oct 2005 02:33:07 -0000 1.4 *************** *** 1,5 **** [package] name = system_doc ! version = 2.11 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ --- 1,5 ---- [package] name = system_doc ! version = 2.12 author = Chris Winters (ch...@cw...) url = http://www.openinteract.org/ |