--- Guard/Guard.pm 2008/12/13 18:49:22 1.9 +++ Guard/Guard.pm 2008/12/13 18:50:31 1.10 @@ -109,7 +109,9 @@ (i.e. C) are handled inside guard blocks. Example: acquire a Coro::Semaphore for a second by registering a -timer. The timer callback references the guard used to unlock it again. +timer. The timer callback references the guard used to unlock it +again. (Please ignore the fact that C has a C +method that does this already): use Guard; use AnyEvent;