ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.6
Committed: Sat Dec 13 19:43:27 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.5: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 0.5
4 - vastly improve documentation,
5 clarify local/scope_guard ordering
6 and give a niftier examples.
7 - always bless guard objects and convert
8 Guard::cancel to a method, at an 8% runtime
9 cost.
10 - temporarily disable $SIG{__DIE__} when executing
11 guard blocks.
12 - fix testsuite.
13
14 0.1 Sat Dec 13 18:49:30 CET 2008
15 - first release.
16
17 0.01 Sat Dec 13 14:57:44 CET 2008
18 - cloned form Convert-Scalar.
19