All right,
Just forget about (if you didn't already done that): I did a lot of
mistakes that caused those errors.
First, I introduced different errors messages from:
"No support for OS"
"OS unsupported"
Second, I forgot to include the Manifest and the tests where not
included (at least I got a lot of "SUCCESS" reports telling that there
were no tests to execute).
Third, and finally, Linux::Distribution (which was being used) does
itself the OS validation in it's Makefile.PL, which is the expected
behavior, but useless for my needs (validate if the OS is Linux and then
check the distribution).
Regards,
Alceu
Em 27-04-2013 10:13, Alceu Rodrigues de Freitas Junior escreveu:
I just release 0.03 of Siebel::AssertOS with an added feature to check
also supported Linux distributions, but I'm still getting PASS reports
from OpenBSD and FreeBSD.
I did some testing in my local machine and 'make test' is getting
different results from 'prove'.