]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Implement uplevel()
authorVincent Pit <vince@profvince.com>
Sat, 3 Sep 2011 22:33:19 +0000 (00:33 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 3 Sep 2011 22:33:19 +0000 (00:33 +0200)
commit1da764455f3f82a24aad0881beb01f5e4d3cf858
tree98738cb867ab9df63a817612ec0da5cc0953d221
parent00eb4513e6dc65546222404eaa0e1c4910587c70
Implement uplevel()
16 files changed:
MANIFEST
Upper.xs
lib/Scope/Upper.pm
samples/bench_uplevel.pl [new file with mode: 0644]
samples/try.pl
t/01-import.t
t/60-uplevel-target.t [new file with mode: 0644]
t/61-uplevel-args.t [new file with mode: 0644]
t/62-uplevel-return.t [new file with mode: 0644]
t/63-uplevel-ctl.t [new file with mode: 0644]
t/64-uplevel-caller.t [new file with mode: 0644]
t/65-uplevel-multi.t [new file with mode: 0644]
t/66-uplevel-context.t [new file with mode: 0644]
t/67-uplevel-scope.t [new file with mode: 0644]
t/69-uplevel-threads.t [new file with mode: 0644]
t/86-stress-uplevel.t [new file with mode: 0644]