[boxer] 17/33: Update changes, and bump version.

Jonas Smedegaard dr at jones.dk
Sun Nov 5 18:28:18 UTC 2017


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

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

commit 9e6cade7efe1573d688c4f4f5bf9b4d2f15e44cd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 24 23:00:44 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/Reclass.pm        |  4 ++--
 meta/changes.pret                 | 18 ++++++++++++++++++
 19 files changed, 54 insertions(+), 36 deletions(-)

diff --git a/bin/boxer b/bin/boxer
index cb3e1fe..f82dd46 100755
--- a/bin/boxer
+++ b/bin/boxer
@@ -19,11 +19,11 @@ Boxer::CLI->run;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Boxer.pm b/lib/Boxer.pm
index 03b49cf..ad53fdb 100644
--- a/lib/Boxer.pm
+++ b/lib/Boxer.pm
@@ -18,11 +18,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/CLI.pm b/lib/Boxer/CLI.pm
index 824ad77..122f066 100644
--- a/lib/Boxer/CLI.pm
+++ b/lib/Boxer/CLI.pm
@@ -20,11 +20,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 SYNOPSIS
 
diff --git a/lib/Boxer/CLI/Command.pm b/lib/Boxer/CLI/Command.pm
index b1c8fcd..d4b5791 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 AUTHOR
 
diff --git a/lib/Boxer/CLI/Command/About.pm b/lib/Boxer/CLI/Command/About.pm
index 1300124..087fd78 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 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 e9abd98..8ee0353 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 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 b0aeb31..0099414 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 require App::Cmd::Command::commands;
 our @ISA;
diff --git a/lib/Boxer/CLI/Command/Compose.pm b/lib/Boxer/CLI/Command/Compose.pm
index 97d31db..6213ce0 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 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 48eebca..7a6e4ca 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 # permit callers to sloppily pass undefined values
 sub BUILDARGS
diff --git a/lib/Boxer/Part.pm b/lib/Boxer/Part.pm
index 1048065..70b90b2 100644
--- a/lib/Boxer/Part.pm
+++ b/lib/Boxer/Part.pm
@@ -21,11 +21,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/Part/Reclass.pm b/lib/Boxer/Part/Reclass.pm
index cd638e4..5164e3d 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/Role/Interact.pm b/lib/Boxer/Role/Interact.pm
index 4d01f35..fab4ea2 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 has verbose => (
 	is       => 'rw',
diff --git a/lib/Boxer/Task.pm b/lib/Boxer/Task.pm
index 7bbe433..a605215 100644
--- a/lib/Boxer/Task.pm
+++ b/lib/Boxer/Task.pm
@@ -18,11 +18,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 AUTHOR
 
diff --git a/lib/Boxer/Task/Classify.pm b/lib/Boxer/Task/Classify.pm
index c6c46cf..46725b2 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 # permit callers to sloppily pass undefined values
 sub BUILDARGS
diff --git a/lib/Boxer/Task/Serialize.pm b/lib/Boxer/Task/Serialize.pm
index d36899f..a3aafb0 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 has world => (
 	is       => 'ro',
diff --git a/lib/Boxer/Types.pm b/lib/Boxer/Types.pm
index a5bb131..2a7984f 100644
--- a/lib/Boxer/Types.pm
+++ b/lib/Boxer/Types.pm
@@ -22,11 +22,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 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 bec9707..f5f646f 100644
--- a/lib/Boxer/World.pm
+++ b/lib/Boxer/World.pm
@@ -22,11 +22,11 @@ use namespace::clean;
 
 =head1 VERSION
 
-Version v1.1.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 DESCRIPTION
 
diff --git a/lib/Boxer/World/Reclass.pm b/lib/Boxer/World/Reclass.pm
index 2cb1643..0d22be9 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.4
+Version v1.1.5
 
 =cut
 
-our $VERSION = version->declare("v1.1.4");
+our $VERSION = version->declare("v1.1.5");
 
 =head1 DESCRIPTION
 
diff --git a/meta/changes.pret b/meta/changes.pret
index ac45523..f901b94 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -96,3 +96,21 @@
 	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;
 	].
+
+`Boxer v1.1.5 cpan:JONASS`
+	issued  2017-01-24;
+	changeset [
+		item "Fix usage description for compose subcommand."^^Documentation;
+		item "Modernize to use perl v5.14, utf8, and strictures 2."^^Change;
+		item "Use version with modern assignment. Extend copyright to current year."^^Packaging;
+		item "Consistently use namespace::clean in modules. Order use by pragma/non-Moo/Moo/cleanup and (roughly) by specificity."^^Change;
+		item "Drop unusued code in Boxer::CLI."^^Change;
+		item "Fix chomp tweak lines."^^Bugfix;
+		item "Run perlcritic with tidyall, and test both (not only perlcritic) in TEST_AUTHOR mode."^^Packaging;
+		item "Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004)."^^Change;
+		item "Add World and Part classes, with unit test."^^Change;
+		item "Stop skip undefined args in Task::Serialize (needed only for Task::Classify)."^^Change;
+		item "Add Boxer::File::WithSkeleton class."^^Change;
+		item "Add some TODOs."^^Documentation;
+		item "Stop use MooX::Types::MooseLike::Base."^^Change;
+	].

-- 
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