diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-13 14:15:00 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-01-13 14:15:00 +0000 |
commit | 4fe6d13cb00abe64d9242ad22a26718391b52c10 (patch) | |
tree | 4a60e5337e2be2881ba0ba7c37f8e50deb2906fb /urpm.pm | |
parent | fce833ace37f91f26be3dd24626e3658a890dac0 (diff) | |
download | urpmi-4fe6d13cb00abe64d9242ad22a26718391b52c10.tar urpmi-4fe6d13cb00abe64d9242ad22a26718391b52c10.tar.gz urpmi-4fe6d13cb00abe64d9242ad22a26718391b52c10.tar.bz2 urpmi-4fe6d13cb00abe64d9242ad22a26718391b52c10.tar.xz urpmi-4fe6d13cb00abe64d9242ad22a26718391b52c10.zip |
Version 6.206.20
Diffstat (limited to 'urpm.pm')
-rw-r--r-- | urpm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.19'; +our $VERSION = '6.20'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |