On Sun, Mar 20, 2005 at 02:09:22PM -0800, Yitzchak Scott-Thoennes wrote:
> I was thinking along the lines of:
>
> if (have_compiler($errmsg)) {
> plan tests => 1;
> } else {
> plan skip_all => $errmsg;
> }Patches welcome.
On Sun, Mar 20, 2005 at 02:09:22PM -0800, Yitzchak Scott-Thoennes wrote:
> I was thinking along the lines of:
>
> if (have_compiler($errmsg)) {
> plan tests => 1;
> } else {
> plan skip_all => $errmsg;
> }Patches welcome.