]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commit
Initial import
authorVincent Pit <vince@profvince.com>
Tue, 24 Feb 2009 23:11:59 +0000 (00:11 +0100)
committerVincent Pit <vince@profvince.com>
Tue, 24 Feb 2009 23:11:59 +0000 (00:11 +0100)
commit06cb3f3506161a118dc440264dcabcd612b9432c
treede52ba72623b946f97f86da91b71e2c272f26f17
Initial import
22 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]
Types.xs [new file with mode: 0644]
lib/Lexical/Types.pm [new file with mode: 0644]
samples/basic.pl [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/10-args.t [new file with mode: 0644]
t/11-integrate.t [new file with mode: 0644]
t/12-padsv.t [new file with mode: 0644]
t/20-object.t [new file with mode: 0644]
t/21-tie.t [new file with mode: 0644]
t/22-magic.t [new file with mode: 0644]
t/30-threads.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]