projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
be05fae
)
import no longer necessary
Yuval Kogman [Mon, 23 Jun 2008 15:35:14 +0000 (15:35 +0000)]
lib/Moose/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Attribute.pm
b/lib/Moose/Meta/Attribute.pm
index
d1fe25b
..
480768b
100644
(file)
--- 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';