X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FUtil.pm;h=fa0475b3722a4533aff8e010f6c6837d471faa0d;hb=b9e554fa0ec9cc28204f8b309874e83faf72b61c;hp=48dfc2bb6ba6be24ddb093edf4668ccee420f64d;hpb=8251d681e79f79c4dff0eaab2e013b6f07c9b961;p=gitmo%2FMoose.git diff --git a/lib/Moose/Util.pm b/lib/Moose/Util.pm index 48dfc2b..fa0475b 100644 --- a/lib/Moose/Util.pm +++ b/lib/Moose/Util.pm @@ -8,7 +8,7 @@ use Sub::Exporter; use Scalar::Util 'blessed'; use Class::MOP 0.60; -our $VERSION = '0.88'; +our $VERSION = '0.89'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';