[libconfig-model-tester-perl] 01/03: New upstream version 3.001

dod at debian.org dod at debian.org
Sat Jun 10 17:12:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-tester-perl.

commit 11a7ae41c67883471571d6b29f47cb5547a6fea2
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jun 10 19:10:52 2017 +0200

    New upstream version 3.001
---
 Build.PL                   |  2 +-
 Changes                    |  5 +++++
 META.json                  |  2 +-
 META.yml                   |  2 +-
 lib/Config/Model/Tester.pm | 10 +++++-----
 5 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/Build.PL b/Build.PL
index e868b65..002dac9 100644
--- a/Build.PL
+++ b/Build.PL
@@ -27,7 +27,7 @@ my %module_build_args = (
     "Dominique Dumont"
   ],
   "dist_name" => "Config-Model-Tester",
-  "dist_version" => "2.062",
+  "dist_version" => "3.001",
   "license" => "lgpl",
   "module_name" => "Config::Model::Tester",
   "recursive_test_files" => 1,
diff --git a/Changes b/Changes
index c2d7cf9..de288c1 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+3.001 2017-06-03
+
+    * Jump to version 3.001 because I messed up previous release.
+    * fix typos in doc
+
 2.062 2017-06-01
 
   Bug fix
diff --git a/META.json b/META.json
index cf7f71f..c278c49 100644
--- a/META.json
+++ b/META.json
@@ -52,7 +52,7 @@
          "web" : "http://github.com/dod38fr/config-model-tester.git"
       }
    },
-   "version" : "2.062",
+   "version" : "3.001",
    "x_serialization_backend" : "JSON::XS version 3.03"
 }
 
diff --git a/META.yml b/META.yml
index efd25b2..a9acd2c 100644
--- a/META.yml
+++ b/META.yml
@@ -28,5 +28,5 @@ resources:
   bugtracker: https://github.com/dod38fr/config-model-tester/issues
   homepage: https://github.com/dod38fr/config-model/wiki
   repository: git://github.com/dod38fr/config-model-tester.git
-version: '2.062'
+version: '3.001'
 x_serialization_backend: 'YAML::Tiny version 1.70'
diff --git a/lib/Config/Model/Tester.pm b/lib/Config/Model/Tester.pm
index 5da0039..9df3cd7 100644
--- a/lib/Config/Model/Tester.pm
+++ b/lib/Config/Model/Tester.pm
@@ -9,13 +9,13 @@
 #
 package Config::Model::Tester;
 # ABSTRACT: Test framework for Config::Model
-
+$Config::Model::Tester::VERSION = '3.001';
 use warnings;
 use strict;
 use locale;
 use utf8;
 use 5.10.1;
-our $VERSION=3;
+
 use Test::More;
 use Log::Log4perl 1.11 qw(:easy :levels);
 use Path::Tiny;
@@ -626,7 +626,7 @@ Config::Model::Tester - Test framework for Config::Model
 
 =head1 VERSION
 
-version 2.062
+version 3.001
 
 =head1 SYNOPSIS
 
@@ -932,13 +932,13 @@ useful for less verbose test.
 
 =item *
 
-C<quiet> to suppress progress messages during udpate.
+C<quiet> to suppress progress messages during update.
 
 =item *
 
 C<update_warnings> is an array ref of quoted regexp (See qr operator)
 to check the warnings produced during update. use C<< update => [] >>
-to check that no warnings are issued during udpate.
+to check that no warnings are issued during update.
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-tester-perl.git



More information about the Pkg-perl-cvs-commits mailing list