Subject: | DBM::Deep is only recommends, yet tests depend on it |
The Build.PL file describes DBN::Deep as an optional dependency, yet
the t/03store_deep.t test fails, as ::Store::Deep doesnt load:
Can't locate object method "new" via package
"Bot::BasicBot::Pluggable::Store::Deep" at /home/theorb/.cpanm/
build-1271167142.6936/Bot-BasicBot-Pluggable-0.86/blib/lib/Test/Bot/
BasicBot/Pluggable/Store.pm line 18.
# Looks like you planned 12 tests but ran 1.
# Looks like your test exited with 2 just after 1.
t/03store_deep.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 11/12 subtests
Suggest you add a check in there for DBM::Deep, and SKIP if not
available.