This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add ${^GLOBAL_PHASE}
authorFlorian Ragwitz <rafl@debian.org>
Tue, 28 Sep 2010 01:49:48 +0000 (03:49 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Sun, 14 Nov 2010 16:18:05 +0000 (17:18 +0100)
commit9ebf26ad4d30e289feeaec20ee238d6874f4b27e
tree5e692b55a003378e60185b463aadad3a2ecd85f1
parent24802a741468d87fdd5e986702d44cf3253b596f
Add ${^GLOBAL_PHASE}

This exposes the current top-level interpreter phase to perl space.
MANIFEST
embedvar.h
globvar.sym
gv.c
intrpvar.h
mg.c
perl.c
perl.h
sv.c
t/op/magic_phase.t [new file with mode: 0644]