projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22831cc
)
perldelta for 22831cc58b76.
author
Craig A. Berry
<craigberry@mac.com>
Fri, 6 Jul 2012 02:30:06 +0000
(21:30 -0500)
committer
Craig A. Berry
<craigberry@mac.com>
Fri, 6 Jul 2012 02:30:06 +0000
(21:30 -0500)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
23057b6
..
ba20133
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-329,9
+329,13
@@
L</Modules and Pragmata> section.
=over 4
-=item
XXX-some-platform
+=item
VMS
-XXX
+Quotes are now removed from the command verb (but not the parameters) for commands
+spawned via C<system>, backticks, or a piped C<open>. Previously, quotes on the verb
+were passed through to DCL, which would fail to recognize the command. Also, if the
+verb is actually a path to an image or command procedure on an ODS-5 volume, quoting it
+now allows the path to contain spaces.
=back