diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-28 10:10:24 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-04-28 10:10:24 +0000 |
commit | 73c8eb5336829b10f490dbcac1d5259a82d62e40 (patch) | |
tree | d31f3df5244b3348367a86f94bac382c8c02d648 /urpm.pm | |
parent | 680bcfe1610e832166e9812c3ea58837e27fdc1d (diff) | |
download | urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.gz urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.bz2 urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.tar.xz urpmi-73c8eb5336829b10f490dbcac1d5259a82d62e40.zip |
6.356.35
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.34'; +our $VERSION = '6.35'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |