App-psst

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

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.
    
    smoketesting fails where it is absent (Win32 strawberry),
     and I chose ualarm by analogy with usleep,
     not realising that Time::HiRes::alarm could do what I need,
     and I now guess that alarm($frac) is supported on win32.
    
    warn reader of the delay, although it should generally be short;
    s/ualarm/alarm/ , but still from Time::HiRes;
    check also that it didn't take too long

commit b6c116ee1a45ad040bcd3a2d233202b6012e489e
Author: Matthew Astley <beeep$mca@t8o.org>
Date:   Thu Nov 10 09:19:01 2011 +0000

    deal with lack of tty.
    
    we don't use any job control features;
    only needed for the few tests that compare
     output, most just apply regexps

commit 8d3a41da2d43bae5d0332aa5502f445b368a28df
Author: Matthew Astley <beeep$mca@t8o.org>
Date:   Thu Nov 10 00:22:43 2011 +0000

    ditch deprompt in favour of setting PS1.
    
    incidentally validate PS1 overriding config;
    I don't remember what I was thinking,
     but it can't deal with custom prompts seen in some smoketest sandpits

commit 941b5b043d8186935a0fd4a1a934e56a9bb19baf
Author: Matthew Astley <beeep$mca@t8o.org>
Date:   Thu Nov 10 00:16:21 2011 +0000

    restore Dump, it was in use

commit a4aba58447b1e9d7ebf687ce47b4d4aba2ddff30
Author: Matthew Astley <beeep$mca@t8o.org>
Date:   Thu Nov 10 00:00:59 2011 +0000



( run in 1.819 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )