XMLTV::Version - Man Page
Adds a --version argument to XMLTV grabbers
Description
Add a --version argument to your program, eg
use XMLTV::Version '1.2';
If a --version parameter is supplied on the command-line, it will be caught already by the "use" statement, a message will be printed to STDOUT and the program will exit.
It is best to put the use XMLTV::Version statement before other module imports, so that even if they fail --version will still work.
See Also
XMLTV::Options
Info
2024-08-06 perl v5.40.0 User Contributed Perl Documentation