Guys,
I'm getting CPAN Tester failures that look like this:
# STDOUT is:
# ok 1 # SKIP symlink_target_is doesn't work on systems without symlinks!
#
# not:
# ok 1 # skip symlink_target_is doesn't work on systems without symlinks!
#
# as expected
and, in case it doesn't jump out at you what the p
- Original Message -
> From: Buddy Burden
>
>G uys,
>
> I'm getting CPAN Tester failures that look like this:
>
> # STDOUT is:
> # ok 1 # SKIP symlink_target_is doesn't work on systems without symlinks!
> #
> # not:
> # ok 1 # skip symlink_target_is doesn't work on systems without symli
Ovid,
> I'm not sure what's going on here. You've mentioned the Test::More,
> Test::Builder::Tester, Test::Tester and Test::File.
Sorry; perhaps I overexplained. This is a problem between Test::More
and Test::Builder, like the subject says. The other two are
irrelevant.
> I don't know exactly