X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=9cdf40f40b4927cef18b29dd11a55f6094dce455;hb=5dbc65eed8ea629e98a9d129549301b36f5b4f1b;hp=52e83bc892ee00de7500445fdb7a39a1f974bf4d;hpb=eaad7dabcb4c3889df8becd3c5e6c2cd70bb9c10;p=gitmo%2FMouse.git diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 52e83bc..9cdf40f 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,11 +4,11 @@ use strict; use warnings; use base 'Exporter'; -our $VERSION = '0.07'; +our $VERSION = '0.08'; use 5.006; use Carp 'confess'; -use Scalar::Util 'blessed'; +use Mouse::Util 'blessed'; use Mouse::Meta::Attribute; use Mouse::Meta::Class;