perldelta for #61362, croak on `perl directory`
authorRicardo Signes <rjbs@cpan.org>
Mon, 7 Jan 2013 20:00:08 +0000 (15:00 -0500)
committerRicardo Signes <rjbs@cpan.org>
Sun, 13 Jan 2013 00:39:26 +0000 (19:39 -0500)
pod/perldelta.pod

index 2103843..ea4db73 100644 (file)
@@ -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