X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=dfb1520e0ad9b199d73c7c83946420639122927c;hb=903b25aa09b1dea003bc50a6f1e5307ae40629d2;hp=c6413d3d065dbc769bd4cd0b9b8b4ff8156e2b54;hpb=1746908e63ce233fad3c290d731ac34aff7c2d22;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index c6413d3..dfb1520 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -1,10 +1,10 @@ package Mouse::Role; use Mouse::Exporter; # enables strict and warnings -our $VERSION = '0.85'; +our $VERSION = '0.91'; -use Carp qw(confess); -use Scalar::Util qw(blessed); +use Carp (); +use Scalar::Util (); use Mouse (); @@ -137,7 +137,7 @@ Mouse::Role - The Mouse Role =head1 VERSION -This document describes Mouse version 0.85 +This document describes Mouse version 0.91 =head1 SYNOPSIS @@ -238,5 +238,9 @@ L L +L + +L + =cut