X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=5fcec000fbf04b1ce67e8c6d8099614d55342f00;hb=95637edb1de318b764f8ec2fc8b5c5c8d4430010;hp=36017affd342a0d2998af873a1e537a5d04b8b70;hpb=fd2b172a4657cb6cc47976d2e66cdba4bdfa579d;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 36017af..5fcec00 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.87'; +our $VERSION = '0.90'; -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.87 +This document describes Mouse version 0.90 =head1 SYNOPSIS @@ -238,5 +238,9 @@ L L +L + +L + =cut