Subject: | "I think you're using OSFeatures::POSIXShellRedirection, is this right?" |
Devel::CheckOS asks me to confirm its findings. They're not very well
translated into human terms.
I think you're using MacOSX::v10_4, is this right (multiple matches are
OK)? [Y/n] [Y]
Ok, I can puzzle that one out. But then...
I think you're using OSFeatures::POSIXShellRedirection, is this right
(multiple matches are OK)? [Y/n] [Y]
Buh?
I think what each AssertOS module needs is a human description method.
For example:
sub description {
"shell can do POSIX redirection (ie. command > output_file)";
}