> > Hypothetically*, would you have any interest in a patch to exec.t
> > (etc.) that would use Test::More and the SKIP blocks documented
> > therein to skip tests if $ENV{SYBASE} =~ /freetds/? 
> 
> Sure.
> 
> Patches are always welcome!

I asked because I'd be *changing* how exec.t (etc.) work -- to use Test::More 
in all its glory instead of just printing to STDOUT...

before:
$dbh and print "ok 2\n"
    or print "not ok 2\n";

after:
ok($dbh, 'dbh exists');

If you're not a fan of w/ Test::More (especially the SKIP block stuff) I 
wouldn't want to rock the boat...

j




Reply via email to