#!/usr/bin/perl

use strict;
use warnings;

use App::adler32;
our $VERSION = '0.001'; # VERSION

App::adler32->run();

exit 0;

__END__

=head1 NAME

adler32 - Command-line utility for computing adler32 digest

=head1 VERSION

version 0.001

=head1 DOCUMENTATION

See 'L<perldoc App::adler32|App::adler32>' or 'App::adler32 --help' for documentation.

=head1 AUTHOR

Ahmad Fatoum C<< <athreef@cpan.org> >>, L<http://a3f.at>

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2017 Ahmad Fatoum

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

=cut
