X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=5f6ea376450f40f135b2044f8c1ab824a7250fbf;hb=05b9dc92e107117921170e662967d5d2101db21b;hp=6278e3dc125dbba3d28f3001aadf21c654a29977;hpb=2bc93d688b465f6b707f9679392e10089b611944;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 6278e3d..5f6ea37 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use warnings; use 5.006; use base 'Exporter'; -our $VERSION = '0.18'; +our $VERSION = '0.19'; use Carp 'confess'; use Scalar::Util 'blessed';