Subject: | Fails since bleadperl v5.17.1-76-g68b4061 |
commit 68b40612054cc4269bdb1112df64c078975b1467
Author: Jesse Luehrs <doy@tozt.net>
Date: Fri Jun 22 13:34:49 2012 -0500
all packages can do methods in UNIVERSAL [perl #47113]
Foo->can("can") should be true even if "package Foo" hasn't been seen
yet (obviously, since that method call doesn't die with a method not
found error).
HTH&&Regards,