The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

cpan-tested - delegate testing to the cloud

VERSION

version 0.003

SYNOPSIS

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

DESCRIPTION

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

CONFIGURATION FILE

~/.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

OPTIONS

--help

This.

--blacklist=regexp

Force skipping of the module which dist name matches regexp. Can be issued multiple times.

--[no]archname

Expect PASS from testers with the same $Config{archname}. Disabled by default.

--[no]osname

Expect PASS from testers with the same $Config{osname}.

--[no]osvers

Expect PASS from testers with the same $Config{osvers}. Disabled by default.

--[no]perl

Expect PASS from testers with the same $Config{perl}.

--verbose

Dump what's happening to STDERR.

SEE ALSO

AUTHOR

Stanislaw Pusep <stas@sysd.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.