diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 14:27:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-28 14:27:23 +0000 |
commit | 71a8dac1b28c7d0ccc21d185df94e9242310e4b2 (patch) | |
tree | 611dd6e5cd2da66aa51f1fb346c66f8b0d8382c0 /urpm.pm | |
parent | beca1e56fbc1a5d9f4c26e8fdbc1be21dce91e5e (diff) | |
download | urpmi-71a8dac1b28c7d0ccc21d185df94e9242310e4b2.tar urpmi-71a8dac1b28c7d0ccc21d185df94e9242310e4b2.tar.gz urpmi-71a8dac1b28c7d0ccc21d185df94e9242310e4b2.tar.bz2 urpmi-71a8dac1b28c7d0ccc21d185df94e9242310e4b2.tar.xz urpmi-71a8dac1b28c7d0ccc21d185df94e9242310e4b2.zip |
4.10.6
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.10.5'; +our $VERSION = '4.10.6'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |