]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/blobdiff - README
Importing Bit-MorseSignals-0.03.tar.gz
[perl/modules/Bit-MorseSignals.git] / README
diff --git a/README b/README
index 04205368cef8e4370f24581c201ea87db542ca2a..4d6bd1a53c76defc9ae21dc1ad3ba96700980606 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,17 @@ NAME
     Bit::MorseSignals - The MorseSignals protocol.
 
 VERSION
-    Version 0.02
+    Version 0.03
+
+SYNOPSIS
+        use Bit::MorseSignals::Emitter;
+        use Bit::MorseSignals::Receiver;
+
+        my $deuce = new Bit::MorseSignals::Emitter;
+        my $pants = new Bit::MorseSignals::Receiver done => sub { print $_[1], "\n" };
+
+        $deuce->post('HLAGH') for 1 .. 3;
+        $pants->push while defined ($_ = $deuce->pop);
 
 DESCRIPTION
     In unidirectionnal communication channels (such as networking or IPC),
@@ -82,7 +92,7 @@ SEE ALSO
     Bit::MorseSignals::Emitter, Bit::MorseSignals::Receiver.
 
 AUTHOR
-    Vincent Pit, "<perl at profvince.com>"
+    Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
     You can contact me by mail or on #perl @ FreeNode (vincent or
     Prof_Vince).