The value from caller doesn't change, so my $pkg = caller;
authorNicholas Clark <nick@ccl4.org>
Sat, 24 Dec 2005 16:27:28 +0000 (16:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 24 Dec 2005 16:27:28 +0000 (16:27 +0000)
commit39a108ce50cdda5b6c5584d8056cebaacd441121
tree94ddb2dd233ec9233d505359c829e9ec4363c4f4
parent69e7dc3c564b0153c599a70d21ee3044fc270d54
The value from caller doesn't change, so my $pkg = caller;
should be moved out of the loop.

p4raw-id: //depot/perl@26485
lib/constant.pm