Lingua-Identifier
view release on metacpan or search on metacpan
lib/Lingua/Identifier.pm view on Meta::CPAN
=head2 C<new>
Constructs a new Language Identification object.
my $identifier = Lingua::Identifier->new();
=cut
sub new {
return bless { languages => $classes }, __PACKAGE__;
}
=head2 C<languages>
Returns the list of codes for the active languages.
=cut
sub languages {
my $self = shift;
( run in 0.784 second using v1.01-cache-2.11-cpan-3b35f9de6a3 )