--- Guard/Changes 2008/12/13 17:50:29 1.2 +++ Guard/Changes 2008/12/15 02:38:21 1.9 @@ -1,5 +1,21 @@ Revision history for Perl extension Guard + - un-support windows process emulation (it didn't + work anyways). + - discuss similar modules. + - tweaked documentation slightly. + +0.5 Sat Dec 13 22:46:46 CET 2008 + - vastly improve documentation, + clarify local/scope_guard ordering + and give a niftier examples. + - always bless guard objects and convert + Guard::cancel to a method, at an 8% runtime + cost. + - temporarily disable $SIG{__DIE__} when executing + guard blocks. + - fix testsuite. + 0.1 Sat Dec 13 18:49:30 CET 2008 - first release.