X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=eb2ec97d40306d83d90c77ecf280d38f848b1c13;hb=14cf9b5a1724801f786d8c4a79834aa7c063323c;hp=25926ad58de8a184c4f16d6e359a3b582438da9c;hpb=66e3df7a8d3d839b53f6fc3af8f4bad6fc27fefe;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 25926ad..eb2ec97 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.88'; +our $VERSION = '0.95'; -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.88 +This document describes Mouse version 0.95 =head1 SYNOPSIS