The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v1.1.5 - 2017-01-24

  • Bug Fixes
    • Fix chomp tweak lines.
  • Documentation
    • Add some TODOs.
    • Fix usage description for compose subcommand.
  • Packaging
    • Run perlcritic with tidyall, and test both (not only perlcritic) in TEST_AUTHOR mode.
    • Use version with modern assignment. Extend copyright to current year.
  • Other
    • Add Boxer::File::WithSkeleton class.
    • Add World and Part classes, with unit test.
    • Consistently use namespace::clean in modules. Order use by pragma/non-Moo/Moo/cleanup and (roughly) by specificity.
    • Drop unusued code in Boxer::CLI.
    • Modernize to use perl v5.14, utf8, and strictures 2.
    • Stop handle __PKGAUTOLIST__ in data (deprecated since 0.004).
    • Stop skip undefined args in Task::Serialize (needed only for Task::Classify).
    • Stop use MooX::Types::MooseLike::Base.

Documentation

boxer command line utils

Modules

system deployment ninja tricks
boxer command line utils
software component
software component as a reclass node or class
set of software available to install
software for single use case
software as serialized by reclass

Provides

in lib/Boxer/CLI/Command.pm
in lib/Boxer/CLI/Command/About.pm
in lib/Boxer/CLI/Command/Aliases.pm
in lib/Boxer/CLI/Command/Commands.pm
in lib/Boxer/CLI/Command/Compose.pm
in lib/Boxer/File/WithSkeleton.pm
in lib/Boxer/Role/Interact.pm
in lib/Boxer/Task.pm
in lib/Boxer/Task/Classify.pm
in lib/Boxer/Task/Serialize.pm
in lib/Boxer/Types.pm

Examples