bump version to 1.18
[gitmo/Moose.git] / lib / Moose / Error / Confess.pm
index 633b1dd..24c6ad0 100644 (file)
@@ -3,12 +3,17 @@ package Moose::Error::Confess;
 use strict;
 use warnings;
 
-our $VERSION   = '1.05';
+our $VERSION   = '1.18';
 $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__