X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=dfa08d98d579ed7581dd82ad599b57932a0fe2ea;hb=b14108de498e1dc906665ce54999fc086d4da72d;hp=028e93d548e26a11e9aaf9afcb0e860a35465685;hpb=38f4a557632e3df5d521ea0f88c885c92826ca33;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 028e93d..dfa08d9 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.83'; +our $VERSION = '0.84'; use Carp qw(confess); use Scalar::Util qw(blessed); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.83 +This document describes Mouse version 0.84 =head1 SYNOPSIS