Version v1.4.3
Contents
Copyright And Licence
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.
Description
This is the base class for Boxer tasks.
Tasks coerce, validate, and process application commands.
Currently implemented tasks:
• Classify
• Serialize
• Bootstrap
Disclaimer Of Warranties
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.
perl v5.38.2 2024-03-24 Boxer::Task(3pm)
Ideas
Tasks are separated from commands to allow for different front-end interfaces, even if currently only a
single command-line tool is provided.
wrappers
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...]] [...]"
web
Would be cool to offer a web service where you could request a customized system image to be generated
for you on demand.
Version
Version v1.4.3
