Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Error / Croak.pm
index 37d1aac..3d30ffa 100644 (file)
@@ -3,10 +3,6 @@ package Moose::Error::Croak;
 use strict;
 use warnings;
 
-our $VERSION   = '1.07';
-$VERSION = eval $VERSION;
-our $AUTHORITY = 'cpan:STEVAN';
-
 use base qw(Moose::Error::Default);
 
 sub new {
@@ -16,14 +12,12 @@ sub new {
 
 __PACKAGE__
 
+# ABSTRACT: Prefer C<croak>
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Error::Croak - Prefer C<croak>
-
 =head1 SYNOPSIS
 
     # Metaclass definition must come before Moose is used.