diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 15:31:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 15:31:36 +0000 |
commit | 50f11021b4cce43e0e6f2921885d453c7fc03f3b (patch) | |
tree | d75b1280e091911202efbacb4c6ce83ea8d6a021 /urpm/msg.pm | |
parent | 79da5f7c7fabfefd8295395f9e2c8fd57e58e43e (diff) | |
download | urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.gz urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.bz2 urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.tar.xz urpmi-50f11021b4cce43e0e6f2921885d453c7fc03f3b.zip |
Add versions to modules
Diffstat (limited to 'urpm/msg.pm')
-rw-r--r-- | urpm/msg.pm | 3 |
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); |