Subject: | Add original caller information to callback |
Hi,
it would be great to include the original caller information in the callback.
See the attached patch.
Cheers,
Sven
Subject: | 0001-add-caller.patch |
--- a/lib/Devel/OverrideGlobalRequire.pm 2015-04-29 11:28:01.000000000 +0200
+++ b/lib/Devel/OverrideGlobalRequire.pm 2015-04-29 11:21:00.000000000 +0200
@@ -129,7 +129,7 @@
return $res;
- }, $arg_copy);
+ }, $arg_copy, [caller]);
}
}