X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=0e5ecb64e5a3849423002f924221710713690809;hb=a666d43ac032313d73186a5eeab6f750022818c1;hp=f58ff13e62e44964db653328d6a7c86e712984b6;hpb=26a08c157f47d613aab9376a85512ae73ec34482;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index f58ff13..0e5ecb6 100644 --- a/lib/Moose/Error/Confess.pm +++ b/lib/Moose/Error/Confess.pm @@ -3,7 +3,7 @@ package Moose::Error::Confess; use strict; use warnings; -our $VERSION = '0.93_01'; +our $VERSION = '0.98'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';