X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=0d6aa8b7f2e70d8cddb96767eb1fa8006f0c8f58;hb=b3cd4c14b73eb0160d29f7d76828de0060c0b522;hp=2a616b9b1792a7b2086248653460bb8cbad26958;hpb=6e1e5b31f9ff0a46de1d7e396840da18c385962d;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2a616b9..0d6aa8b 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.50_06'; +our $VERSION = '0.51'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -160,7 +160,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.50_06 +This document describes Mouse version 0.51 =head1 SYNOPSIS