]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commit
Importing Scalar-Vec-Util-0.01.tar.gz v0.01
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:14:16 +0000 (18:14 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:14:16 +0000 (18:14 +0200)
commitf77706f0734eb34a9623cc492b5d73061fba9b62
tree1cd80c2a53aa112e228db01915896d10aaf79d81
Importing Scalar-Vec-Util-0.01.tar.gz
29 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]
Util.xs [new file with mode: 0644]
bitvect.h [new file with mode: 0644]
lib/Scalar/Vec/Util.pm [new file with mode: 0644]
samples/bench.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/02-pp.t [new file with mode: 0644]
t/03-size.t [new file with mode: 0644]
t/10-veq-pp.t [new file with mode: 0644]
t/11-veq.t [new file with mode: 0644]
t/12-veq-long.t [new file with mode: 0644]
t/20-vfill-pp.t [new file with mode: 0644]
t/21-vfill.t [new file with mode: 0644]
t/22-vfill-long.t [new file with mode: 0644]
t/30-vcopy-pp.t [new file with mode: 0644]
t/31-vcopy-copy.t [new file with mode: 0644]
t/32-vcopy-move.t [new file with mode: 0644]
t/33-vcopy-long.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]