X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=0d6aa8b7f2e70d8cddb96767eb1fa8006f0c8f58;hb=b3cd4c14b73eb0160d29f7d76828de0060c0b522;hp=a9ef7b193d17f5b2feed4f6f7b6bdac76e4a6842;hpb=78a4b12980d68fdfeec7b5289e7203771a6e73d6;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index a9ef7b1..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_08'; +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_08 +This document describes Mouse version 0.51 =head1 SYNOPSIS