Subject: | Fails POD coverage test |
Ugh, looks like it fails POD coverage tests, meaning it'll fail anywhere
that has Test::Pod::Coverage installed:
t/3-pod-coverage......
# Failed test 'Pod coverage on Lyrics::Fetcher::LeosLyrics'
# at /usr/lib/perl5/site_perl/5.8.7/Test/Pod/Coverage.pm line 126.
# Coverage for Lyrics::Fetcher::LeosLyrics is 50.0%, with 1 naked
subroutine:
# url_escape
# Looks like you failed 1 test of 1.
Simple fix will be to rename sub url_escape to _url_escape to denote it
as private, then Test::Pod::Coverage won't expect it to be documented.
I can do this if you want Edward?
If we're going to co-maintain this (and perhaps other Lyrics::Fetcher::*
fetchers) it'd make sense to have a shared SVN repo for them; shall we
do it the easy way and create a project on http://code.google.com/ ?