X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=f585439e930bad06c29d85f3e719eb8cfc2dbc00;hp=b8b4565397fa210b8746a0987dc0be43e7340fc6;hb=1a8951d105e921ff1225439bc981b985ed1b1f4e;hpb=5f69227097e1e60f2bd31a9f5d71f5a344e6cbc5 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index b8b4565..f585439 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -405,8 +405,8 @@ keywords (such as L) it will break loudly instead breaking subtly. =head1 CAVEATS If you use Mouse::XS you might see a fatal error on callbacks -which include C, which typically occurs in sutch code -like C. This is not +which include C, which typically occurs in such code +as C. This is not a bug in Mouse. In fact, it is a bug in Perl (RT #69939). To work around this problem, surround C with C: