App-psst
view release on metacpan or search on metacpan
Revision History for App-psst
=============================
v0.09 2011-12-02
----------------
commit 8e33e45f2124d7138c22dc6319a57abb22aa9e6a
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Fri Dec 2 09:16:37 2011 +0000
try harder for pidseq on busy systems
will skip if they're still not smoking green
commit e05d35653c77eb76596f044f28b0af5f0c4ee12c
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Fri Dec 2 09:06:27 2011 +0000
give up earlier if no Bash.
(would prefer an NA for mswin32, rather than a big red FAIL,
this probably not enough?)
improve version display - some smoke fails on the ([0-9.}) match;
run preconds even without bash, they may be useful;
remaining tests need bash to work
commit 890f273d01014e03d47f3b59c2f6c429bf3f565e
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Fri Dec 2 09:03:12 2011 +0000
bump Time::HiRes dep to current
previous min version was set for ualarm, now using alarm;
seeing breakage on the smoketests (thank you!)
for various Un*ces, mostly Perl 5.8.9, all Time::HiRes 1.9715
where the alarm doesn't fire
v0.08 2011-11-23
----------------
commit f8fa59a476337d69a136c58e7216c06ae8b59bc0
Author: Syohei YOSHIDA <syohex@gmail.com>
Date: Wed Nov 23 09:57:03 2011 +0900
Fix checking bash version.
- use $BASH_VERSION environment variable instead of '--version' option,
because output of '--version' depends on locale.
Regexp 'qr{\bbash\b.* version (.*)})' may not match '--version' output
on not English locale, if latest bash is installed on it.
v0.06 2011-11-21
----------------
commit 48ae3f697625d765a6e1fd11558b0d09daaa3bd2
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Mon Nov 21 00:01:21 2011 +0000
remove "see the other code path" breakage
commit 23ac21bb27a008f59a0b44d2fe1c80f03abc9e9c
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Sun Nov 20 23:51:26 2011 +0000
degrade to CORE::alarm
when Time::HiRes::alarm is not implemented
commit 22840ca52060e9f572d116caf53dd88a31e33e6f
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Sun Nov 20 23:50:40 2011 +0000
decrease Un*x assumption: path_sep not always :
use $Config{path_sep}, as local::lib does
commit 55660dc080a1b3addb69c01f6c71ae97b2390d04
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Sun Nov 20 23:53:06 2011 +0000
decrease Un*x assumption: dirsep may not be /
munge them so they are, for our regex
commit 7264008557eadf873ba74b1f43feb7364c47b599
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Sun Nov 20 23:13:15 2011 +0000
when finding $HOME , fall back to getpwuid.
we need it to ensure bash_interactive is not tromping user's history file,
so would prefer to match bash's way of finding ~
but as long as this runs on author's machine there should be no tromping anyway
commit f7aba5a32a0d189d8905f588f6da5e43728b80f9
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Sun Nov 20 23:10:42 2011 +0000
YAML now required for testing, declare it.
still optional for running, can't declare that
v0.05 2011-11-10
----------------
commit 51ae3683c36952f89e423622465a463fdd45725c
Author: Matthew Astley <beeep$mca@t8o.org>
Date: Thu Nov 10 17:37:20 2011 +0000
avoid ualarm.
( run in 0.664 second using v1.01-cache-2.11-cpan-ceb78f64989 )