Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30673
Modified Files:
Changes
Log Message:
Work around a Pod::Text 3.01 bug
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.411
retrieving revision 1.412
diff -u -d -r1.411 -r1.412
--- Changes 22 Jan 2006 02:30:44 -0000 1.411
+++ Changes 23 Jan 2006 13:27:42 -0000 1.412
@@ -14,6 +14,11 @@
PERL_MM_USE_DEFAULT environment variable. [Tyler MacDonald and
Yitzchak Scott-Thoennes]
+ - When building a README file using Pod::Text, work around a bug in
+ Pod::Text 3.01, which expects Pod::Simple::parse_file to take input
+ and output filehandles when it actually only takes an input
+ filehandle. [Yitzchak Scott-Thoennes]
+
0.27_05 Thu Jan 12 17:39:21 CST 2006
- In t/common.pl, we were attempting to let the user's installed
|