Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Error / Croak.pm
index 25bea3d..36992ce 100644 (file)
@@ -3,8 +3,6 @@ package Moose::Error::Croak;
 use strict;
 use warnings;
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base qw(Moose::Error::Default);
@@ -16,14 +14,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.