Subject: | Dancer doesn't compile cleanly on Debian/Lenny |
Dancer doesn't pass tests on Debian/Lenny, and I suppose on others.
Specifically t/00_base/08_pod_coverage_dancer.t relies on
"done_testing", which is only available in recent versions of Test::More.
I couldn't find a patch for this (everything I tried either breaks when
Test::POD::Coverage is not installed, or when it is).
My recommendation is to install libtest-pod-coverage-perl in that
situation. Hopefully someone can come up with a proper way to write the
test file.