X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FDefault.pm;h=e173d129384dfe45a4c0ec4fd2d2143c069f00d8;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=8fbabdb533a33276da0968bbe6b1f8085c423ccc;hpb=0f8380b0cdbda1e13ed7c456edd3f0d1c0315ec9;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Default.pm b/lib/Moose/Error/Default.pm index 8fbabdb..e173d12 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 = '0.86'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';