TITLE

Constant.PL - Generate the constant-*.inc files

SYNOPSIS

Constant.PL
Constant.PL --help
Constant.PL --version

OPTIONS

--help

This option displays the documentation for this script. The script then exits.

--version

This option displays the version of this script. The script then exits.

DETAILS

This Perl script regenerates include files constant-c.inc, constant-h.inc and constant-xs.inc. I consider the need for three files containing essentially the same information to be a huge wart on the code, and a symptom of my struggles to implement my first XS module.

AUTHOR

Tom Wyant (harryfmudd at comcast dot net)

COPYRIGHT AND LICENSE

Copyright (C) 2022-2026 by Thomas R. Wyant, III

This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5.10.0. For more details, see the full text of the licenses in the files LICENSE-Artistic and LICENSE-GPL.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.