diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-04 20:19:03 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-03-04 20:19:03 +0000 |
commit | c5f3a405d46e621e14e48b8360f1a5c61066ab57 (patch) | |
tree | 62dd1fbc21d6f4c6f0ec2a3238ed22ce21ce81b8 /devel/p5-CPAN-YACSmoke/pkg-descr | |
parent | 6255083f4bd0f9485bdda1423d2cabbb962466d5 (diff) |
Notes
Diffstat (limited to 'devel/p5-CPAN-YACSmoke/pkg-descr')
-rw-r--r-- | devel/p5-CPAN-YACSmoke/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p5-CPAN-YACSmoke/pkg-descr b/devel/p5-CPAN-YACSmoke/pkg-descr new file mode 100644 index 000000000000..4700e3acbfd9 --- /dev/null +++ b/devel/p5-CPAN-YACSmoke/pkg-descr @@ -0,0 +1,15 @@ +This module uses the backend of CPANPLUS to run tests on modules recently +uploaded to CPAN and post results to the CPAN Testers list. + +It will create a database file in the .cpanplus directory, which it uses +to track tested distributions. This information will be used to keep from +posting multiple reports for the same module, and to keep from testing +modules that use non-passing modules as prerequisites. + +If it is given multiple versions of the same distribution to test, it will +test the most recent version only. If that version fails, then it will test +a previous version. + +By default it uses CPANPLUS configuration settings. + +WWW: http://search.cpan.org/dist/CPAN-YACSmoke/ |