projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5794f2d
)
slighttweak
Stevan Little [Thu, 13 Dec 2007 04:28:23 +0000 (
04:28
+0000)]
MOP.xs
patch
|
blob
|
blame
|
history
diff --git
a/MOP.xs
b/MOP.xs
index
4995b02
..
47d02d4
100644
(file)
--- a/
MOP.xs
+++ b/
MOP.xs
@@
-32,7
+32,6
@@
get_code_info(coderef)
char* name;
char* pkg;
PPCODE:
-
if( SvOK(coderef) && SvROK(coderef) && SvTYPE(SvRV(coderef)) == SVt_PVCV){
coderef = SvRV(coderef);
name = GvNAME( CvGV(coderef) );