X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=c3c6168c6241f11aca923ea6904fc90cfcd5c117;hb=431657256f423bda264c0cb76c28de72fd879b20;hp=e02d3289658b9ff98fcc049c75c69160c4894df8;hpb=06a970ab9fb60a4cac5e3f1774cf9a2914c94cc1;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e02d328..c3c6168 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.38'; +our $VERSION = '0.40'; 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.38 +This document describes Mouse version 0.40 =head1 SYNOPSIS