Strange interaction between new Test::More and Test::Builder::Tester

2012-02-17 Thread Buddy Burden
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

Re: Strange interaction between new Test::More and Test::Builder::Tester

2012-02-17 Thread Ovid
- Original Message - From: Buddy Burden barefootco...@gmail.com 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

Re: Strange interaction between new Test::More and Test::Builder::Tester

2012-02-17 Thread Buddy Burden
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