NAME
App::cat::v - cat-v command implementation
SYNOPSIS
use App::cat::v;
exit App::cat::v->new->run(splice @ARGV);
perl -MApp::cat::v -E 'App::cat::v->new->run(@ARGV)' --
DESCRIPTION
Document is included in the executable script. Use `perldoc cat-v`.
AUTHOR
Kazumasa Utashiro
LICENSE
Copyright ©︎ 2024- Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.