diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 15:25:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-01 15:25:57 +0000 |
commit | 4799bc7d0f1e3cabb0396f47ec356b8e478c1b97 (patch) | |
tree | 884bb108e7da6b50ed0dfdc8b225835cb5265e5f /perl-install/Xconfigurator_consts.pm | |
parent | ea89b723b8ebd1b25a194097b10516427afa2c0e (diff) | |
download | drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.gz drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.bz2 drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.tar.xz drakx-4799bc7d0f1e3cabb0396f47ec356b8e478c1b97.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator_consts.pm')
-rw-r--r-- | perl-install/Xconfigurator_consts.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator_consts.pm b/perl-install/Xconfigurator_consts.pm index 914059b4c..a9352cb86 100644 --- a/perl-install/Xconfigurator_consts.pm +++ b/perl-install/Xconfigurator_consts.pm @@ -1,4 +1,5 @@ -use common qw(:common); +package Xconfigurator; + %depths = ( 8 => __("256 colors (8 bits)"), |