From: Vincent Pit Date: Wed, 21 Aug 2013 21:27:23 +0000 (-0300) Subject: This is 0.08 X-Git-Tag: v0.08^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=commitdiff_plain;h=a6066756b2f156893cc18bb33c4f55af672c588b This is 0.08 --- diff --git a/Changes b/Changes index 2ded9c5..de10fb3 100644 --- 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. diff --git a/META.json b/META.json index 4b18942..d824398 100644 --- 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" } diff --git a/META.yml b/META.yml index cc9ac2d..ab9cf99 100644 --- 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 35a553a..7b7f849 100644 --- 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; diff --git a/lib/Bit/MorseSignals.pm b/lib/Bit/MorseSignals.pm index f6475dc..fa97151 100644 --- a/lib/Bit/MorseSignals.pm +++ b/lib/Bit/MorseSignals.pm @@ -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 diff --git a/lib/Bit/MorseSignals/Emitter.pm b/lib/Bit/MorseSignals/Emitter.pm index eee1d72..a384d14 100644 --- a/lib/Bit/MorseSignals/Emitter.pm +++ b/lib/Bit/MorseSignals/Emitter.pm @@ -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 diff --git a/lib/Bit/MorseSignals/Receiver.pm b/lib/Bit/MorseSignals/Receiver.pm index 25190ae..9cbb8b1 100644 --- a/lib/Bit/MorseSignals/Receiver.pm +++ b/lib/Bit/MorseSignals/Receiver.pm @@ -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