diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-28 03:49:48 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-14 17:18:05 +0100 |
commit | 9ebf26ad4d30e289feeaec20ee238d6874f4b27e (patch) | |
tree | 5e692b55a003378e60185b463aadad3a2ecd85f1 /MANIFEST | |
parent | 24802a741468d87fdd5e986702d44cf3253b596f (diff) | |
download | perl-9ebf26ad4d30e289feeaec20ee238d6874f4b27e.tar.gz |
Add ${^GLOBAL_PHASE}
This exposes the current top-level interpreter phase to perl space.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4687,6 +4687,7 @@ t/op/localref.t See if local ${deref} works t/op/local.t See if local works t/op/loopctl.t See if next/last/redo work t/op/lop.t See if logical operators work +t/op/magic_phase.t See if ${^GLOBAL_PHASE} works t/op/magic.t See if magic variables work t/op/method.t See if method calls work t/op/mkdir.t See if mkdir works |