[perl #68530] "version::CLASS" warning in Safe.pm
authorDavid Mitchell <davem@iabyn.com>
Sun, 16 Aug 2009 23:31:45 +0000 (00:31 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sun, 16 Aug 2009 23:31:45 +0000 (00:31 +0100)
commita930c511fcc6cf6f5ef849a9a4a028ff1cd6e27a
tree35800756dd0a00941864188edf78e9de71c40273
parent5115136b5ada1a3245a69b04d93664e445e85eb1
[perl #68530] "version::CLASS" warning in Safe.pm
If any of the std variables being aliased into the Safe::rootN
package don't actually exist, and if they are not one of the special
"don't warn" variables, then you can get an 'only used once' warning.
So lets not. (Also bumps version number).
ext/Safe/Safe.pm