POE::Component::CPAN::YACSmoke
==============================
1.05 Fri Oct 26 17:02:08 BST 2007
- Added 'prioritise' option to 'indices' action;
1.04 Mon Oct 22 14:18:06 BST 2007
- Added 'timeout' option for limiting the total runtime of a job;
1.03 Thu Aug 16 17:35:22 BST 2007
- Changed all the MSWin32 subs to use return() instead of exit() as per
Wheel::Run's warnings about using exit();
1.02 Wed Aug 15 12:16:29 BST 2007
- Updated Changes which I'd forgotten to update
1.01 Wed Aug 15 12:11:34 BST 2007
- Added 'appdata' option.
1.00 Wed Jul 25 11:51:58 BST 2007
- Fixed abstract_from and build_requires in Makefile.PL
0.23 Tue Jul 10 12:47:57 BST 2007
- Added runtime stats to minismoker
0.22 Tue May 08 14:31:56 BST 2007
- Added 'package' and 'author' commands for searching CPANPLUS;
- Updated minismoker to use above commands.
0.21 Wed Apr 18 12:20:56 BST 2007
- Screwed up the cpan upload. Merely a version update.
0.20 Wed Apr 18 12:17:06 BST 2007
- Refactored Killfam we attempt to kill child processes first.
0.19 Tue Apr 17 17:10:01 BST 2007
- Added optional support for Proc::Killfam. If it's installed
we'll use it.
0.18 Thu Apr 05 07:15:49 BST 2007
- Disabled output idle timeout for 'indices'.
0.17 Tue Mar 06 10:19:41 GMT 2007
- Added --version option to minismoker.
- Added --reverse option to minismoker.
0.16 Tue Feb 27 16:52:08 GMT 2007
- Indices doesn't require a 'module' option. Fixed.
0.15 Tue Feb 27 13:46:05 GMT 2007
- Added 'indices' command
0.14 Tue Feb 20 09:46:07 GMT 2007
- Added kwalitee test
0.13 Wed Feb 07 15:01:34 GMT 2007
- Date fixes in Changes file.
- MSWin32 switched to using Win32::Job as per
dagolden's recommendation on http://use.perl.org
0.12 Mon Jan 22 12:45:06 GMT 2007
- minismoke script now has 'appdata' option.
0.11 Tue Jan 16 14:56:45 GMT 2007
- Added minismoke script tothe install.
0.10 Tue Jan 16 14:34:09 GMT 2007
- Fixed the issues with recent on MSWin32.
0.09 Tue Jan 09 16:27:04 GMT 2007
- dngor spotted a typo in the MSWin32 documentation that
changed the whole meaning of the sentence. Fixed.
0.08 Sun Jan 07 16:47:31 GMT 2007
- A lot of hackery with Win32::Process to make this sucker
work properly on MSWin32.
0.07 Mon Dec 04 10:51:47 GMT 2006
- Added 'check' which does a simple test for CPAN::YACSmoke
in the perl that we have been asked to run;
- Amended minismoker.pl to use 'check' and carp and finish if
no CPAN::YACSmoke is available, suggested by Ricardo SIGNES;
0.06 Thu Nov 30 15:37:46 GMT 2006
- Changed the wheel kill to send KILL instead of TERM.
0.05 Wed Nov 22 17:26:05 GMT 2006
- Fixed tests on MSWin32 with CPAN::YACSmoke already installed.
0.04 Tue Nov 21 10:46:45 GMT 2006
- debug can be switched on and off on a job by job basis.
0.03 Tue Nov 21 08:53:06 GMT 2006
- Removed prereq 'CPAN::YACSmoke', the poco doesn't actually
require it.
0.02 Mon Nov 20 13:28:06 GMT 2006
- Added 'recent', updated synopsis and examples/.
- Added a new test for 'recent'.
0.01 Sat Nov 18 13:30:01 GMT 2006
- Initial public release.