diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 16:33:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-06 16:33:20 +0000 |
commit | 3dfc204023a7a25db6345c11c7ff6c2c77638007 (patch) | |
tree | f556f6daa3a2c50e7c27d266a6bce6d977053f95 /perl-install/commands.pm | |
parent | 5c3f880e202d0b2d4c3b03236a38c35192653f91 (diff) | |
download | drakx-3dfc204023a7a25db6345c11c7ff6c2c77638007.tar drakx-3dfc204023a7a25db6345c11c7ff6c2c77638007.tar.gz drakx-3dfc204023a7a25db6345c11c7ff6c2c77638007.tar.bz2 drakx-3dfc204023a7a25db6345c11c7ff6c2c77638007.tar.xz drakx-3dfc204023a7a25db6345c11c7ff6c2c77638007.zip |
perl_checker compliance
Diffstat (limited to 'perl-install/commands.pm')
-rw-r--r-- | perl-install/commands.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/commands.pm b/perl-install/commands.pm index de2f23136..88735b8ea 100644 --- a/perl-install/commands.pm +++ b/perl-install/commands.pm @@ -18,11 +18,6 @@ use vars qw($printable_chars *ROUTE *DF *PS); use MDK::Common::System; use common; -#-##################################################################################### -#- Globals -#-##################################################################################### -my $BUFFER_SIZE = 1024; - #-###################################################################################### #- Functions #-###################################################################################### |