gv.c: Explain the purpose of the <none>:: stash a bit.
authorBrian Fraser <fraserbn@gmail.com>
Fri, 10 May 2013 07:17:58 +0000 (04:17 -0300)
committerTony Cook <tony@develop-help.com>
Wed, 11 Sep 2013 00:28:29 +0000 (10:28 +1000)
commitcd164bf88bb56ea9f7d923d7c03669439d81240d
tree9dd765c2517071972baced25d8862c9634d39e0a
parent9e5de6ae775d6886b3c0b1f745e8a1416ac9b1cd
gv.c: Explain the purpose of the <none>:: stash a bit.

It's primarily a historical oddity. Its main purpose is to store
variables after an exception from 'use strict "vars"':

    eval q{ use strict; $foo = 1 };
    warn keys %{"<none>::"};
gv.c