[boxer] branch master updated (420eac9 -> 9be222f)

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


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

js pushed a change to branch master
in repository boxer.

      from  420eac9   Prepare for release: Update changelog, control file, and copyright hints.
      adds  02d83e2   Fix usage description for compose subcommand.
      adds  dade2ba   Modernize to use perl v5.14, utf8, and strictures 2.
      adds  0c92909   Use version with modern assignment. Extend copyright to current year.
      adds  04ae825   Consistently use namespace::clean in modules. Order use by pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
      adds  df3546a   Tidy Boxer::Task::Classify.
      adds  d4e2654   Drop unusued code in Boxer::CLI.
      adds  125a682   Fix chomp tweak lines.
      adds  8adb9af   Run perlcritic with tidyall, and test both (not only perlcritic) in TEST_AUTHOR mode.
      adds  e4fb8df   Tidy Path::Tiny usage in B::Task::Serialize.
      adds  5083de2   Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004.
      adds  393f8da   Add World and Part classes, with unit test.
      adds  f5b0ad4   Stop skip undefined args in Task::Serialize (needed only for Task::Classify).
      adds  f9d1a20   Add Boxer::File::WithSkeleton class.
      adds  f7fe81a   Add some TODOs.
      adds  b9baba4   Stop use MooX::Types::MooseLike::Base.
      adds  22b832d   Tidy B::Task::Serialize.
      adds  9e6cade   Update changes, and bump version.
      adds  caa7fcd   Fix add B::World::Flat.
      adds  cd980fc   New upstream version 1.1.5
      adds  e538049   Update upstream source from tag 'upstream/1.1.5'
      adds  a35f4a3   Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
      adds  0281cdb   Simplify rules: Do copyright-check in maintainer script (not during build).
      adds  cd6db5a   Update watch file: Use substitution strings.
      adds  e38cdbf   Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
      adds  4b81711   Declare compliance with Debian Policy 4.1.1.
      adds  8094f35   Tighten lintian overrides regarding License-Reference.
      adds  010f581   Update copyright info: Use https protocol in file format URL.
      adds  c27b54d   Update copyright info: Extend coverage for myself.
      adds  98389df   Update package relations: Stop (build-)depend on libfile-homedir-perl libjson-perl libmoox-types-mooselike-perl libpath-class-perl.
      adds  4cc3d24   Update package relations: Tighten to (build-)depend versioned on libstrictures-perl.
      adds  e437894   Update package relations: Build-depend (not only depend) on reclass.
      adds  f064183   Update package relations: Build-depend on libtest-exception-perl libtest-file-contents-perl.
      adds  9be222f   Prepare for release: Update changelog, control file, and copyright hints.

No new revisions were added by this update.

Summary of changes:
 COPYRIGHT                         |  46 ++++---
 Changes                           |  26 ++++
 LICENSE                           |   6 +-
 MANIFEST                          |   7 +
 META.json                         |  62 ++++++---
 META.yml                          |  56 +++++---
 Makefile.PL                       |  80 ++++++------
 README                            |   7 +-
 SIGNATURE                         |  86 ++++++-------
 TODO                              |  10 ++
 bin/boxer                         |  33 ++++-
 debian/changelog                  |  47 +++++++
 debian/control                    |  16 +--
 debian/control.in                 |   6 +-
 debian/copyright                  |   4 +-
 debian/copyright-check            |  24 ++++
 debian/copyright_hints            |  60 ++++++---
 debian/rules                      |  21 ++-
 debian/source/lintian-overrides   |  13 +-
 debian/watch                      |   3 +-
 doap.ttl                          |  64 ++++++++--
 lib/Boxer.pm                      |  32 +++--
 lib/Boxer/CLI.pm                  |  39 ++++--
 lib/Boxer/CLI/Command.pm          | 130 ++++++-------------
 lib/Boxer/CLI/Command/About.pm    |  43 ++++++-
 lib/Boxer/CLI/Command/Aliases.pm  |  45 ++++++-
 lib/Boxer/CLI/Command/Commands.pm |  44 ++++++-
 lib/Boxer/CLI/Command/Compose.pm  |  53 ++++++--
 lib/Boxer/File/WithSkeleton.pm    | 160 +++++++++++++++++++++++
 lib/Boxer/{CLI.pm => Part.pm}     |  52 +++++---
 lib/Boxer/Part/Reclass.pm         | 125 ++++++++++++++++++
 lib/Boxer/Role/Interact.pm        |  48 ++++++-
 lib/Boxer/Task.pm                 |  44 ++++++-
 lib/Boxer/Task/Classify.pm        |  80 ++++++++++--
 lib/Boxer/Task/Serialize.pm       | 263 +++++++++++++-------------------------
 lib/Boxer/Types.pm                |  56 ++++++--
 lib/Boxer/World.pm                |  73 +++++++++++
 lib/Boxer/World/Flat.pm           | 128 +++++++++++++++++++
 lib/Boxer/World/Reclass.pm        | 195 ++++++++++++++++++++++++++++
 t/00_compile.t                    |   4 +-
 t/00_compile_scripts.t            |   4 +-
 t/01_app_help.t                   |   4 +-
 t/fixme.t                         |   4 +-
 t/minimumversion.t                |   4 +-
 t/pod.t                           |   4 +-
 t/world.t                         |  62 +++++++++
 46 files changed, 1785 insertions(+), 588 deletions(-)
 create mode 100755 debian/copyright-check
 create mode 100644 lib/Boxer/File/WithSkeleton.pm
 copy lib/Boxer/{CLI.pm => Part.pm} (53%)
 create mode 100644 lib/Boxer/Part/Reclass.pm
 create mode 100644 lib/Boxer/World.pm
 create mode 100644 lib/Boxer/World/Flat.pm
 create mode 100644 lib/Boxer/World/Reclass.pm
 create mode 100644 t/world.t

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