summaryrefslogtreecommitdiffstats
path: root/urpm/sys.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/sys.pm')
-rw-r--r--urpm/sys.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/sys.pm b/urpm/sys.pm
index 4b6fb26e..8bf63127 100644
--- a/urpm/sys.pm
+++ b/urpm/sys.pm
@@ -1,9 +1,9 @@
package urpm::sys;
-# $Id$
-
use strict;
+(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+
#- find used mount point from a pathname, use a optional mode to allow
#- filtering according the next operation (mount or umount).
sub find_mntpoints {