diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:27:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-06-14 16:27:45 +0000 |
commit | b02c0e08ac9f584ab4d63f583866c457e1f14f2d (patch) | |
tree | 76e398ea1c5c3d387552cf4abc3164d247048ee7 /urpm.pm | |
parent | 461f2dad25d7ebea70b250c1f360360234a1c867 (diff) | |
download | urpmi-b02c0e08ac9f584ab4d63f583866c457e1f14f2d.tar urpmi-b02c0e08ac9f584ab4d63f583866c457e1f14f2d.tar.gz urpmi-b02c0e08ac9f584ab4d63f583866c457e1f14f2d.tar.bz2 urpmi-b02c0e08ac9f584ab4d63f583866c457e1f14f2d.tar.xz urpmi-b02c0e08ac9f584ab4d63f583866c457e1f14f2d.zip |
4.9.26
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 = '4.9.25'; +our $VERSION = '4.9.26'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |