XSLoader::load() with no arguments can use caller to find a default package.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 20:30:16 +0000 (21:30 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 20:45:59 +0000 (21:45 +0100)
commit1d2b7ec55763d41a18a61d1b44aedd531d305ad3
treef7dd4ef3013cf02265dbde82a97e71ad4044655b
parent4f65bc30ea83f40e28f0ea56d45f48f300db8fcc
XSLoader::load() with no arguments can use caller to find a default package.

In the case of dynamic linking, it's already using caller to get a filename, so
this isn't usually any extra work.
dist/XSLoader/XSLoader_pm.PL
dist/XSLoader/t/XSLoader.t