projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
179ac6c
)
Remove unused import
gfx [Fri, 25 Sep 2009 07:36:59 +0000 (16:36 +0900)]
lib/Mouse/Meta/Attribute.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Meta/Attribute.pm
b/lib/Mouse/Meta/Attribute.pm
index
1845219
..
67889db
100644
(file)
--- a/
lib/Mouse/Meta/Attribute.pm
+++ b/
lib/Mouse/Meta/Attribute.pm
@@
-3,7
+3,6
@@
use strict;
use warnings;
use Carp ();
-use Scalar::Util qw(weaken);
use Mouse::Util qw(:meta);