summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-08-28 15:30:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-08-28 15:30:40 +0000
commit08cafd6dad7718c333257e5abea5a7be9fed98f5 (patch)
treea82bdbf453f238227609cf2b85af66f236fcecb0 /perl-install/standalone.pm
parentb20e5e476f9d5296b3e695607b947351729ded13 (diff)
downloaddrakx-backup-do-not-use-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar
drakx-backup-do-not-use-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.gz
drakx-backup-do-not-use-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.bz2
drakx-backup-do-not-use-08cafd6dad7718c333257e5abea5a7be9fed98f5.tar.xz
drakx-backup-do-not-use-08cafd6dad7718c333257e5abea5a7be9fed98f5.zip
(output) remove buggy warn
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm1
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;
}