X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=fdbbe968190e395e64e4b4d51f5a827e3b73f0e3;hb=refs%2Ftags%2F0.66;hp=65768601e8a7f286b8c40bc1c4fd3f82a767d41f;hpb=ae18d5ec3c2a0c7469f9504474301e4d96abcb39;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index 6576860..fdbbe96 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.61'; +our $VERSION = '0.66'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';