X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=f8412657b1e9d2776024f377aff6898f16692f73;hp=7d071cfe9f0f1a6678006803623fac167b23de06;hb=9b9e4b6566015d6d6e2aa6c745644174efa74623;hpb=4353bfe169e0ca10723b6da1085b7ce0220c212e diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7d071cf..f841265 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.38'; +our $VERSION = '0.39'; 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.38 +This document describes Mouse version 0.39 =head1 SYNOPSIS