diff options
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r-- | urpm/msg.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/msg.pm b/urpm/msg.pm index c99fabf3..e3986abe 100644 --- a/urpm/msg.pm +++ b/urpm/msg.pm @@ -1,10 +1,12 @@ package urpm::msg; +# $Id$ + use strict; no warnings; use Exporter; -(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/; +(our $VERSION) = q$Revision$ =~ /(\d+)/; our @ISA = 'Exporter'; our @EXPORT = qw(N bug_log to_utf8 message_input toMb from_utf8 sys_log); |