X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=f0ac9cd88dc6b4bf7fd2ff9076175b275e57bb91;hp=15d2431b995dbb3c3f7ac6cb7426e8997f0b54e5;hb=983d58a5ea543a21c48cb04311883f1b36de1874;hpb=a1a2469a369e71a583eb55e09c5b989d77031e39 diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 15d2431..f0ac9cd 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,7 +1,7 @@ package Mouse::Role; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.93'; +our $VERSION = '0.94'; use Carp (); use Scalar::Util (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.93 +This document describes Mouse version 0.94 =head1 SYNOPSIS