X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FError%2FConfess.pm;h=eaf6120ff3d38802b075b6e03c67ff80cd27ba39;hb=f01746fa11e40620bb7a7da3e4180a9f24a2c937;hp=24c6ad035a2165d1544b769f403a85f8b2c47572;hpb=aff6aafcfff96c2a91bd044e35010757feae584c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Error/Confess.pm b/lib/Moose/Error/Confess.pm index 24c6ad0..eaf6120 100644 --- a/lib/Moose/Error/Confess.pm +++ b/lib/Moose/Error/Confess.pm @@ -3,10 +3,6 @@ package Moose::Error::Confess; use strict; use warnings; -our $VERSION = '1.18'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use base qw(Moose::Error::Default); sub new { @@ -14,16 +10,14 @@ sub new { $self->create_error_confess(@args); } -__PACKAGE__ +1; + +# ABSTRACT: Prefer C __END__ =pod -=head1 NAME - -Moose::Error::Confess - Prefer C - =head1 SYNOPSIS # Metaclass definition must come before Moose is used.