diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 18:33:28 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-03-03 18:33:28 +0000 |
commit | 57493b25490181f54bbfce726c7ce08914ea32ed (patch) | |
tree | 6c48419439584b3be520f001ed32e60fc27a79f6 /urpm.pm | |
parent | 6ab6e4c33dbe826782ae71640af778f32793f610 (diff) | |
download | urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.gz urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.bz2 urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.tar.xz urpmi-57493b25490181f54bbfce726c7ce08914ea32ed.zip |
5.7
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.6'; +our $VERSION = '5.7'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |