#!/usr/bin/perl -CASD

use strict;
use warnings;

use App::FilterUtils::untashkeel;
our $VERSION = '0.001'; # VERSION

App::FilterUtils::untashkeel->run();

exit 0;

__END__

=head1 Command-line utility

untashkeel - Strip all Tashkeel from Arabic input

=head1 DOCUMENTATION

See 'L<perldoc App::FilterUtils::untashkeel|App::FilterUtils::untashkeel>' or 'untashkeel --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
