]> git.vpit.fr Git - perl/modules/indirect.git/commit
Importing indirect-0.01.tar.gz v0.01
authorVincent Pit <vince@profvince.com>
Sun, 10 Aug 2008 22:01:00 +0000 (00:01 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 10 Aug 2008 22:01:00 +0000 (00:01 +0200)
commit79fe38872567977419089da38eac9406bf2d4afa
tree129edb239bd630a4a6da4e7d068c8266237ff11c
Importing indirect-0.01.tar.gz
24 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]
indirect.xs [new file with mode: 0644]
lib/indirect.pm [new file with mode: 0644]
samples/indirect.pl [new file with mode: 0755]
t/00-load.t [new file with mode: 0644]
t/10-good-no.t [new file with mode: 0644]
t/11-good-use.t [new file with mode: 0644]
t/20-bad-no.t [new file with mode: 0644]
t/21-bad-use.t [new file with mode: 0644]
t/22-bad-fatal.t [new file with mode: 0644]
t/30-scope.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/data/bad.d [new file with mode: 0644]
t/data/good.d [new file with mode: 0644]
t/data/mixed.d [new file with mode: 0644]