X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=fcb9976d1e870a66cdbea6ceb3a682b8c37abf21;hb=53f661ad85292817689ae0a2ac195019764765f0;hp=b8b4565397fa210b8746a0987dc0be43e7340fc6;hpb=5f69227097e1e60f2bd31a9f5d71f5a344e6cbc5;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index b8b4565..fcb9976 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -3,7 +3,7 @@ use 5.006_002; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.46'; +our $VERSION = '0.50'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -166,7 +166,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.46 +This document describes Mouse version 0.50 =head1 SYNOPSIS @@ -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: