]> git.vpit.fr Git - perl/modules/Bit-MorseSignals.git/commitdiff
This is 0.08 v0.08
authorVincent Pit <vince@profvince.com>
Wed, 21 Aug 2013 21:27:23 +0000 (18:27 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 21 Aug 2013 21:27:23 +0000 (18:27 -0300)
Changes
META.json
META.yml
README
lib/Bit/MorseSignals.pm
lib/Bit/MorseSignals/Emitter.pm
lib/Bit/MorseSignals/Receiver.pm

diff --git a/Changes b/Changes
index 2ded9c50d885d4cb9b46acae13b2d51076ab6ad2..de10fb346d9e8ada3863f0df1ca59a0a9efa1038 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Bit-MorseSignals
 
+0.08    2013-08-21 21:25 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.07 can skip this update.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+
 0.07    2013-08-20 19:50 UTC
         + Upd : Package metadata overhaul.
         + Tst : The Kwalitee test has been removed.
index 4b18942ab7d129f89cb421ee936a75e1ec8984b5..d82439802f82fc9c5342d27b8ec12beb484e07d9 100644 (file)
--- a/META.json
+++ b/META.json
@@ -61,5 +61,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FBit-MorseSignals.git"
       }
    },
-   "version" : "0.07"
+   "version" : "0.08"
 }
index cc9ac2d388db388c2dd49acb1182275bb1086a3d..ab9cf99496031850332bc59372c9e2278e8a0317 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -36,4 +36,4 @@ resources:
   homepage: http://search.cpan.org/dist/Bit-MorseSignals/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FBit-MorseSignals.git
-version: 0.07
+version: 0.08
diff --git a/README b/README
index 35a553af767337152a7eb56066adf2a94c47c268..7b7f849d955562e250192eb5a98167bc9688b898 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Bit::MorseSignals - The MorseSignals protocol.
 
 VERSION
-    Version 0.07
+    Version 0.08
 
 SYNOPSIS
         use Bit::MorseSignals::Emitter;
index f6475dc2dbff6ed0210420d8adb542890db8185b..fa97151500a770baf65226494827396617ba2e52 100644 (file)
@@ -9,11 +9,11 @@ Bit::MorseSignals - The MorseSignals protocol.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 SYNOPSIS
 
index eee1d7270fd222db1dad539de9ca4428c68c9f1d..a384d148a6c48c36e65c93b9254cc57b2a9ae63e 100644 (file)
@@ -15,11 +15,11 @@ Bit::MorseSignals::Emitter - Base class for Bit::MorseSignals emitters.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 SYNOPSIS
 
index 25190aed26b050c7bb35075de59a5bd44a4273d2..9cbb8b19bce2c3d3690f180bda2fb05106005c7e 100644 (file)
@@ -15,11 +15,11 @@ Bit::MorseSignals::Receiver - Base class for Bit::MorseSignals receivers.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 SYNOPSIS