[svk-devel] svk 2.0rc1 is released.

jpeacock at rowman.com jpeacock at rowman.com
Mon Dec 25 16:10:34 EST 2006


On Mon, 25 Dec 2006 14:30:26 -0500, <jpeacock at rowman.com> wrote:
> I haven't tracked down why the META.yml isn't being updated properly...

I've figured this out, too, I think, but I don't have a solution yet.  Module::Install::Metadata used Module::Build to generate the list of provided modules and versions (specifically new_from_file), and this doesn't load the _new_ SVK::Version to resolve the $VERSION assignment.  This means that if you install the new SVK release and then build the META.yml file for release, everything will work as expected (I just checked).

Remember to add an explicit dependency on version to the Makefile.PL, if you go this route.  You should also force the dependency check for SVN::Core to use version objects (since they unwisely chose to just throw an extended version string into $VERSION)...

John



More information about the svk-devel mailing list