summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 15:31:36 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-12-02 15:31:36 +0000
commit50f11021b4cce43e0e6f2921885d453c7fc03f3b (patch)
treed75b1280e091911202efbacb4c6ce83ea8d6a021 /urpm/args.pm
parent79da5f7c7fabfefd8295395f9e2c8fd57e58e43e (diff)
downloadurpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.gz
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.bz2
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.xz
urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.zip
Add versions to modules
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 9b62d1d8..2a1be88f 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -7,6 +7,8 @@ use Getopt::Long;# 2.33;
use urpm::download;
use urpm::msg;
+(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+
# The program that invokes us
(my $tool = $0) =~ s!.*/!!;