X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=e10c34d742bbeddba32fc6320981b7fcdf868c60;hb=c73a0a96299636e25c1a283ed45b6052ceda35eb;hp=ffc2b6780f7870b859f4ba9b7360cd1e748bd31f;hpb=a25ca8d637c040b2f929b1a23dd62ff63d85f5d1;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index ffc2b67..e10c34d 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,11 +1,14 @@ package Mouse::Role; -use Mouse::Util qw(not_supported); # enables strict and warnings +use Mouse::Exporter; # enables strict and warnings -use Carp qw(confess); +our $VERSION = '0.39'; + +use Carp qw(confess); use Scalar::Util qw(blessed); +use Mouse::Util qw(not_supported); + use Mouse (); -use Mouse::Exporter; Mouse::Exporter->setup_import_methods( as_is => [qw( @@ -140,7 +143,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.37_06 +This document describes Mouse version 0.39 =head1 SYNOPSIS