This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change S_open_script() to return NULL to signal "read from stdin".
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2012 16:35:31 +0000 (17:35 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Feb 2012 10:31:48 +0000 (11:31 +0100)
commitc0b3891a0ac343a3eaf6b03bd8fd33242e3280aa
tree5d3ceaab286952b98fbe3a5849ab026fab5578f6
parent8d1138377104247a841c52023a0f6d0c9ea464a8
Change S_open_script() to return NULL to signal "read from stdin".

Move the logic to assign PerlIO_stdin() to rsfp from S_open_script() to its
only caller, S_parse_body().
perl.c