X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=fe42f6f11d6537ff3b972eb67540a67b6a13e5c4;hb=refs%2Ftags%2F0.78;hp=7780471552ff57e0bf77814bc8c827acc6a42a14;hpb=7e030e4515771aa9117a8d1ca04d6afe028b7a9b;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 7780471..fe42f6f 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.77'; +our $VERSION = '0.78'; 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.77 +This document describes Mouse version 0.78 =head1 SYNOPSIS