]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/blobdiff - README
Rewrite a couple of remaining indirect calls
[perl/modules/Bit-MorseSignals.git] / README
diff --git a/README b/README
index 4d6bd1a53c76defc9ae21dc1ad3ba96700980606..35a553af767337152a7eb56066adf2a94c47c268 100644 (file)
--- a/README
+++ b/README
@@ -2,14 +2,14 @@ NAME
     Bit::MorseSignals - The MorseSignals protocol.
 
 VERSION
     Bit::MorseSignals - The MorseSignals protocol.
 
 VERSION
-    Version 0.03
+    Version 0.07
 
 SYNOPSIS
         use Bit::MorseSignals::Emitter;
         use Bit::MorseSignals::Receiver;
 
 
 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);
 
         $deuce->post('HLAGH') for 1 .. 3;
         $pants->push while defined ($_ = $deuce->pop);
@@ -25,7 +25,7 @@ DESCRIPTION
     An actual implementation is also provided :
 
     Bit::MorseSignals::Emitter is a base class for emitters ;
     An actual implementation is also provided :
 
     Bit::MorseSignals::Emitter is a base class for emitters ;
-    Bit::MorseSignals::Receiver is a base class for receivers ;
+    Bit::MorseSignals::Receiver is a base class for receivers.
 
     Go to those pages if you just want the stuff done and don't care about
     how it gets there.
 
     Go to those pages if you just want the stuff done and don't care about
     how it gets there.
@@ -94,8 +94,7 @@ SEE ALSO
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
 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
 
 BUGS
     Please report any bugs or feature requests to "bug-bit-morsesignals at
@@ -109,6 +108,9 @@ SUPPORT
 
         perldoc Bit::MorseSignals
 
 
         perldoc Bit::MorseSignals
 
+    Tests code coverage report is available at
+    <http://www.profvince.com/perl/cover/Bit-MorseSignals>.
+
 COPYRIGHT & LICENSE
     Copyright 2008 Vincent Pit, all rights reserved.
 
 COPYRIGHT & LICENSE
     Copyright 2008 Vincent Pit, all rights reserved.