1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: libcpan-reporter-smoker-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marius Gavrilescu <marius@ieval.ro>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcpan-checksums-perl,
libcpan-reporter-perl,
libio-captureoutput-perl,
libprobe-perl-perl,
libterm-title-perl,
libtest-reporter-perl,
libyaml-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-reporter-smoker-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcpan-reporter-smoker-perl.git
Homepage: http://metacpan.org/release/CPAN-Reporter-Smoker
Package: libcpan-reporter-smoker-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcpan-reporter-perl,
libprobe-perl-perl,
libterm-title-perl,
libtest-reporter-perl
Description: turnkey CPAN Testers smoking module
Rudimentary smoke tester for CPAN Testers, built upon CPAN::Reporter. Use at
your own risk. It requires a recent version of CPAN::Reporter to run.
.
Currently, CPAN::Reporter::Smoker requires zero independent configuration;
instead it uses configuration settings from CPAN.pm and CPAN::Reporter.
.
Once started, it retrieves a list of distributions from the configured CPAN
mirror and begins testing them in reverse order of upload. It will skip any
distribution which has already had a report sent by CPAN::Reporter.
.
Features:
* No configuration needed
* Tests each distribution as a separate CPAN process -- each distribution
has prerequisites like build_requires satisfied from scratch
* Automatically checks for new distributions every twelve hours or as
otherwise specified
* Continues until interrupted with CTRL-C
* Checks CPAN.pm "distroprefs" to see if distributions should be skipped
(before handing off to CPAN)
|