Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26550
Modified Files:
Tag: release-0_26_branch
Changes
Log Message:
The html docs that were created during the first invokation of ./Build were being found and treated as pod that needed to be converted to html during subsequent invokations. We now are more specific about the directories we scan for pod that needs to be converted, effectively avoiding blib/html. [Ray Zimmerman]
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.35
retrieving revision 1.299.2.36
diff -u -d -r1.299.2.35 -r1.299.2.36
--- Changes 7 Feb 2005 21:11:45 -0000 1.299.2.35
+++ Changes 8 Feb 2005 07:06:22 -0000 1.299.2.36
@@ -2,6 +2,12 @@
0.2609
+ - The html docs that were created during the first invokation of
+ './Build' were being found and treated as pod that needed to be
+ converted to html during subsequent invokations. We now are more
+ specific about the directories we scan for pod that needs to be
+ converted, effectively avoiding blib/html. [Ray Zimmerman]
+
- On some Unix platforms (BSD derivatives, mostly) perl's $^X
variable isn't set to the full path of the perl executable, just
'perl', when the 'Build' script is run as './Build' and not 'perl
|