NAME CPAN::YACSmoke - Yet Another CPAN Smoke Tester REQUIREMENTS This package requires the following modules (most of which are not included with Perl): CPANPLUS Config::IniFiles File::Basename File::HomeDir File::Path File::Spec File::Temp IO::File LWP::Simple Module::Pluggable Path::Class Regexp::Assemble SDBM_File Sort::Versions Test::Reporter URI if These dependencies (such as CPANPLUS and Test::Reporter) may require additional modules. Windows users should also have File::HomeDir::Win32 installed. INSTALLATION Installation can be done using the traditional Makefile.PL or the newer Build.PL methods. Using Makefile.PL: perl Makefile.PL make test make install (On Windows platforms you should use `nmake' instead.) Using Build.PL (if you have Module::Build installed): perl Build.PL perl Build test perl Build install SYNOPSIS perl -MCPAN::YACSmoke -e test DESCRIPTION This module uses the backend of CPANPLUS to run tests on modules recently uploaded to CPAN and post results to the CPAN Testers list. See the module documentation for more information. REVISION HISTORY 0.03_07 Tue Jun 7 2005 - misc. code tweaks - minor changes to documentation - Recent plugin only returns tar.gz|tgz|tar.bz2|zip files - uses Path::Class for various operations 0.03_06 Mon May 16 2005 - updated FAQ about protecting privacy - CPANPLUS 'extractdir' and 'fetchdir' config options added - added 'suppress_extracted' as an config option, to remove the 'Extracted' messages generated by CPANPLUS. - added new plugin - PlainTextList - and tests for it - added new automatic test script - yacsmoke.pl CAVEATS This is a proto-type release. Use with caution and supervision. The current version has a very primitive interface and limited functionality. Future versions may have a lot of options. There is always a risk associated with automatically downloading and testing code from CPAN, which could turn out to be malicious or severely buggy. Do not run this on a critical machine. This module uses the backend of CPANPLUS to do most of the work, so is subject to any bugs of CPANPLUS. SUGGESTIONS AND BUG REPORTING Please submit suggestions and report bugs to the CPAN Bug Tracker at http://rt.cpan.org. There is a SourceForge project site for CPAN::YACSmoke at http://sourceforge.net/projects/yacsmoke. SEE ALSO The CPAN Testers Website at http://testers.cpan.org has information about the CPAN Testing Service. For additional information, see the documentation for these modules: CPANPLUS Test::Reporter AUTHORS Robert Rothenberg Barbie , for Miss Barbell Productions, http://www.missbarbell.co.uk Acknowledgements Jos Boumans for writing CPANPLUS. COPYRIGHT AND LICENSE Copyright (C) 2005 by Robert Rothenberg. All Rights Reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.