fix deprecation warning

http://p3rl.org/perl5140delta#Use-of-qw-...-as-parentheses
agranig/2.004-ramoptimized
Lars Dieckow 13 years ago
parent 6a64e5a74d
commit ecd3e21a8b

@ -71,7 +71,7 @@ method get_domain($reseller_id, $domain) {
}
)->all
};
for my $status qw(active locked terminated) {
for my $status (qw(active locked terminated)) {
$return{subscribers}{$status} = 0 unless exists $return{subscribers}{$status};
}
return \%return;

Loading…
Cancel
Save