projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
921038c
)
Remove blessed from Mouse::Object because it's not used
Shawn M Moore [Thu, 11 Sep 2008 08:15:17 +0000 (08:15 +0000)]
lib/Mouse/Object.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/Object.pm
b/lib/Mouse/Object.pm
index
6d211f8
..
623fa64
100644
(file)
--- a/
lib/Mouse/Object.pm
+++ b/
lib/Mouse/Object.pm
@@
-3,7
+3,7
@@
package Mouse::Object;
use strict;
use warnings;
-use Scalar::Util qw/blessed weaken/;
+use Scalar::Util qw/weaken/;
use Carp 'confess';
sub new {