]> git.vpit.fr Git - perl/modules/Scope-Context.git/commit
Initial commit
authorVincent Pit <vince@profvince.com>
Tue, 11 Oct 2011 12:37:58 +0000 (14:37 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 11 Oct 2011 13:06:30 +0000 (15:06 +0200)
commitc7026b73f65000dc66bd89e44f5c95538f823ccf
treecd17a6ea0196b87f253057a7ee3d19eb492ee6f9
Initial commit
20 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.json [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]
lib/Scope/Context.pm [new file with mode: 0644]
samples/synopsis.pl [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/02-can.t [new file with mode: 0644]
t/10-basic.t [new file with mode: 0644]
t/11-target.t [new file with mode: 0644]
t/12-actions.t [new file with mode: 0644]
t/13-valid.t [new file with mode: 0644]
t/14-cmp.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]