diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-14 12:51:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-14 12:51:20 +0000 |
commit | 1f486c5dbe9316a357526986d04392ecc5fac283 (patch) | |
tree | eec0a3534fc1bec7f9c681687136a559ac269c32 /urpm.pm | |
parent | 0bb172da4b72f5c5f58bfe2ee17216bb6030849b (diff) | |
download | urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.gz urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.bz2 urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.tar.xz urpmi-1f486c5dbe9316a357526986d04392ecc5fac283.zip |
6.36.3
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.2'; +our $VERSION = '6.3'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |