diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:02:52 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 19:02:52 +0000 |
commit | 5ed7e07f72279c189c32160d63112d7f166710e6 (patch) | |
tree | 24f707c1152c5c60031e7cce08e40f5b9da29132 /urpm.pm | |
parent | 5307177ab40b7d3d01c57cdeb490525187ed468c (diff) | |
download | urpmi-5ed7e07f72279c189c32160d63112d7f166710e6.tar urpmi-5ed7e07f72279c189c32160d63112d7f166710e6.tar.gz urpmi-5ed7e07f72279c189c32160d63112d7f166710e6.tar.bz2 urpmi-5ed7e07f72279c189c32160d63112d7f166710e6.tar.xz urpmi-5ed7e07f72279c189c32160d63112d7f166710e6.zip |
6.326.32
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.31'; +our $VERSION = '6.32'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |