SectionConfig: sort values return by lookup_types

They are use to generate type enums in the API.
This commit is contained in:
Dietmar Maurer 2016-04-30 12:01:20 +02:00
parent 0a7de8204e
commit a7f30ebf27

View File

@ -203,7 +203,7 @@ sub lookup_types {
my $pdata = $class->private();
return [ keys %{$pdata->{plugins}} ];
return [ sort keys %{$pdata->{plugins}} ];
}
sub decode_value {