X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=87ca482de2bde7bc65398a1cf3d1941133f6ae65;hb=02d8cd0afb685d4a3b8e6dcf6e9deec01c9b9e6e;hp=e10c34d742bbeddba32fc6320981b7fcdf868c60;hpb=9b9e4b6566015d6d6e2aa6c745644174efa74623;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e10c34d..87ca482 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,13 +1,13 @@ package Mouse::Role; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.39'; +our $VERSION = '0.40_01'; use Carp qw(confess); use Scalar::Util qw(blessed); use Mouse::Util qw(not_supported); - +use Mouse::Meta::Role; use Mouse (); Mouse::Exporter->setup_import_methods( @@ -143,7 +143,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.39 +This document describes Mouse version 0.40_01 =head1 SYNOPSIS