From: Vincent Pit Date: Wed, 21 Aug 2013 17:22:44 +0000 (-0300) Subject: This is 0.06 X-Git-Tag: v0.06^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=a7271956fb0e83fe6687b53c9e892bc5ae2a3214 This is 0.06 --- diff --git a/Changes b/Changes index b1135e4..fb31601 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Acme-CPANAuthors-You-re_using +0.06 2013-08-21 17:20 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.05 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.05 2013-08-20 19:15 UTC This is a maintenance release. The code contains no functional change. Satisfied users of version 0.04 can skip this update. diff --git a/META.json b/META.json index 48087f7..705c4f6 100644 --- a/META.json +++ b/META.json @@ -56,5 +56,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" } }, - "version" : "0.05" + "version" : "0.06" } diff --git a/META.yml b/META.yml index 98ff32a..dd31e27 100644 --- a/META.yml +++ b/META.yml @@ -31,4 +31,4 @@ resources: homepage: http://search.cpan.org/dist/Acme-CPANAuthors-You-re_using/ license: http://dev.perl.org/licenses/ repository: http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git -version: 0.05 +version: 0.06 diff --git a/README b/README index 0897566..9ff8d98 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.05 + Version 0.06 SYNOPSIS use Acme::CPANAuthors; diff --git a/lib/Acme/CPANAuthors/You/re_using.pm b/lib/Acme/CPANAuthors/You/re_using.pm index afc8409..9fbe898 100644 --- a/lib/Acme/CPANAuthors/You/re_using.pm +++ b/lib/Acme/CPANAuthors/You/re_using.pm @@ -14,13 +14,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the =head1 VERSION -Version 0.05 +Version 0.06 =cut our $VERSION; BEGIN { - $VERSION = '0.05'; + $VERSION = '0.06'; } =head1 SYNOPSIS