diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-17 14:14:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-17 14:14:18 +0000 |
commit | 725b71ba4a2e322b58f05605d9d973c1d8e31d35 (patch) | |
tree | 19195f8e9e7184ab8fc3bacdba68c5f6c57f0281 /urpm.pm | |
parent | 1835d6d28eb9688683ded6b8fa29ee841f57f454 (diff) | |
download | urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.gz urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.bz2 urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.tar.xz urpmi-725b71ba4a2e322b58f05605d9d973c1d8e31d35.zip |
5.13
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 = '5.12'; +our $VERSION = '5.13'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |