Subject: | 0.2 failed tests: 'use Net::Social::Site::* |
Hi Simon,
Saw this on the new module list and thought I'd give
it a go. Looks like some sample service modules
are missing from the 0.2 dist though.
All of the service use_oks in t/00use.t fail:
foreach my $site (qw(LiveJournal Vox Flickr)) {
use_ok("Net::Social::Site::${site}");
ok("Net::Social::Site::${site}"->can('new'), "$site plugin has a new() method");
}
Cheers,
Stephen