Subject: | Test count mismatch |
If LWP::Online thinks that the machine is not online, then t/02_simple.t fails:
$ perl5.18.4 -Mblib t/02_simple.t
1..9
ok 1 - Found test file
ok 2 - An object of class 'Mirror::YAML' isa 'Mirror::YAML'
ok 3 - ->name ok
ok 4 - An object of class 'URI::http' isa 'URI'
ok 5 - ->timestamp ok
ok 6 - ->age ok
ok 7 # skip Not online
# Looks like you planned 9 tests but ran 7.
Looks like the skip count should be 3, not 1.