X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=e08fb530caa72e4148383f8dea4df0f8e12c186c;hb=5eef6e994ae12467bfdaf56eb453bb5b3de5f5db;hp=0e88ee7c4d34258f98d6193105b5256ce661d2ea;hpb=8bdd9cfc5383bf469942089b55156d4e561c3967;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 0e88ee7..e08fb53 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.37_06'; +our $VERSION = '0.40_07'; 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.37_06 +This document describes Mouse version 0.40_07 =head1 SYNOPSIS