diff options
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 584c5f89..2038688f 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -34,7 +34,7 @@ our @EXPORT = qw( $version ); -our $version = `cat /etc/mandrakelinux-release` =~ /\b(\d+\.{1}.+\))/; +our ($version) = `cat /etc/mandrakelinux-release` =~ /\b(\d+\.{1}.+\))/; #------------------------------------------------------------- |