[svk-devel] svk 2.0rc1 is released.
jpeacock at rowman.com
jpeacock at rowman.com
Mon Dec 25 14:30:26 EST 2006
On Fri, 22 Dec 2006 00:20:58 +0800, "Chia-Liang Kao" <clkao at clkao.org>
> If i use version and qv(2.0.0), module::install isn't happy and is
> complaining about VERSION must not be version object. Also the
> provides: field in meta.yml doesn't seem to get updated either.
I've finally tracked this down: it is actually ExtUtils::MakeMaker which is throwing that warning, not Module::Install itself. You can ignore the warning or you can apply the following patch to ExtUtils::MakeMaker itself (I'll send a patch off to Schwern)...
--- MakeMaker.pm.orig 2006-12-25 13:10:21.000000000 -0500
+++ MakeMaker.pm 2006-12-25 13:09:46.000000000 -0500
@@ -90,6 +90,7 @@
SKIP => 'array',
TYPEMAPS => 'array',
XS => 'hash',
+ VERSION => ['version',''],
_KEEP_AFTER_FLUSH => '',
clean => 'hash',
I haven't tracked down why the META.yml isn't being updated properly...
John
More information about the svk-devel
mailing list