X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=9c880ee0b378bd41c0f5782b65487e179b6506d5;hb=1397be4ce6f4b9259658237cf7cfb595358c4b44;hp=3c6a8280f2d8a37f2cb0331bc51874591c960ec6;hpb=5d74128fc3c90eae48dc3bbba7c33b7af5069d8f;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 3c6a828..9c880ee 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.21'; +our $VERSION = '0.23'; use Carp 'confess'; use Scalar::Util 'blessed'; @@ -446,7 +446,9 @@ with plenty of code borrowed from L and L =head1 BUGS -No known bugs. +There is a known issue with Mouse on 5.6.2 regarding the @ISA tests. Until +this is resolve the minimum version of Perl for Mouse is set to 5.8.0. Patches +to resolve these tests are more than welcome. Please report any bugs through RT: email C, or browse