diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-17 12:20:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-17 12:20:51 +0000 |
commit | c3940ee6ff3f630fff35f282851c10804ac52b71 (patch) | |
tree | d3a65fe77c80b62fa7960421bb924c8288c48af0 /MDK/Common/System.pm | |
parent | b421421786bf1a7d1aea77979e3181cddd754012 (diff) | |
download | perl-MDK-Common-c3940ee6ff3f630fff35f282851c10804ac52b71.tar perl-MDK-Common-c3940ee6ff3f630fff35f282851c10804ac52b71.tar.gz perl-MDK-Common-c3940ee6ff3f630fff35f282851c10804ac52b71.tar.bz2 perl-MDK-Common-c3940ee6ff3f630fff35f282851c10804ac52b71.tar.xz perl-MDK-Common-c3940ee6ff3f630fff35f282851c10804ac52b71.zip |
add ";" to please perl_checker
Diffstat (limited to 'MDK/Common/System.pm')
-rw-r--r-- | MDK/Common/System.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MDK/Common/System.pm b/MDK/Common/System.pm index 29b8472..235a530 100644 --- a/MDK/Common/System.pm +++ b/MDK/Common/System.pm @@ -232,7 +232,7 @@ sub distrib() { my $company = $oem{COMPANY} || 'Mandrakesoft'; my $system = $oem{SYSTEM} || $real_system; my $product = $oem{PRODUCT} || $real_product; - (company => $company, system => $system, product => $product, real_system => $real_system, real_product => $real_product) + (company => $company, system => $system, product => $product, real_system => $real_system, real_product => $real_product); } sub typeFromMagic { |