This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reinstate require error messages for .h and .ph
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 16:23:41 +0000 (17:23 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 16:26:06 +0000 (17:26 +0100)
commit686c4ca09cf9d6ae455bf0a013551e92f00e34fe
treef819fe24b51327aea2e09d7501651fe16e7948bb
parentec72681b3d7714d33bccdc5be6f31b5db25f9c90
Reinstate require error messages for .h and .ph

These had been present since 5.000, but were inadvertently removed by the
refactoring b8f04b1b779ce1df.

Yes, files matching /.*.h\z/ get two pieces of advice in the error message, but
this was the exact behaviour pre-b8f04b1b779ce1df.
MANIFEST
pp_ctl.c
t/op/require_errors.t [new file with mode: 0644]