[boxer] 02/06: Bump version and update changes.

Jonas Smedegaard dr at jones.dk
Thu Dec 8 00:52:32 UTC 2016


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

js pushed a commit to branch master
in repository boxer.

commit 3d9da04c77a5a141196ca03a35c55bc64f1c7cea
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Jun 18 08:36:29 2016 +0200

    Bump version and update changes.
---
 lib/Boxer.pm                      | 2 +-
 lib/Boxer/CLI.pm                  | 2 +-
 lib/Boxer/CLI/Command.pm          | 2 +-
 lib/Boxer/CLI/Command/About.pm    | 2 +-
 lib/Boxer/CLI/Command/Aliases.pm  | 2 +-
 lib/Boxer/CLI/Command/Commands.pm | 2 +-
 lib/Boxer/CLI/Command/Compose.pm  | 2 +-
 lib/Boxer/Role/Interact.pm        | 2 +-
 lib/Boxer/Task.pm                 | 2 +-
 lib/Boxer/Task/Classify.pm        | 2 +-
 lib/Boxer/Task/Serialize.pm       | 2 +-
 lib/Boxer/Types.pm                | 2 +-
 meta/changes.pret                 | 6 ++++++
 13 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/lib/Boxer.pm b/lib/Boxer.pm
index fcbddbe..23a471c 100644
--- a/lib/Boxer.pm
+++ b/lib/Boxer.pm
@@ -14,7 +14,7 @@ use 5.01;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 1;
 
diff --git a/lib/Boxer/CLI.pm b/lib/Boxer/CLI.pm
index 46d63a8..5bf8ea3 100644
--- a/lib/Boxer/CLI.pm
+++ b/lib/Boxer/CLI.pm
@@ -9,7 +9,7 @@ use App::Cmd::Setup -app;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 1;
 
diff --git a/lib/Boxer/CLI/Command.pm b/lib/Boxer/CLI/Command.pm
index 8dc6860..d5e3cbc 100644
--- a/lib/Boxer/CLI/Command.pm
+++ b/lib/Boxer/CLI/Command.pm
@@ -13,7 +13,7 @@ use Path::Class qw<>;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 my %config;
 
diff --git a/lib/Boxer/CLI/Command/About.pm b/lib/Boxer/CLI/Command/About.pm
index c666f7f..afe5929 100644
--- a/lib/Boxer/CLI/Command/About.pm
+++ b/lib/Boxer/CLI/Command/About.pm
@@ -10,7 +10,7 @@ use namespace::clean;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 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 17f2855..320feee 100644
--- a/lib/Boxer/CLI/Command/Aliases.pm
+++ b/lib/Boxer/CLI/Command/Aliases.pm
@@ -11,7 +11,7 @@ use namespace::clean;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 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 ab2c3ec..a6217f3 100644
--- a/lib/Boxer/CLI/Command/Commands.pm
+++ b/lib/Boxer/CLI/Command/Commands.pm
@@ -10,7 +10,7 @@ use namespace::clean;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 require App::Cmd::Command::commands;
 our @ISA;
diff --git a/lib/Boxer/CLI/Command/Compose.pm b/lib/Boxer/CLI/Command/Compose.pm
index 00bf41e..0e1b4b5 100644
--- a/lib/Boxer/CLI/Command/Compose.pm
+++ b/lib/Boxer/CLI/Command/Compose.pm
@@ -11,7 +11,7 @@ use Module::Runtime qw/use_module/;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 use constant {
 	abstract   => q[compose system recipe from reclass node],
diff --git a/lib/Boxer/Role/Interact.pm b/lib/Boxer/Role/Interact.pm
index 9cc5d0b..3986ba3 100644
--- a/lib/Boxer/Role/Interact.pm
+++ b/lib/Boxer/Role/Interact.pm
@@ -8,7 +8,7 @@ use MooX::Types::MooseLike::Base qw< Bool >;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 has verbose => (
 	is       => 'rw',
diff --git a/lib/Boxer/Task.pm b/lib/Boxer/Task.pm
index e148e75..27b6d7a 100644
--- a/lib/Boxer/Task.pm
+++ b/lib/Boxer/Task.pm
@@ -11,6 +11,6 @@ with 'MooX::Role::Logger', 'Boxer::Role::Interact';
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 1;
diff --git a/lib/Boxer/Task/Classify.pm b/lib/Boxer/Task/Classify.pm
index d688942..731f909 100644
--- a/lib/Boxer/Task/Classify.pm
+++ b/lib/Boxer/Task/Classify.pm
@@ -18,7 +18,7 @@ use YAML::XS;
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 # permit callers to sloppily pass undefined values
 sub BUILDARGS
diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index 06397b1..fc34070 100644
--- a/lib/Boxer/Task/Serialize.pm
+++ b/lib/Boxer/Task/Serialize.pm
@@ -20,7 +20,7 @@ use File::ShareDir qw(dist_dir);
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 # permit callers to sloppily pass undefined hash values
 sub BUILDARGS
diff --git a/lib/Boxer/Types.pm b/lib/Boxer/Types.pm
index 456a76b..d78e95b 100644
--- a/lib/Boxer/Types.pm
+++ b/lib/Boxer/Types.pm
@@ -13,7 +13,7 @@ use Types::Common::String qw(LowerCaseSimpleStr);
 use Role::Commons -all;
 
 our $AUTHORITY = 'cpan:JONASS';
-our $VERSION = 'v1.1.3';
+our $VERSION = 'v1.1.4';
 
 declare DataDir, as Dir, coercion => 1, message {
 	'Must be an existing directory containing directories for boxer classes and/or boxer nodes';
diff --git a/meta/changes.pret b/meta/changes.pret
index d2e61d6..ac45523 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -90,3 +90,9 @@
 	changeset [
 		item "Fix use File::ShareDir."^^Bugfix;
 	].
+
+`Boxer v1.1.4 cpan:JONASS`
+	issued  2016-05-02;
+	changeset [
+		item "Fix have current dir be default nodedir (as originally intended and documented in boxer pod): Do XDG data_dirs lookup only on datadir, leaving datadir undefined by default)."^^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