X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=1b810c8afca2e7fd76433bebe2e95afde5de237b;hb=refs%2Ftags%2F1.25;hp=b38047c3c7cf5df6b46e0416ed2f48f4e1a76846;hpb=a7fba9b3422726afb707ffd4b81cd6155a2809c1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index b38047c..1b810c8 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 = '1.24'; +our $VERSION = '1.25'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';