Subject: | t/kvs.t fails if autobox module is not installed (but optional) |
Date: | Fri, 22 Mar 2013 23:14:58 +0100 |
To: | bug-Var-Pairs [...] rt.cpan.org |
From: | Salvatore Bonaccorso <carnil [...] debian.org> |
Hey Damian
t/kvs.t test fails if autobox module is not installed. But the possibility of
using the object-oriented methods if autobox is installed is marked as
optional.
CPAN tester show this too:
Can't call method "each_kv" without a package or object reference at t/kvs.t line 15.
# Looks like you planned 12 tests but ran 6.
# Looks like your test exited with 255 just after 6.
t/kvs.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/12 subtests
Not a "big deal", but tought to notify you.
Salvatore