X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=a1485b1e52a53f04c002e24b16fe9dfe83665e5b;hb=56d7c7453888ed2c684bcdb1d905841d8d03aeb1;hp=7bf3aac095d707cfbec29a179207fe8eca04675b;hpb=9409e92e75a6e1060eb3d0adcfc7965713d3d776;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index 7bf3aac..a1485b1 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.72'; +our $VERSION = '0.73'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';