diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-28 15:30:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-28 15:30:40 +0000 |
commit | 08cafd6dad7718c333257e5abea5a7be9fed98f5 (patch) | |
tree | a82bdbf453f238227609cf2b85af66f236fcecb0 /perl-install | |
parent | b20e5e476f9d5296b3e695607b947351729ded13 (diff) | |
download | drakx-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar drakx-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.gz drakx-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.bz2 drakx-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.xz drakx-08cafd6dad7718c333257e5abea5a7be9fed98f5.zip |
(output) remove buggy warn
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index fd20cb374..38f0edfc3 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -321,7 +321,6 @@ sub symlinkf { } sub output { - warn "output explanations\n"; explanations "created file $_[0]"; goto &MDK::Common::File::output; } |