Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Error / Confess.pm
index 968a950..ce5ac46 100644 (file)
@@ -3,8 +3,6 @@ package Moose::Error::Confess;
 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<confess>
+
 __END__
 
 =pod
 
-=head1 NAME
-
-Moose::Error::Confess - Prefer C<confess>
-
 =head1 SYNOPSIS
 
     # Metaclass definition must come before Moose is used.