X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=ce5ac46f108ed64bc366e75e7e076cd9c33a483d;hb=ad46f5244f59757c45306c4a41e195b7aa4b0943;hp=d0e961a4f01785044cc24c8dd082579feec2fc13;hpb=f4b86ac0e1fd7ff8a180f2f8332821170db5371e;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index d0e961a..ce5ac46 100644 --- a/lib/Moose/Error/Confess.pm +++ b/lib/Moose/Error/Confess.pm @@ -3,8 +3,6 @@ package Moose::Error::Confess; use strict; use warnings; -our $VERSION = '1.16'; -$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base qw(Moose::Error::Default); @@ -16,14 +14,12 @@ sub new { __PACKAGE__ +# ABSTRACT: Prefer C + __END__ =pod -=head1 NAME - -Moose::Error::Confess - Prefer C - =head1 SYNOPSIS # Metaclass definition must come before Moose is used.