CPAN-Testers-WWW-Reports
view release on metacpan or search on metacpan
3.58 2017-06-04
- updated Release code to use new distribution indices.
- upgrade to Labyrinth-5.32.
- upgrade to Labyrinth-Plugin-Core-5.19.
- upgrade to Labyrinth-Plugin-CPAN-3.54.
- upgrade to Labyrinth-Plugin-Requests-1.08.
- updated view-report.cgi to latest live version
(thanks to Alceu Rodrigues de Freitas Junior for the patch)
- updated changes from live production.
- added Try::Tiny capture around the RemoveAuthorPages block due to
some odd JSON parsing that was causing it to crash.
- new code to load Perl/OS stats, due to the previous db overload.
3.57 2015-08-16
- fixes from live.
- updated quotation.
- added debug lines to view-report.cgi.
3.56 2015-02-11
- added Admin site links.
"HTML::Entities": "0",
"JSON::XS": "0",
"Labyrinth": "5.32",
"Labyrinth::DIUtils::ImageMagick": "5.04",
"Labyrinth::Plugin::Core": "5.19",
"Labyrinth::Plugin::CPAN": "3.54",
"Labyrinth::Plugin::Requests": "1.08",
"Metabase::Resource": "0",
"Sort::Versions": "0",
"Time::Local": "0",
"Try::Tiny": "0",
"version": "0",
"WWW::Mechanize": "0",
"XML::RSS": "0",
"YAML::XS": "0"
}
},
"test" : {
"requires": {
"IO::File": "0",
"Test::More": "0.70"
HTML::Entities: 0
JSON::XS: 0
Labyrinth: 5.32
Labyrinth::DIUtils::ImageMagick: 5.04
Labyrinth::Plugin::Core: 5.19
Labyrinth::Plugin::CPAN: 3.54
Labyrinth::Plugin::Requests: 1.08
Metabase::Resource: 0
Sort::Versions: 0
Time::Local: 0
Try::Tiny: 0
version: 0
WWW::Mechanize: 0
XML::RSS: 0
YAML::XS: 0
recommends:
Test::CPAN::Meta: 0
Test::CPAN::Meta::JSON: 0
Test::Pod: 1.00
Test::Pod::Coverage: 0.08
build_requires:
Makefile.PL view on Meta::CPAN
'Data::FlexSerializer' => '0',
'Email::Address' => '0',
'File::Slurp' => '0',
'GD::Graph::lines' => '0',
'GD::Graph::colour' => '0',
'HTML::Entities' => '0',
'JSON::XS' => '0',
'Metabase::Resource' => '0',
'Sort::Versions' => '0',
'Time::Local' => '0',
'Try::Tiny' => '0',
'version' => '0',
'WWW::Mechanize' => '0',
'XML::RSS' => '0',
'YAML::XS' => '0',
# for testing only
'Test::More' => '0',
# for toolkit scripts
'File::Find::Rule' => '0',
lib/Labyrinth/Plugin/CPAN/Builder.pm view on Meta::CPAN
use Labyrinth::Plugin::CPAN;
use Labyrinth::Plugin::Articles::Site;
use Clone qw(clone);
use Cwd;
use File::Path;
use File::Slurp;
use JSON::XS;
#use Sort::Versions;
use Time::Local;
use Try::Tiny;
use XML::RSS;
#use YAML::XS;
use version;
#use Devel::Size qw(total_size);
#----------------------------------------------------------------------------
# Variables
my $RECENT = 200;
( run in 0.470 second using v1.01-cache-2.11-cpan-05444aca049 )