This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test that lack of prototype on a sub's definition overrides any on its stub.
authorNicholas Clark <nick@ccl4.org>
Thu, 18 Nov 2010 13:50:28 +0000 (13:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 18 Nov 2010 15:00:44 +0000 (15:00 +0000)
commit3fa17e3fe56d4d905804c431b7d481cde59af509
tree02e91cf9d174f5581d60c6436e7dee9b92eecff5
parent455276b648e860a64feeaacd0ff663fb81d05b77
Test that lack of prototype on a sub's definition overrides any on its stub.

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