diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 09:51:28 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-21 09:51:28 +0000 |
commit | 504f48236193a06fa98526074aa2613c77b3c7d1 (patch) | |
tree | e0822854ae83c04830a8a471bc5f1ebf83e8fd4f /urpm.pm | |
parent | ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75 (diff) | |
download | urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.gz urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.bz2 urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.tar.xz urpmi-504f48236193a06fa98526074aa2613c77b3c7d1.zip |
6.30.16.30.1
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.30'; +our $VERSION = '6.30.1'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |