Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27316
Modified Files:
Build.PL Changes
Log Message:
Changes to work with recent YAML.pm
Index: Build.PL
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Build.PL,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Build.PL 4 Dec 2005 07:41:39 -0000 1.63
+++ Build.PL 20 Jan 2006 14:29:14 -0000 1.64
@@ -53,7 +53,7 @@
YAML_support =>
{
description => "Can write fully-functional META.yml files",
- requires => { YAML => ' >= 0.35, < 0.49 ' },
+ requires => { YAML => ' >= 0.35, != 0.49_01 ' },
},
C_support =>
{
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.409
retrieving revision 1.410
diff -u -d -r1.409 -r1.410
--- Changes 20 Jan 2006 01:21:07 -0000 1.409
+++ Changes 20 Jan 2006 14:29:14 -0000 1.410
@@ -5,6 +5,9 @@
- Fixed an undefined-variable warning when building the META.yml file
and the author hasn't used the 'module_name' mechanism. [Chris Dolan]
+ - We should now work with recent (> 0.49) versions of YAML.pm when
+ creating the META.yml file. [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
|