Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Error / Default.pm
index 2a91014..c07c626 100644 (file)
@@ -3,10 +3,6 @@ package Moose::Error::Default;
 use strict;
 use warnings;
 
-our $VERSION   = '1.16';
-$VERSION = eval $VERSION;
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Carp::Heavy;
 use Class::MOP::MiniTrait;
 
@@ -52,14 +48,12 @@ sub _create_error_carpmess {
 
 __PACKAGE__
 
+# ABSTRACT: L<Carp> based error generation for Moose.
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Error::Default - L<Carp> based error generation for Moose.
-
 =head1 DESCRIPTION
 
 This class implements L<Carp> based error generation.