]> git.vpit.fr Git - perl/modules/with.git/commit
Importing with-0.01 v0.01
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:49:57 +0000 (18:49 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:49:57 +0000 (18:49 +0200)
commit7d694e6f49e219b9c5f62d323666ca2854d51f50
treee8469a5426e8ab332ddb2fe0eb40e3d5cf931a8e
Importing with-0.01
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]
lib/with.pm [new file with mode: 0644]
samples/funcs.pl [new file with mode: 0755]
samples/with.pl [new file with mode: 0755]
t/00-load.t [new file with mode: 0644]
t/10-with.t [new file with mode: 0644]
t/11-skip.t [new file with mode: 0644]
t/12-keywords.t [new file with mode: 0644]
t/13-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/lib/with/TestClass.pm [new file with mode: 0644]