ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Changes
Revision: 1.9
Committed: Mon Dec 15 02:38:21 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension Guard
2
3 - un-support windows process emulation (it didn't
4 work anyways).
5 - discuss similar modules.
6 - tweaked documentation slightly.
7
8 0.5 Sat Dec 13 22:46:46 CET 2008
9 - vastly improve documentation,
10 clarify local/scope_guard ordering
11 and give a niftier examples.
12 - always bless guard objects and convert
13 Guard::cancel to a method, at an 8% runtime
14 cost.
15 - temporarily disable $SIG{__DIE__} when executing
16 guard blocks.
17 - fix testsuite.
18
19 0.1 Sat Dec 13 18:49:30 CET 2008
20 - first release.
21
22 0.01 Sat Dec 13 14:57:44 CET 2008
23 - cloned form Convert-Scalar.
24