root-odJJhXpcy38dnm+
2014-03-18 06:37:34 UTC
This is an automated email from the git hooks/post-receive script.
tv pushed a commit to branch master
in repository software/rpm/perl-URPM.
commit 654458015ed1f60db273d6258ad770f3bda54ab8
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Sun Mar 16 23:05:01 2014 +0100
perl_checker cleanup
---
Commit Link:
http://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=654458015ed1f60db273d6258ad770f3bda54ab8
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index fd41a21..e3f0ca3 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@ defined $rpm_path or die "Can't find rpm on this system\n";
sub hexversion {
my ($major, $minor, $micro) = (@_[0] =~ /(\d+)\.(\d+)\.?(\d+)?/);
- return int($major<<16) + int($minor<<8) + int($micro<<0)
+ return int($major<<16) + int($minor<<8) + int($micro<<0);
}
my $version = `LC_ALL=C $rpm_path --version`;
tv pushed a commit to branch master
in repository software/rpm/perl-URPM.
commit 654458015ed1f60db273d6258ad770f3bda54ab8
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Sun Mar 16 23:05:01 2014 +0100
perl_checker cleanup
---
Commit Link:
http://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=654458015ed1f60db273d6258ad770f3bda54ab8
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index fd41a21..e3f0ca3 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@ defined $rpm_path or die "Can't find rpm on this system\n";
sub hexversion {
my ($major, $minor, $micro) = (@_[0] =~ /(\d+)\.(\d+)\.?(\d+)?/);
- return int($major<<16) + int($minor<<8) + int($micro<<0)
+ return int($major<<16) + int($minor<<8) + int($micro<<0);
}
my $version = `LC_ALL=C $rpm_path --version`;
--
Mageia Git Monkeys.
Mageia Git Monkeys.