diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 11:00:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-22 11:00:16 +0000 |
commit | c6e6775b7d89c14412aaeab50c16285b019ace32 (patch) | |
tree | 374374895f8ee78a8225915c985812b0e0af707e /clock.pm | |
parent | 7ce34cd13ff3374c9a2b096cc9541316f69402ab (diff) | |
download | control-center-c6e6775b7d89c14412aaeab50c16285b019ace32.tar control-center-c6e6775b7d89c14412aaeab50c16285b019ace32.tar.gz control-center-c6e6775b7d89c14412aaeab50c16285b019ace32.tar.bz2 control-center-c6e6775b7d89c14412aaeab50c16285b019ace32.tar.xz control-center-c6e6775b7d89c14412aaeab50c16285b019ace32.zip |
remove Data::Dumper (dams like them but not me)
Diffstat (limited to 'clock.pm')
-rwxr-xr-x | clock.pm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ #!/usr/bin/perl -use Data::Dumper; use POSIX; use Gtk; init Gtk; |