]> git.vpit.fr Git - perl/modules/autovivification.git/commit
Initial import
authorVincent Pit <vince@profvince.com>
Sun, 14 Jun 2009 20:04:07 +0000 (22:04 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 14 Jun 2009 20:04:07 +0000 (22:04 +0200)
commit2966b83e4eb41f8bd7f8c354e078bce07ced1fea
treeb1dd29c1bd939ca968f49a775f870887dd04788a
Initial import
20 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]
autovivification.xs [new file with mode: 0644]
lib/autovivification.pm [new file with mode: 0644]
ptable.h [new file with mode: 0644]
samples/hash2array.pl [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/20-hash.t [new file with mode: 0644]
t/21-array.t [new file with mode: 0644]
t/30-scope.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/autovivification/TestRequired1.pm [new file with mode: 0644]
t/lib/autovivification/TestRequired2.pm [new file with mode: 0644]