]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Importing Variable-Magic-0.01 v0.01
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:24:01 +0000 (18:24 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:24:01 +0000 (18:24 +0200)
commit77a84f75f33e3ee44e61182dec76699e23025375
treef0195fa56f12ba1a0d0078bb65d88a42bc341125
Importing Variable-Magic-0.01
27 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]
Magic.xs [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Variable/Magic.pm [new file with mode: 0644]
samples/magic.pl [new file with mode: 0755]
t/00-load.t [new file with mode: 0644]
t/01-import.t [new file with mode: 0644]
t/10-simple.t [new file with mode: 0644]
t/11-multiple.t [new file with mode: 0644]
t/12-data.t [new file with mode: 0644]
t/20-get.t [new file with mode: 0644]
t/21-set.t [new file with mode: 0644]
t/22-len.t [new file with mode: 0644]
t/23-clear.t [new file with mode: 0644]
t/24-free.t [new file with mode: 0644]
t/30-scalar.t [new file with mode: 0644]
t/31-array.t [new file with mode: 0644]
t/32-hash.t [new file with mode: 0644]
t/33-code.t [new file with mode: 0644]
t/boilerplate.t [new file with mode: 0644]
t/kwalitee.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]