DOKK / manpages / debian 11 / boxer / Boxer::Task.3pm.en
Boxer::Task(3pm) User Contributed Perl Documentation Boxer::Task(3pm)

Version v1.4.2

This is the base class for Boxer tasks.

Tasks coerce, validate, and process application commands.

Currently implemented tasks:

  • Classify
  • Serialize
  • Bootstrap

Tasks are separated from commands to allow for different front-end interfaces, even if currently only a single command-line tool is provided.

Might be useful to provide wrappers for existing command-line tools, preserving full behavior of the underlying tool only extending it with relevant boxer options.

Examples:

"debootstrap-boxer [...] [--boxer-node=NODE[,NODE2...]] [...]"

Would be cool to offer a web service where you could request a customized system image to be generated for you on demand.

Jonas Smedegaard "<dr@jones.dk>".

Copyright © 2013-2016 Jonas Smedegaard

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

2020-04-24 perl v5.30.0