This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove incorrect doc para about exit from BEGIN
authorZefram <zefram@fysh.org>
Sun, 10 Dec 2017 22:23:31 +0000 (22:23 +0000)
committerZefram <zefram@fysh.org>
Sun, 10 Dec 2017 22:23:31 +0000 (22:23 +0000)
commit3b2fee47cdd823a304d1ec8183060c268f39c6d3
treefa5daca46be9c8959498dd1e37cb270cb2a64a4f
parent0301e899536a22752f40481d8a1d141b7a7dda82
remove incorrect doc para about exit from BEGIN

I misinterpreted the behaviour of exit from BEGIN when writing that
paragraph.  exit from BEGIN actually does cause perl_parse() to return
normally, but perl_run() wouldn't subsequently do anything.
perl.c