]> git.vpit.fr Git - perl/modules/Thread-Cleanup.git/commit
Initial import v0.01
authorVincent Pit <vince@profvince.com>
Mon, 16 Mar 2009 00:28:12 +0000 (01:28 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 16 Mar 2009 00:28:12 +0000 (01:28 +0100)
commit15b9171b2fc61b12e0dcc123369fc2b66fe87012
treed51386983fb3efea248f1e9f0784f96765e146ee
Initial import
17 files changed:
.gitignore [new file with mode: 0644]
Changes [new file with mode: 0644]
Cleanup.xs [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]
lib/Thread/Cleanup.pm [new file with mode: 0644]
samples/try.pl [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/10-join.t [new file with mode: 0644]
t/11-detach.t [new file with mode: 0644]
t/20-recurse.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]