]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commit
Importing Scope-Upper-0.01 v0.01
authorVincent Pit <vince@profvince.com>
Fri, 26 Dec 2008 16:10:59 +0000 (17:10 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 26 Dec 2008 16:10:59 +0000 (17:10 +0100)
commitbac4fc46c2d48ce5db75de6c88e0983aeeedf865
tree103dc2784c0ac165ca815ef6652432e9ad259d4c
Importing Scope-Upper-0.01
31 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
Upper.xs [new file with mode: 0644]
lib/Scope/Upper.pm [new file with mode: 0644]
samples/tag.pl [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/01-import.t [new file with mode: 0644]
t/05-TOPLEVEL.t [new file with mode: 0644]
t/10-reap.t [new file with mode: 0644]
t/11-reap-level.t [new file with mode: 0644]
t/12-reap-block.t [new file with mode: 0644]
t/13-reap-ctl.t [new file with mode: 0644]
t/20-localize.t [new file with mode: 0644]
t/21-localize-level.t [new file with mode: 0644]
t/22-localize-block.t [new file with mode: 0644]
t/23-localize-ctl.t [new file with mode: 0644]
t/29-localize-target.t [new file with mode: 0644]
t/31-localize_elem-level.t [new file with mode: 0644]
t/32-localize_elem-block.t [new file with mode: 0644]
t/38-localize_elem-magic.t [new file with mode: 0644]
t/39-localize_elem-target.t [new file with mode: 0644]
t/90-boilerplate.t [new file with mode: 0644]
t/91-pod.t [new file with mode: 0644]
t/92-pod-coverage.t [new file with mode: 0644]
t/95-portability-files.t [new file with mode: 0644]
t/99-kwalitee.t [new file with mode: 0644]
t/lib/Scope/Upper/TestGenerator.pm [new file with mode: 0644]