Skip Menu |

This queue is for tickets about the Net-Social CPAN distribution.

Report information
The Basics
Id: 29124
Status: resolved
Priority: 0/
Queue: Net-Social

People
Owner: Nobody in particular
Requestors: stennie [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Hi, Thanks for reporting this. It's fixed in 0.4 which looks like I've closed all the "really stupid issues that come from not paying attention" bugs. Apologies for any inconvenience. Simon