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