[boxer] 03/07: Update changes, and bump version.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 20:47:11 UTC 2017


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

js pushed a commit to annotated tag debian/1.1.6-1
in repository boxer.

commit 01ea5ba7b5d9a10851ef106a546adfe2be00f6e8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Nov 5 15:59:23 2017 +0100

    Update changes, and bump version.
---
 bin/boxer                         | 4 ++--
 lib/Boxer.pm                      | 4 ++--
 lib/Boxer/CLI.pm                  | 4 ++--
 lib/Boxer/CLI/Command.pm          | 4 ++--
 lib/Boxer/CLI/Command/About.pm    | 4 ++--
 lib/Boxer/CLI/Command/Aliases.pm  | 4 ++--
 lib/Boxer/CLI/Command/Commands.pm | 4 ++--
 lib/Boxer/CLI/Command/Compose.pm  | 4 ++--
 lib/Boxer/File/WithSkeleton.pm    | 4 ++--
 lib/Boxer/Part.pm                 | 4 ++--
 lib/Boxer/Part/Reclass.pm         | 4 ++--
 lib/Boxer/Role/Interact.pm        | 4 ++--
 lib/Boxer/Task.pm                 | 4 ++--
 lib/Boxer/Task/Classify.pm        | 4 ++--
 lib/Boxer/Task/Serialize.pm       | 4 ++--
 lib/Boxer/Types.pm                | 4 ++--
 lib/Boxer/World.pm                | 4 ++--
 lib/Boxer/World/Flat.pm           | 4 ++--
 lib/Boxer/World/Reclass.pm        | 4 ++--
 meta/changes.pret                 | 8 ++++++++
 20 files changed, 46 insertions(+), 38 deletions(-)

diff --git a/bin/boxer b/bin/boxer
index f82dd46..7d46a7c 100755
--- a/bin/boxer
+++ b/bin/boxer
@@ -19,11 +19,11 @@ Boxer::CLI->run;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Boxer.pm b/lib/Boxer.pm
index ad53fdb..faece74 100644
--- a/lib/Boxer.pm
+++ b/lib/Boxer.pm
@@ -18,11 +18,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/CLI.pm b/lib/Boxer/CLI.pm
index 122f066..4c55b7f 100644
--- a/lib/Boxer/CLI.pm
+++ b/lib/Boxer/CLI.pm
@@ -20,11 +20,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Boxer/CLI/Command.pm b/lib/Boxer/CLI/Command.pm
index d4b5791..3e03130 100644
--- a/lib/Boxer/CLI/Command.pm
+++ b/lib/Boxer/CLI/Command.pm
@@ -17,11 +17,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 AUTHOR
 
diff --git a/lib/Boxer/CLI/Command/About.pm b/lib/Boxer/CLI/Command/About.pm
index 087fd78..40a91ee 100644
--- a/lib/Boxer/CLI/Command/About.pm
+++ b/lib/Boxer/CLI/Command/About.pm
@@ -16,11 +16,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 use constant {
 	abstract   => q[list which boxer plugins are installed],
diff --git a/lib/Boxer/CLI/Command/Aliases.pm b/lib/Boxer/CLI/Command/Aliases.pm
index 8ee0353..b8d9edf 100644
--- a/lib/Boxer/CLI/Command/Aliases.pm
+++ b/lib/Boxer/CLI/Command/Aliases.pm
@@ -17,11 +17,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 use constant {
 	abstract   => q[show aliases for boxer commands],
diff --git a/lib/Boxer/CLI/Command/Commands.pm b/lib/Boxer/CLI/Command/Commands.pm
index 0099414..9611f4f 100644
--- a/lib/Boxer/CLI/Command/Commands.pm
+++ b/lib/Boxer/CLI/Command/Commands.pm
@@ -16,11 +16,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 require App::Cmd::Command::commands;
 our @ISA;
diff --git a/lib/Boxer/CLI/Command/Compose.pm b/lib/Boxer/CLI/Command/Compose.pm
index 6213ce0..c2ec355 100644
--- a/lib/Boxer/CLI/Command/Compose.pm
+++ b/lib/Boxer/CLI/Command/Compose.pm
@@ -18,11 +18,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 use constant {
 	abstract   => q[compose system recipe from reclass node],
diff --git a/lib/Boxer/File/WithSkeleton.pm b/lib/Boxer/File/WithSkeleton.pm
index 7a6e4ca..6a146f2 100644
--- a/lib/Boxer/File/WithSkeleton.pm
+++ b/lib/Boxer/File/WithSkeleton.pm
@@ -24,11 +24,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 # permit callers to sloppily pass undefined values
 sub BUILDARGS
diff --git a/lib/Boxer/Part.pm b/lib/Boxer/Part.pm
index 70b90b2..4ee3805 100644
--- a/lib/Boxer/Part.pm
+++ b/lib/Boxer/Part.pm
@@ -21,11 +21,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/Part/Reclass.pm b/lib/Boxer/Part/Reclass.pm
index 5164e3d..1eb6f93 100644
--- a/lib/Boxer/Part/Reclass.pm
+++ b/lib/Boxer/Part/Reclass.pm
@@ -24,11 +24,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/Role/Interact.pm b/lib/Boxer/Role/Interact.pm
index fab4ea2..4281a2e 100644
--- a/lib/Boxer/Role/Interact.pm
+++ b/lib/Boxer/Role/Interact.pm
@@ -17,11 +17,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 has verbose => (
 	is       => 'rw',
diff --git a/lib/Boxer/Task.pm b/lib/Boxer/Task.pm
index a605215..3510c4c 100644
--- a/lib/Boxer/Task.pm
+++ b/lib/Boxer/Task.pm
@@ -18,11 +18,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 AUTHOR
 
diff --git a/lib/Boxer/Task/Classify.pm b/lib/Boxer/Task/Classify.pm
index 46725b2..7d2ecab 100644
--- a/lib/Boxer/Task/Classify.pm
+++ b/lib/Boxer/Task/Classify.pm
@@ -27,11 +27,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 # permit callers to sloppily pass undefined values
 sub BUILDARGS
diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index a3aafb0..7311c7b 100644
--- a/lib/Boxer/Task/Serialize.pm
+++ b/lib/Boxer/Task/Serialize.pm
@@ -25,11 +25,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 has world => (
 	is       => 'ro',
diff --git a/lib/Boxer/Types.pm b/lib/Boxer/Types.pm
index 2a7984f..b43701e 100644
--- a/lib/Boxer/Types.pm
+++ b/lib/Boxer/Types.pm
@@ -22,11 +22,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 declare DataDir, as Dir, coercion => 1, message {
 	'Must be an existing directory containing directories for boxer classes and/or boxer nodes';
diff --git a/lib/Boxer/World.pm b/lib/Boxer/World.pm
index f5f646f..77057d2 100644
--- a/lib/Boxer/World.pm
+++ b/lib/Boxer/World.pm
@@ -22,11 +22,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/World/Flat.pm b/lib/Boxer/World/Flat.pm
index 68ea9da..74defeb 100644
--- a/lib/Boxer/World/Flat.pm
+++ b/lib/Boxer/World/Flat.pm
@@ -24,11 +24,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/World/Reclass.pm b/lib/Boxer/World/Reclass.pm
index 0d22be9..3325273 100644
--- a/lib/Boxer/World/Reclass.pm
+++ b/lib/Boxer/World/Reclass.pm
@@ -28,11 +28,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.5
+Version v1.1.6
 
 =cut
 
-our $VERSION = version->declare("v1.1.5");
+our $VERSION = version->declare("v1.1.6");
 
 =head1 DESCRIPTION
 
diff --git a/meta/changes.pret b/meta/changes.pret
index f901b94..86ce9a9 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -114,3 +114,11 @@
 		item "Add some TODOs."^^Documentation;
 		item "Stop use MooX::Types::MooseLike::Base."^^Change;
 	].
+
+`Boxer v1.1.6 cpan:JONASS`
+	issued  2017-11-05;
+	changeset [
+
+		item "Fix require Test::Exception and Test::File::Contents for testsuite."^^Packaging;
+		item "Fix testsuite to gracefully handle executable reclass unavailable."^^Bugfix;
+	].

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



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