aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-08-19 15:33:38 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-08-19 15:33:38 +0000
commit313ec32f516ccce8e2950fc62ead939f7554186f (patch)
tree15c33493d8a4b40e7d31e205ba2f058be30ae3af
parent460dc90e38d895afc26c516cb70c549defbada65 (diff)
downloadrpmtools-313ec32f516ccce8e2950fc62ead939f7554186f.tar
rpmtools-313ec32f516ccce8e2950fc62ead939f7554186f.tar.gz
rpmtools-313ec32f516ccce8e2950fc62ead939f7554186f.tar.bz2
rpmtools-313ec32f516ccce8e2950fc62ead939f7554186f.tar.xz
rpmtools-313ec32f516ccce8e2950fc62ead939f7554186f.zip
let it pass perl_checker
-rw-r--r--Packdrakeng.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Packdrakeng.pm b/Packdrakeng.pm
index bf6f1bf..df5be1f 100644
--- a/Packdrakeng.pm
+++ b/Packdrakeng.pm
@@ -20,7 +20,7 @@ use strict;
use warnings;
use POSIX qw(O_WRONLY O_TRUNC O_CREAT O_RDONLY O_APPEND);
-(our $VERSION) = q$Id$ =~ /(\d+\.\d+)/;
+(our $VERSION) = q($Id$) =~ /(\d+\.\d+)/;
my ($toc_header, $toc_footer) =
('cz[0', '0]cz');