This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct VMS-specific handling of $! in Perl_magic_get.
authorCraig A. Berry <craigberry@mac.com>
Sat, 16 Jan 2010 22:31:01 +0000 (16:31 -0600)
committerCraig A. Berry <craigberry@mac.com>
Sat, 16 Jan 2010 23:17:50 +0000 (17:17 -0600)
commit666d8aa22e6926f5d5320cb2c48d6641485e576e
tree10bc2704fe0c1ec70e61f9815d2c60345ec216d4
parent596f450b74e963069b08e852c2f88cad7d3ef2e6
Correct VMS-specific handling of $! in Perl_magic_get.

0097b436152452e403cc71b4f1a1cfd30ec0ba1a had introduced a test failure
on VMS because it only set the POK flag in the non-VMS code path,
which was an easy mistake to make because accumulated patches had
over time made the #ifdef jungle way more tangled than it needed to
be.  There is really only one line that needs to be VMS-specific.
mg.c