Discussion:
[software/rpm/perl-URPM] 02/02: perl_checker cleanup
root-odJJhXpcy38dnm+
2014-03-18 06:37:34 UTC
Permalink
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`;
--
Mageia Git Monkeys.
root-odJJhXpcy38dnm+
2014-03-18 06:37:34 UTC
Permalink
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 39f89d5755c6b119236ce28f23a0068597b06d93
Author: Thierry Vignaud <thierry.vignaud-***@public.gmane.org>
Date: Sun Mar 16 23:04:45 2014 +0100

supplement blacklist
---
Commit Link:
http://gitweb.mageia.org/software/rpm/perl-URPM/commit/?id=39f89d5755c6b119236ce28f23a0068597b06d93

.perl_checker | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.perl_checker b/.perl_checker
index a9d13e6..86b48c2 100644
--- a/.perl_checker
+++ b/.perl_checker
@@ -4,6 +4,7 @@ Carp
IO::Handle
Compress::Zlib
Encode
+ExtUtils::MakeMaker
File::GlobMapper
File::Path
IO::Compress::Gzip
--
Mageia Git Monkeys.
Loading...