From: Yuval Kogman Date: Mon, 23 Jun 2008 15:35:14 +0000 (+0000) Subject: import no longer necessary X-Git-Tag: 0.58~54^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e687df58ded5a74a4210299689367e8b94c66fe3;p=gitmo%2FMoose.git import no longer necessary --- diff --git a/lib/Moose/Meta/Attribute.pm b/lib/Moose/Meta/Attribute.pm index d1fe25b..480768b 100644 --- a/lib/Moose/Meta/Attribute.pm +++ b/lib/Moose/Meta/Attribute.pm @@ -5,7 +5,6 @@ use strict; use warnings; use Scalar::Util 'blessed', 'weaken'; -use Carp 'confess'; use overload (); our $VERSION = '0.50';