--- Guard/Guard.pm 2008/12/13 18:34:18 1.4 +++ Guard/Guard.pm 2008/12/13 18:42:45 1.5 @@ -151,7 +151,7 @@ =head1 EXCEPTIONS -Guard blocks should not normally throw exceptions (e.g. C), after +Guard blocks should not normally throw exceptions (that is, C). After all, they are usually used to clean up after such exceptions. However, if something truly exceptional is happening, a guard block should be allowed to die. Also, programming errors are a large source of exceptions, and the