Update of /cvsroot/module-build/Module-Build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26944
Modified Files:
Tag: release-0_26_branch
Build.PL Changes
Log Message:
Should be okay with any recentish YAML now
Index: Build.PL
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Build.PL,v
retrieving revision 1.45
retrieving revision 1.45.2.1
diff -u -d -r1.45 -r1.45.2.1
--- Build.PL 6 Oct 2004 03:45:52 -0000 1.45
+++ Build.PL 9 Mar 2006 01:18:04 -0000 1.45.2.1
@@ -45,7 +45,7 @@
YAML_support =>
{
description => "Can write fully-functional META.yml files",
- requires => { YAML => ' >= 0.35, < 0.49 ' },
+ requires => { YAML => 0.35 },
},
},
Index: Changes
===================================================================
RCS file: /cvsroot/module-build/Module-Build/Changes,v
retrieving revision 1.299.2.54
retrieving revision 1.299.2.55
diff -u -d -r1.299.2.54 -r1.299.2.55
--- Changes 9 Mar 2006 01:16:06 -0000 1.299.2.54
+++ Changes 9 Mar 2006 01:18:04 -0000 1.299.2.55
@@ -2,6 +2,9 @@
0.2613
+ - Since release 0.2612 fixed YAML problems, we now remove the
+ restriction that YAML's version be less than 0.50.
+
- Integrated a change from the mainline branch that lets the
'passthrough' Makefile.PL check properly whether Module::Build was
successfully installed.
|