—#!/usr/bin/perl -CA
use
strict;
use
warnings;
our
$VERSION
=
'0.002'
;
# VERSION
App::FilterUtils::NFC->run();
exit
0;
__END__
=head1 Command-line utility
NFC - Convert to Unicode Normalization Form Canonical Composition
=head1 DOCUMENTATION
See 'L<perldoc App::FilterUtils::NFC|App::FilterUtils::NFC>' or 'NFC --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