—#!/usr/bin/env perl
use
strict;
use
warnings;
package
# hide me
App::colourhexdump::stub;
# ABSTRACT: Command line stub for L<App::colourhexdump>
# PODNAME: colourhexdump
#
use
App::colourhexdump;
App::colourhexdump->new_with_options()->run();
1;
__END__
=pod
=head1 NAME
colourhexdump - Command line stub for L<App::colourhexdump>
=head1 VERSION
version 0.01000020
=head1 AUTHOR
Kent Fredric <kentnl@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Kent Fredric <kentnl@cpan.org>.
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