perldelta for 22831cc58b76.
authorCraig A. Berry <craigberry@mac.com>
Fri, 6 Jul 2012 02:30:06 +0000 (21:30 -0500)
committerCraig A. Berry <craigberry@mac.com>
Fri, 6 Jul 2012 02:30:06 +0000 (21:30 -0500)
pod/perldelta.pod

index 23057b6..ba20133 100644 (file)
@@ -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