diff options
author | damien <damien@mandriva.com> | 2001-03-12 11:00:20 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-03-12 11:00:20 +0000 |
commit | 2099655a347a02ea4b3280137d64655b7d49eb38 (patch) | |
tree | b1828d8f4992e8b194bc7a29186a9414f137543b /perl-install | |
parent | 899d08d096e84772a279ee8b5485f54390c87174 (diff) | |
download | drakx-backup-do-not-use-2099655a347a02ea4b3280137d64655b7d49eb38.tar drakx-backup-do-not-use-2099655a347a02ea4b3280137d64655b7d49eb38.tar.gz drakx-backup-do-not-use-2099655a347a02ea4b3280137d64655b7d49eb38.tar.bz2 drakx-backup-do-not-use-2099655a347a02ea4b3280137d64655b7d49eb38.tar.xz drakx-backup-do-not-use-2099655a347a02ea4b3280137d64655b7d49eb38.zip |
removed use Data::Dumper
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/services.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index 34a6bc813..aaf586a65 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -10,7 +10,6 @@ use common qw(:common :functional :system :file); use commands; use run_program; use my_gtk qw(:helpers :wrappers); -use Data::Dumper; sub description { my %services = ( |