X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=55525f9e75715545d9843616ea2b64de32ecf094;hb=51c27e94b91348937068f862483c4220341d0487;hp=1946c1a0d10ba2fbbb089c04f7666fc921be8d09;hpb=9a87d68a97aa8d1dd0d14c1e63c0edcd03f0a13a;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 1946c1a..55525f9 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.56'; +our $VERSION = '0.57'; 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.56 +This document describes Mouse version 0.57 =head1 SYNOPSIS