Koha::Authority - Koha Authority Object class
my $it = Koha::Authority->get_all_authorities_iterator();
This will provide an iterator object that will, one by one, provide the Koha::Authority of each authority.
The iterator is a Koha::MetadataIterator object.