CC: | bug-datetime-timezone [...] rt.cpan.org |
Subject: | fforce install Module::Build? and bad version for Module::Build::Version |
Date: | Mon, 23 Apr 2007 08:28:13 -0700 |
To: | module-build [...] perl.org |
From: | Jeff Chimene <jchimene [...] gmail.com> |
Hi:
Installing the current version of DateTime::TimeZone
requires Module::Build.
It looks like I must use "fforce install Module::Build"
to install:
t/moduleinfo..........NOK 79/81
# Failed test 'version for default package'
# at t/moduleinfo.t line 422.
# got: '0.60.128'
# expected: 'v0.60.128'
t/moduleinfo..........NOK 81/81
# Failed test 'version for embedded package'
# at t/moduleinfo.t line 425.
# got: '0.61.129'
# expected: 'v0.61.129'
# Looks like you failed 2 tests of 81.
t/moduleinfo..........dubious
Test returned status 2 (wstat 512, 0x200)
Additionally, this leaves me with a bad version
number for Module::Build::Version:
Module::Build::Version 0 0.58
KWILLIAMS/Module-Build-0.2807...
Trying "fforce install Module::Build::Version" does not change
the module version. There seems to be no way to update the package
version so that the command "r" (report updates) reports a good
version for this package.
Cheers,
jec