diff --git a/lib/SLUB/LZA/TA/Command/report.pm b/lib/SLUB/LZA/TA/Command/report.pm index 99facd64c48c6e4312b4f97d082c621d81a65ac6..ac613f2aad814d7664104ff2efdcfb6213279e34 100644 --- a/lib/SLUB/LZA/TA/Command/report.pm +++ b/lib/SLUB/LZA/TA/Command/report.pm @@ -189,7 +189,8 @@ sub get_ldp_projects { } } } - return sort keys %projects; + my @ret = sort keys %projects; + return @ret; } sub execute {