diff options
author | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-09-13 21:44:28 +0100 |
---|---|---|
committer | Mageia SVN-Git Migration <svn-git-migration@mageia.org> | 2011-09-13 21:44:28 +0100 |
commit | c4db7355a3e02702637f23e9ce0cd92926ca85f7 (patch) | |
tree | 5c9a2b155bd8f7a5eb9b762321bf9c76429866a8 /urpm/args.pm | |
parent | c73cfa76bc74451eb64955906123f7488f2da19a (diff) | |
download | urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.gz urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.bz2 urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.tar.xz urpmi-c4db7355a3e02702637f23e9ce0cd92926ca85f7.zip |
Synthesized commit during git-svn import combining previous Mandriva history with Magiea.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line
Import urpmi
------------------------------------------------------------------------
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index e1c12dc3..8e544659 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -1,6 +1,6 @@ package urpm::args; -# $Id$ +# $Id: args.pm 271299 2010-11-21 15:54:30Z peroyvind $ use strict; use warnings; @@ -14,7 +14,7 @@ use Exporter; our @ISA = 'Exporter'; our @EXPORT = '%options'; -(our $VERSION) = q($Revision$) =~ /(\d+)/; +(our $VERSION) = q($Revision: 271299 $) =~ /(\d+)/; # The program that invokes us (my $tool = $0) =~ s!.*/!!; |