diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-10-03 04:14:17 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-10-03 16:50:40 +0200 |
commit | 6355db9565018f0ae5edc1511fcd40c9cbda2fdb (patch) | |
tree | b8854cc7051f4354f53adf55077e220b46dbd85a | |
parent | 9b6e2b36fee180b712f46e7c13635658abe1f5a2 (diff) | |
download | rpmtools-7.10.tar rpmtools-7.10.tar.gz rpmtools-7.10.tar.bz2 rpmtools-7.10.tar.xz rpmtools-7.10.zip |
7.107.10
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | rpmtools.pm | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL index 0c7d07a..104caf1 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.06"; +my $rpmtools_version = "7.10"; # where to find the rpm utility @@ -1,3 +1,5 @@ +Version 7.10 - 3 October 2018, by Thierry Vignaud + - cpan_testers: o add dummy package so that rpmtools can be installed for urpmi testers o need List::Util >= 1.33 for "any" diff --git a/rpmtools.pm b/rpmtools.pm index 080085c..cad501b 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -2,6 +2,6 @@ package rpmtools; # Dummy package for CPAN testers -our $VERSION = '7.06'; +our $VERSION = '7.10'; 1; |