Subject: | Looks like you planned 7 tests but only ran 1 (Net::Social 0.3) |
Hi Simon,
Sorry to be a bother, but FYI there's another
silly error with your tests in 0.3:
use Test::More tests => 7;
...
probably wants to be:
use Test::More qw/no_plan/;
I'm not fussed, just thought I'd bring it to your attention
since it will disrupt anyone trying to install any of your
Net::Social modules.
Cheers,
Stephen