all packages can do methods in UNIVERSAL [perl #47113]
authorJesse Luehrs <doy@tozt.net>
Fri, 22 Jun 2012 18:34:49 +0000 (13:34 -0500)
committerJesse Luehrs <doy@tozt.net>
Sat, 23 Jun 2012 17:55:55 +0000 (12:55 -0500)
commit68b40612054cc4269bdb1112df64c078975b1467
treef3ece84172a7c4bf4f0d17df1a0b664c12be3102
parent914077f0095913a3ac75894b4c3610cfa4b30150
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).
t/op/universal.t
universal.c