From 6355db9565018f0ae5edc1511fcd40c9cbda2fdb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 3 Oct 2018 04:14:17 +0200 Subject: 7.10 --- Makefile.PL | 2 +- NEWS | 2 ++ 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 diff --git a/NEWS b/NEWS index 7a5fbb3..8adbc13 100644 --- a/NEWS +++ b/NEWS @@ -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; -- cgit v1.2.1