X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=beb4c1efd21a189666489b65965a813b38362731;hb=e50354e9857df551c5fc0acdb2f4bf8f6929b5fe;hp=fe42f6f11d6537ff3b972eb67540a67b6a13e5c4;hpb=48a4a7b4b110db566e37945f215c463736dfa975;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index fe42f6f..beb4c1e 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.78'; +our $VERSION = '0.79'; 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.78 +This document describes Mouse version 0.79 =head1 SYNOPSIS