#!/usr/bin/perl
# PODNAME: htidx
use App::htidx;
use warnings;
use strict;

exit(App::htidx::main(@ARGV));

__END__

=pod

=encoding UTF-8

=head1 NAME

htidx

=head1 VERSION

version 0.02

=head1 AUTHOR

Gavin Brown <gavin.brown@fastmail.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Gavin Brown.

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

=cut
