If the constructor in a parent class has method modifiers, we will not
[gitmo/Moose.git] / lib / Moose / Error / Croak.pm
index 1888998..5aeb87b 100644 (file)
@@ -3,6 +3,10 @@ package Moose::Error::Croak;
 use strict;
 use warnings;
 
+our $VERSION   = '0.62_01';
+$VERSION = eval $VERSION;
+our $AUTHORITY = 'cpan:STEVAN';
+
 use base qw(Moose::Error::Default);
 
 sub new {