]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/blobdiff - README
This is 0.07
[perl/modules/Bit-MorseSignals.git] / README
diff --git a/README b/README
index 080c4a106ba2e1661c60c5afe35d7b5f57a6e3b4..35a553af767337152a7eb56066adf2a94c47c268 100644 (file)
--- a/README
+++ b/README
@@ -2,14 +2,14 @@ NAME
     Bit::MorseSignals - The MorseSignals protocol.
 
 VERSION
-    Version 0.06
+    Version 0.07
 
 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" };
+        my $deuce = Bit::MorseSignals::Emitter->new;
+        my $pants = Bit::MorseSignals::Receiver->new(done => sub { print $_[1], "\n" });
 
         $deuce->post('HLAGH') for 1 .. 3;
         $pants->push while defined ($_ = $deuce->pop);
@@ -94,8 +94,7 @@ SEE ALSO
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
-    You can contact me by mail or on #perl @ FreeNode (vincent or
-    Prof_Vince).
+    You can contact me by mail or on "irc.perl.org" (vincent).
 
 BUGS
     Please report any bugs or feature requests to "bug-bit-morsesignals at