summaryrefslogtreecommitdiff
path: root/cpan/Devel-PPPort/parts/inc/call
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Devel-PPPort/parts/inc/call')
-rw-r--r--cpan/Devel-PPPort/parts/inc/call3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpan/Devel-PPPort/parts/inc/call b/cpan/Devel-PPPort/parts/inc/call
index 6ccd9e7fc0..7d8e4d37e5 100644
--- a/cpan/Devel-PPPort/parts/inc/call
+++ b/cpan/Devel-PPPort/parts/inc/call
@@ -124,6 +124,9 @@ vload_module(U32 flags, SV *name, SV *ver, va_list *args)
#if { VERSION >= 5.004 }
utilize(!(flags & PERL_LOADMOD_DENY), start_subparse(FALSE, 0),
veop, modname, imop);
+#elif { VERSION > 5.003 }
+ utilize(!(flags & PERL_LOADMOD_DENY), start_subparse(),
+ veop, modname, imop);
#else
utilize(!(flags & PERL_LOADMOD_DENY), start_subparse(),
modname, imop);