Allow base.pm to be used with packages that don't exist on dist
authorGraham Knop <haarg@haarg.org>
Mon, 23 May 2016 13:16:07 +0000 (09:16 -0400)
committerGraham Knop <haarg@haarg.org>
Mon, 23 May 2016 13:16:07 +0000 (09:16 -0400)
commit48816a637a319cf23115f106c85ef99ecc352879
tree735b3df6d4b432b23dc6b994097be119ab0d299e
parent06330047ac3d4687291eff2bca47fd511d3b89ff
Allow base.pm to be used with packages that don't exist on dist

If a module doesn't exist, base.pm will ignore the error if the
namespace has subs in it.  The detection for modules not existing
depends on the error message, and sometimes involves checking the
filename (depending on perl version).  Detect this case and give it an
appropriate filename.
lib/Object/Remote/ModuleLoader.pm