DrHyde / perl-modules-Devel-CheckOS

Devel::CheckOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t/16-expn.t fails if Devel::AssertOS::OSFeatures::SupportsSiebel is installed

eserte opened this issue · comments

See subject. Without Devel::AssertOS::OSFeatures::SupportsSiebel the test output looks like this:

...
ok 15 - OSFeatures::POSIXShellRedirection family has an expn()
ok 16 - QNX family has an expn()
...

And the failing variant looks like this:

...
ok 15 - OSFeatures::POSIXShellRedirection family has an expn()
ok 16 - OSFeatures::SupportsSiebel family has an expn()
ok 17 - QNX family has an expn()
...
# Looks like you planned 22 tests but ran 23.

Maybe working without a plan and with done_testing is best here.

Thanks, should be fixed in 1.79, which is on its way to the CPAN now.

Confirmed, looks good now.