I was very surprised to find that tests that I was skipping via

    plan skip_all => 'wangdoodle not installed' if $@;

were not showing up in the results when I ran make test or prove.
In my mind, prove and make test should DEFINITELY be showing that we're
skipping tests, even though they've effectively passed.

Instead of

    t/html_lint_ok............ok      500 ms
    t/has_tag.................ok     1649 ms

we should have

    t/html_lint_ok............ok      500 ms
        # SKIP: HTML::Lint is not installed, test cannot be run.
    t/has_tag.................ok     1649 ms


xoxo,
Andy


-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to