Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer CPAN distribution.

Report information
The Basics
Id: 57715
Status: resolved
Priority: 0/
Queue: Dancer

People
Owner: Nobody in particular
Requestors: stephane [...] shimaore.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.1802
Fixed in: (no value)



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.
The minimum requirement for Test::More 0.87 was done_testing() was only introduced in Test::More 0.88. This was corrected in Dancer 1.1803 which was just released to CPAN. Thank you for the bug report! :) Sawyer.