ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Guard/Guard.pm
(Generate patch)

Comparing Guard/Guard.pm (file contents):
Revision 1.4 by root, Sat Dec 13 18:34:18 2008 UTC vs.
Revision 1.5 by root, Sat Dec 13 18:42:45 2008 UTC

149 149
150=back 150=back
151 151
152=head1 EXCEPTIONS 152=head1 EXCEPTIONS
153 153
154Guard blocks should not normally throw exceptions (e.g. C<die>), after 154Guard blocks should not normally throw exceptions (that is, C<die>). After
155all, they are usually used to clean up after such exceptions. However, if 155all, they are usually used to clean up after such exceptions. However, if
156something truly exceptional is happening, a guard block should be allowed 156something truly exceptional is happening, a guard block should be allowed
157to die. Also, programming errors are a large source of exceptions, and the 157to die. Also, programming errors are a large source of exceptions, and the
158programmer certainly wants to know about those. 158programmer certainly wants to know about those.
159 159

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines