
cpan-tested - delegate testing to the cloud

version 0.002

cpan-outdated | cpan-tested [options] | cpanm

Pre-filter the output from the cpan-outdated utility, joining it with the results from the CPAN Testers Reports.

~/.cpan-tested.conf can be used to persistently store "OPTIONS", in a quasi-perltidy fashion:
# installed manually; don't mess
blacklist libintl-perl
blacklist IO-Socket-SSL
archname # same architecture
perl # same Perl version
no-osname # ignore OS name string
no-osvers # ignore OS version string

This.
Force skipping of the module which dist name matches regexp. Can be issued multiple times.
Expect PASS from testers with the same $Config{archname}. Disabled by default.
Expect PASS from testers with the same $Config{osname}.
Expect PASS from testers with the same $Config{osvers}. Disabled by default.
Expect PASS from testers with the same $Config{perl}.
Dump what's happening to STDERR.


Stanislaw Pusep <stas@sysd.org>

This software is copyright (c) 2013 by Stanislaw Pusep.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.