Test that the stash and file of a sub's definition overrides those of its stub.
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Nov 2010 14:14:57 +0000 (14:14 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Nov 2010 15:00:44 +0000 (15:00 +0000)
commitce057ba89da80863694d58259ca5a4408f7e44c8
treea2e8a92b0350a90794e9c20241f722a6debec3d8
parent3fa17e3fe56d4d905804c431b7d481cde59af509
Test that the stash and file of a sub's definition overrides those of its stub.

This is the current behaviour for Perl_newATTRSUB(), and it turns out that we
have no test for it.
t/op/stash.t