diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 10:07:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-05 10:07:23 +0000 |
commit | 9baa7ac73f146599fc3e060467934e5b22fb117a (patch) | |
tree | 213790da930782cf44dc4088b65b1e7afc8e9d61 /urpm.pm | |
parent | b459ed95992b02311232bf4530903ac4aee073e0 (diff) | |
download | urpmi-9baa7ac73f146599fc3e060467934e5b22fb117a.tar urpmi-9baa7ac73f146599fc3e060467934e5b22fb117a.tar.gz urpmi-9baa7ac73f146599fc3e060467934e5b22fb117a.tar.bz2 urpmi-9baa7ac73f146599fc3e060467934e5b22fb117a.tar.xz urpmi-9baa7ac73f146599fc3e060467934e5b22fb117a.zip |
5.4
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 = '5.3'; +our $VERSION = '5.4'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; |