NAME
Getopt::Pad::ExitRequest - control-flow exception ending a parse successfully
DESCRIPTION
Control-flow exception thrown by every trigger (--help, --version, --create-completions, --create-default-config) once it has done its work. It carries the finished output, newline included, and GetOptions prints it to STDOUT verbatim and exits 0 without needing to know which trigger fired.
Part of the Getopt::Pad distribution; see its documentation for the user-facing API.
AUTHOR
davenonymous <perl@davenonymous.com>
COPYRIGHT AND LICENSE
Copyright 2026 davenonymous
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.