From d76c0f4b7c12ce4b57e1bfabddfa25594ae3f72a Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Mon, 7 Jan 2013 15:00:08 -0500 Subject: [PATCH] perldelta for #61362, croak on `perl directory` --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 2103843..ea4db73 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -367,6 +367,12 @@ in the OUTPUT: section (which previous did nothing to the SV), and a read only SV (literal) is passed to the XSUB, croaks like "Modification of a read-only value attempted" will happen. [perl #115796] +=item * + +On many platforms, providing a directory name as the script name caused perl +to do nothing and report success. It should now universally report an error +and exit nonzero. [perl #61362] + =back =head1 Known Problems -- 2.7.4