On Fri Feb 29 18:37:57 2008, MSCHWERN wrote:
Show quoted text> t/99template.t fails because it exits with status 1.
>
> #### REMOVE ####
> exit 1;
>
> A non-zero exit code results in a failed test. It should instead say
>
> use Test::More skip_all => "incomplete test";
Sorry; in my excavations, I hadn't dug down into C::UI's testing suite
yet so I didn't catch this null test file and its odd behavior. I've
gotten 3 FAILs from CPAN testers in the past 24 hours due to this, which
is the really odd part (that it worked just fine until now).
Version 0.9602 has been released, removing the file entirely.