On Sun Aug 17 07:28:40 2008, he@NetBSD.org wrote:
Show quoted text> Hi,
>
> in Array-Compare version 1.16 I find
>
> $VERSION = 1.15;
>
> which is probably a packaging bug, as it ought to be 1.16.
It is a packaging bug. But not the one you think it is :)
I'm moving towards a model where the $VERSION variables in modules are
taken directly from the subversion revision number and the distribution
version comes from inside the Build.PL file. So in Compare.pm, the
$VERSION should actually be set to 30 (its current revision number in svn).
I'll push a fixed version out in the next couple of days.
Thanks for reporting it.
Dave...