]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/commit
Importing Bit-MorseSignals-0.01.tar.gz v0.01
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 15:05:49 +0000 (17:05 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 15:05:49 +0000 (17:05 +0200)
commitf90efd6aef2e807ed35c07341456ce727d6668bc
tree43fcfcadfc40b14b09fa37ac3bf1db728a007149
Importing Bit-MorseSignals-0.01.tar.gz
26 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/Bit/MorseSignals.pm [new file with mode: 0644]
lib/Bit/MorseSignals/Emitter.pm [new file with mode: 0644]
lib/Bit/MorseSignals/Receiver.pm [new file with mode: 0644]
t/00-load.t [new file with mode: 0644]
t/01-import.t [new file with mode: 0644]
t/02-can.t [new file with mode: 0644]
t/20-emitter-obj.t [new file with mode: 0644]
t/21-emitter-plain.t [new file with mode: 0644]
t/22-emitter-utf8.t [new file with mode: 0644]
t/30-receiver-obj.t [new file with mode: 0644]
t/31-receiver-plain.t [new file with mode: 0644]
t/32-receiver-utf8.t [new file with mode: 0644]
t/50-chitchat-plain.t [new file with mode: 0644]
t/51-chitchat-utf8.t [new file with mode: 0644]
t/52-chitchat-storable.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]