X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=3156cc5dd10f2da1e58cc59bf583ca3737699294;hb=bdf82ebb5d3190de725b1519c45426cb043b5e98;hp=2a616b9b1792a7b2086248653460bb8cbad26958;hpb=8ab2c6ab8d7a229539e3464298c59a8823a18cec;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 2a616b9..3156cc5 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.50_07'; 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.50_07 =head1 SYNOPSIS