From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#! /usr/bin/env perl
# PODNAME: hid
# ABSTRACT: cool site, bro.
use strict;
use 5.014;
use FindBin;
use lib "$FindBin::RealBin/../lib";
HiD::App->run;
__END__
=pod
=encoding UTF-8
=head1 NAME
hid - cool site, bro.
=head1 VERSION
version 1.93
=head1 AUTHOR
John SJ Anderson <genehack@genehack.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by John SJ Anderson.
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