--- rxvt-unicode/src/urxvt.pm 2006/01/08 05:50:27 1.55 +++ rxvt-unicode/src/urxvt.pm 2006/01/08 05:52:42 1.56 @@ -584,10 +584,18 @@ bless \shift, urxvt::destroy_hook:: } -# urxvt::anyevent - package urxvt::anyevent; +=head2 The C Class + +The sole purpose of this class is to deliver an interface to the +C module - any module using it will work inside urxvt without +further work. The only exception is that you cannot wait on condition +variables, but non-blocking condvar use is ok. What this means is that you +cannot use blocking APIs, but the non-blocking variant should work. + +=cut + our $VERSION = 1; $INC{"urxvt/anyevent.pm"} = 1; # mark us as there