X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=35bb6f0b03df1ab35c9fd1c803a42d7ecc233a1a;hp=c3991574392752620860acb8dd07b5fa85242d98;hb=01e830f796a9ecdec0d977f2b88110363ebf013f;hpb=73337709bfbc1dcba14487c8d7725e798c0713f7 diff --git a/lib/Mouse.pm b/lib/Mouse.pm index c399157..35bb6f0 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.48'; +our $VERSION = '0.49'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -166,7 +166,7 @@ Mouse - Moose minus the antlers =head1 VERSION -This document describes Mouse version 0.48 +This document describes Mouse version 0.49 =head1 SYNOPSIS