projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a08e715
)
Remove MRO::Compat from Mouse::Object, it now uses the metaclass method
Shawn M Moore [Thu, 11 Sep 2008 08:15:10 +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
115a534
..
6d211f8
100644
(file)
--- a/
lib/Mouse/Object.pm
+++ b/
lib/Mouse/Object.pm
@@
-3,7
+3,6
@@
package Mouse::Object;
use strict;
use warnings;
-use MRO::Compat;
use Scalar::Util qw/blessed weaken/;
use Carp 'confess';