diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-04 07:31:27 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-06-04 07:33:44 +0200 |
commit | cc0cc684d07f9d8265861c6b6bc870c9b0094fb6 (patch) | |
tree | 07a1df6e43a30d0b686088838d7f8711a57ea350 /perl-install/common.pm | |
parent | 2eddf78cadb2f99e7058d3663add8f95fc33d610 (diff) | |
download | drakx-cc0cc684d07f9d8265861c6b6bc870c9b0094fb6.tar drakx-cc0cc684d07f9d8265861c6b6bc870c9b0094fb6.tar.gz drakx-cc0cc684d07f9d8265861c6b6bc870c9b0094fb6.tar.bz2 drakx-cc0cc684d07f9d8265861c6b6bc870c9b0094fb6.tar.xz drakx-cc0cc684d07f9d8265861c6b6bc870c9b0094fb6.zip |
fix typo in commit e4a19b10331a686461cbbcaecfb1cba5c5342676
Diffstat (limited to 'perl-install/common.pm')
-rw-r--r-- | perl-install/common.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index 4437f9e7a..7a89b8848 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -1,7 +1,7 @@ package common; # $Id: common.pm 245955 2008-09-18 14:19:04Z pixel $ use MDK::Common; -se diagnostics; +use diagnostics; use strict; BEGIN { eval { require Locale::gettext } } #- allow common.pm to be used in drakxtools-backend without perl-Locale-gettext |