]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.git/commitdiff
No tabs please
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 18:56:05 +0000 (15:56 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 19:50:49 +0000 (16:50 -0300)
Changes
t/00-load.t

diff --git a/Changes b/Changes
index a939a0efa4389711047620d8421a232941b4cd4a..f2e462bb11a452a710d59756fecdcdf4fa03a383 100644 (file)
--- a/Changes
+++ b/Changes
@@ -105,7 +105,7 @@ Revision history for IPC-MorseSignals
         + Add : samples/bench.pl, a transfer speed benchmark script.
         + Add : New tests : t/02-sigusr.t, t/11-speed.t
         + Fix : Warnings when the transfer fails.
-       + Doc : The protocol was documented.
+        + Doc : The protocol was documented.
 
 0.01    2007-08-15 21:20 UTC
         First version, released on an unsuspecting world.
index a1bc3b751b5f2c6e9ada0f98ccc760a41d9b8147..d946f3fc69d2205d4d7a045eb039dcc6a8e17b6c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Test::More tests => 3;
 
 BEGIN {
      use_ok( 'IPC::MorseSignals' );
+ use_ok( 'IPC::MorseSignals' );
  use_ok( 'IPC::MorseSignals::Emitter' );
  use_ok( 'IPC::MorseSignals::Receiver' );
 }