#!perl

# Note: This script is a CLI interface to Riap function /App/LinguaENUtils/num_to_word
# and generated automatically using Perinci::CmdLine::Gen version 0.23

our $DATE = '2015-11-18'; # DATE
our $DIST = 'App-LinguaENUtils'; # DIST
our $VERSION = '0.01'; # VERSION

use 5.010001;
use strict;
use warnings;

use Perinci::CmdLine::Any;

Perinci::CmdLine::Any->new(
    url => "/App/LinguaENUtils/num_to_word",
    program_name => "en-n2w",
)->run;

# ABSTRACT: Convert number (123) to word ("one hundred twenty three")
# PODNAME: en-n2w

__END__

=pod

=encoding UTF-8

=head1 NAME

en-n2w - Convert number (123) to word ("one hundred twenty three")

=head1 VERSION

version 0.01

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by perlancar@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
