Bump version to 1.16
[gitmo/Moose.git] / lib / Moose / Error / Confess.pm
index e8e7af0..d0e961a 100644 (file)
@@ -3,12 +3,17 @@ package Moose::Error::Confess;
 use strict;
 use warnings;
 
-our $VERSION   = '0.96';
+our $VERSION   = '1.16';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base qw(Moose::Error::Default);
 
+sub new {
+    my ( $self, @args ) = @_;
+    $self->create_error_confess(@args);
+}
+
 __PACKAGE__
 
 __END__