projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea02859
)
need to use B for B::perlstring
Dave Rolsky [Fri, 2 Sep 2011 18:06:30 +0000 (13:06 -0500)]
lib/Class/MOP/Method.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Method.pm
b/lib/Class/MOP/Method.pm
index
935d19d
..
8c35de8
100644
(file)
--- a/
lib/Class/MOP/Method.pm
+++ b/
lib/Class/MOP/Method.pm
@@
-4,6
+4,7
@@
package Class::MOP::Method;
use strict;
use warnings;
+use B;
use Carp 'confess';
use Scalar::Util 'weaken', 'reftype', 'blessed';