X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FDefault.pm;h=90e438b3539f1d6d8b7de773853f8be9bd85b98c;hb=72643035d73124e0b4ef7a8335cdc4f793732b5a;hp=9e8619ef6299154ec0c705946c56ef0aff0b3431;hpb=ba64b156a21cb587b0ce3959f8d57637996fd28a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 9e8619e..90e438b 100644 --- a/lib/Moose/Error/Default.pm +++ b/lib/Moose/Error/Default.pm @@ -3,7 +3,7 @@ package Moose::Error::Default; use strict; use warnings; -our $VERSION = '1.07'; +our $VERSION = '1.08'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';