EPublisher-Source-Plugin-MetaCPAN
view release on metacpan or search on metacpan
Changes for EPublisher::Source::Plugin::MetaCPAN
================================================
0.24 2014-12-02
- added contributors section in documentation
- fix 03_bin_dir.t: Title of starman documentation
- added info about resources: links to github account
0.23 2013-01-03
- added more debugging stuff
- use eval {} to catch errors
- do not include files in inc/
0.22 2012-11-30
- added POD encoding due to testfail on CpanTesters
t/03_bin_dir.t view on Meta::CPAN
my $url_source = EPublisher::Source::Plugin::MetaCPAN->new( $source_options );
isa_ok $url_source, 'EPublisher::Source::Plugin::MetaCPAN';
$url_source->publisher( $pub );
my @pod = $url_source->load_source;
SKIP: {
skip 'cannot get documentation from MetaCPAN', 1 if $pub->error =~ m{103: \s release .*? does not exist}xms;
ok( ( grep{ $_->{title} =~ m{starman}xmsi }@pod ), 'starman documentation is included' );
}
#diag $pub->error;
done_testing();
( run in 0.633 second using v1.01-cache-2.11-cpan-e93a5daba3e )