Lingua-Identifier
view release on metacpan - search on metacpan
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;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.422 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )