summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r--urpm/msg.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm
index 162355bc..75b65a27 100644
--- a/urpm/msg.pm
+++ b/urpm/msg.pm
@@ -3,6 +3,9 @@ package urpm::msg;
use strict;
no warnings;
use Exporter;
+
+(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+
our @ISA = 'Exporter';
our @EXPORT = qw(N log_it to_utf8 message_input message toMb from_utf8);