summaryrefslogtreecommitdiffstats
path: root/urpm/orphans.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-08-20 11:52:42 +0000
committerThierry Vignaud <tv@mandriva.org>2009-08-20 11:52:42 +0000
commit574628e3850ba0475e9e8e5e21697135ba92ec00 (patch)
tree7b4f96088e9bf68058157ee628bbb42c0a4e56a6 /urpm/orphans.pm
parent7fee7c31573ecf19bb8e02eb09dedb9da222281b (diff)
downloadurpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar
urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.gz
urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.bz2
urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.xz
urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.zip
perl_checker cleanup
Diffstat (limited to 'urpm/orphans.pm')
-rw-r--r--urpm/orphans.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/orphans.pm b/urpm/orphans.pm
index b866405b..aa7a2a19 100644
--- a/urpm/orphans.pm
+++ b/urpm/orphans.pm
@@ -57,7 +57,7 @@ sub mark_as_requested {
}
if ($dirty && !$test) {
- _write_unrequested_list__file($urpm, [keys %{$unrequested}]);
+ _write_unrequested_list__file($urpm, [keys %$unrequested]);
}
}