summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2004-01-16 02:48:55 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2004-01-16 02:48:55 +0000
commit40425966ded63288d46d82030a4c72ba829114bb (patch)
treef143db8ec019fe16c422053e551d77807d1d4f1d /urpm.pm
parent54920197e4407da73174b3100988d1167dff33ff (diff)
downloadurpmi-40425966ded63288d46d82030a4c72ba829114bb.tar
urpmi-40425966ded63288d46d82030a4c72ba829114bb.tar.gz
urpmi-40425966ded63288d46d82030a4c72ba829114bb.tar.bz2
urpmi-40425966ded63288d46d82030a4c72ba829114bb.tar.xz
urpmi-40425966ded63288d46d82030a4c72ba829114bb.zip
- re use strict, because nobody is better than perl
- use sub folder bug report when restart is need - add cvs $Id$ in script
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index c577a674..b6f931d0 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -1,5 +1,7 @@
package urpm;
+# $Id$
+
use strict;
use vars qw($VERSION @ISA @EXPORT);
use MDK::Common;