There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

TODO

use Taxon::Rank::Suffix;

sub init { my $self = shift;

my $p = $self->{pattern_parts};

my $suffix = Taxon::Rank::Suffix->new();
$self->{patterns} = $suffix->patterns();   
}