#!perl

# Note: This script is a CLI interface to Riap function /App/LinguaENUtils/singular_to_plural
# 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/singular_to_plural",
    program_name => "en-2singular",
)->run;

# ABSTRACT: Convert singular noun to plural
# PODNAME: en-2singular

__END__

=pod

=encoding UTF-8

=head1 NAME

en-2singular - Convert singular noun to plural

=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
