diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-08-20 11:52:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-08-20 11:52:42 +0000 |
commit | 574628e3850ba0475e9e8e5e21697135ba92ec00 (patch) | |
tree | 7b4f96088e9bf68058157ee628bbb42c0a4e56a6 /urpm | |
parent | 7fee7c31573ecf19bb8e02eb09dedb9da222281b (diff) | |
download | urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.gz urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.bz2 urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.tar.xz urpmi-574628e3850ba0475e9e8e5e21697135ba92ec00.zip |
perl_checker cleanup
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/orphans.pm | 2 |
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]); } } |