diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-05-26 15:35:27 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-05-26 15:35:27 +0000 |
commit | 234404b41d5d97388fc00b4d7c99056f9a8dd6e3 (patch) | |
tree | a384e5dc3e742e54c4388b5b5ad1bc52caee26d8 /urpm.pm | |
parent | 96abca7a52cf0d8836b7c97a6bd325580f4b69de (diff) | |
download | urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.gz urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.bz2 urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.tar.xz urpmi-234404b41d5d97388fc00b4d7c99056f9a8dd6e3.zip |
6.366.36
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.35'; +our $VERSION = '6.36'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |