Revision history for Perl extension Guard 0.5 - 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. 0.01 Sat Dec 13 14:57:44 CET 2008 - cloned form Convert-Scalar.