This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In pp_require, improve the code generating the exception when no file is found.
authorNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 18:57:51 +0000 (19:57 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Jun 2010 19:00:11 +0000 (20:00 +0100)
commitc9d5e35e7efda8acf195b970afb943d0d7481bb4
tree549734fd44bd7f79ce07866350f231e157606089
parentc4ea5f2e1a5dbe46fdaf471d38ffdacf3ce1508e
In pp_require, improve the code generating the exception when no file is found.

Make more use of DIE()'s ability to take a *printf formatter and argument list,
hence avoiding most use of SVs as temporary buffers, and building up SVs
section by section.
pp_ctl.c