[ANNOUNCE] Test::Smoke 1.19
[email protected] (PAUSE) Sat, 24 Jul 2004 21:37:45 +0200
| Newsgroups | perl.perl5.porters,perl.daily-build |
|---|---|
| Organization | ztreet |
| Message-ID | <[email protected]> |
Smokers,
Change 23147 broke Test-Smoke, so here is a new release (it may take some time before it is available).
The uploaded file
Test-Smoke-1.19.tar.gz
has entered CPAN as
file: $CPAN/authors/id/A/AB/ABELTJE/Test-Smoke-1.19.tar.gz
size: 154666 bytes
md5: 9e8d00328de0a32cd57d56ff6b5d45de
If you can't wait: http://www.Test-Smoke.org/source.html
Besides the fix it also has a new reporter with better hardware detection.
Please try to upgrade ASAP.
Quick update from previous versions:
* save your *.cfg and *_config files
* install the new version
* put back the .cfg and _config
* run "configsmoke.pl" foreach *_config with the --des option like:
(on *nix)
for C in *_config ;\
do ./configsmoke.pl -p `echo $C|sed -e 's/_config//'` --des ; done
(on win32 / 2k+?)
for %C in (*_config) do for /f "delims=_" %P in ("%C") do configsmoke -p %P --des
I hope this gives us back the familiar smokereports.
Good luck,
Abe
--
Ahh, duh. (Thumping forehead against keybsalf<9iw.)
-- Jarkko Hietaniemi on p5p @ 2003-02-11