X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=9d9a98fddbfc0a16da9b15fedde3d9aaa0f3f3ed;hb=57d5cc86637a2ab577bd4071abd967a382c8aa34;hp=fc80d400890dcd1ad152f101e29d665fec8de24a;hpb=034587d897c53d4df84085a9229334bd2d51f1c6;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index fc80d40..9d9a98f 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.40'; +our $VERSION = '0.40_08'; 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.40 +This document describes Mouse version 0.40_08 =head1 SYNOPSIS