summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index 9e762d5d93..297b532058 100644
--- a/pp.c
+++ b/pp.c
@@ -892,7 +892,7 @@ PP(pp_undef)
GvMULTI_on(sv);
if(stash)
- mro_package_moved(NULL, stash, (const GV *)sv, NULL, 0);
+ mro_package_moved(NULL, stash, (const GV *)sv, 0);
stash = NULL;
/* undef *Foo::ISA */
if( strEQ(GvNAME((const GV *)sv), "ISA")