X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=15d2431b995dbb3c3f7ac6cb7426e8997f0b54e5;hb=6336eb18ec59cf5c9c057624c7a1d15f449b00c6;hp=62decb8314d270b6ea29bdf10d9172e5d0db46f9;hpb=420d69e8116ad08b0fbeab3289af4df9f64d3b70;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 62decb8..15d2431 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.86'; +our $VERSION = '0.93'; -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.86 +This document describes Mouse version 0.93 =head1 SYNOPSIS @@ -238,5 +238,9 @@ L L +L + +L + =cut