Subject: | t/PerlySense-Document-Meta-module.t fails |
On some of my smoker systems one test fails:
...
# Failed test ' found correct number of modules'
# at t/PerlySense-Document-Meta-module.t line 31.
# got: '20'
# expected: '18'
# Failed test ' no module at (42, 5) string literal 'Exception''
# at t/PerlySense-Document-Meta-module.t line 53.
# got: 'HASH(0x51256f8)'
# expected: undef
# Details: $VAR1 = {
# 'module' => 'Exception',
# 'oNode' => bless( {
# '_location' => [
# 42,
# 5,
# 5,
# 42,
# undef
# ],
# 'content' => '\'Exception\'',
# 'separator' => '\''
# }, 'PPI::Token::Quote::Single' )
# };
# Looks like you failed 2 tests of 28.
t/PerlySense-Document-Meta-module.t ...............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/28 subtests
...