diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-05 16:40:51 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-05 16:40:51 +0000 |
commit | 41d6227f0215f2e31898724fb504e68a5d0be7d6 (patch) | |
tree | 1b3a16d9728630b5c6eb8e3be0616f67ee6c88f5 /urpm.pm | |
parent | 46d875119fbd1b66a82fd05399f0253ce92779cc (diff) | |
download | urpmi-41d6227f0215f2e31898724fb504e68a5d0be7d6.tar urpmi-41d6227f0215f2e31898724fb504e68a5d0be7d6.tar.gz urpmi-41d6227f0215f2e31898724fb504e68a5d0be7d6.tar.bz2 urpmi-41d6227f0215f2e31898724fb504e68a5d0be7d6.tar.xz urpmi-41d6227f0215f2e31898724fb504e68a5d0be7d6.zip |
6.296.29
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.28.1'; +our $VERSION = '6.29'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |