| 1 |
root |
1.1 |
Revision history for Perl extension Guard |
| 2 |
|
|
|
| 3 |
root |
1.7 |
0.5 Sat Dec 13 22:46:46 CET 2008 |
| 4 |
root |
1.4 |
- vastly improve documentation, |
| 5 |
|
|
clarify local/scope_guard ordering |
| 6 |
|
|
and give a niftier examples. |
| 7 |
root |
1.5 |
- always bless guard objects and convert |
| 8 |
|
|
Guard::cancel to a method, at an 8% runtime |
| 9 |
|
|
cost. |
| 10 |
root |
1.6 |
- temporarily disable $SIG{__DIE__} when executing |
| 11 |
|
|
guard blocks. |
| 12 |
root |
1.5 |
- fix testsuite. |
| 13 |
root |
1.3 |
|
| 14 |
root |
1.2 |
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 |
root |
1.1 |
- cloned form Convert-Scalar. |
| 19 |
|
|
|