From 8febc2408c8858e34912fda957a1ad37828c4d4d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Jan 2020 01:35:58 +0100 Subject: 7.12 --- Makefile.PL | 2 +- NEWS | 2 ++ rpmtools.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index a5a0053..9e27caf 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use ExtUtils::MakeMaker; -my $rpmtools_version = "7.11"; +my $rpmtools_version = "7.12"; # where to find the rpm utility diff --git a/NEWS b/NEWS index cae65a2..b55184c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 7.12 - 17 January 2020, by Thierry Vignaud + - switch from md5sum to Digest::MD5 thus improving urpmi test coverage Version 7.11 - 13 January 2020, by Thierry Vignaud diff --git a/rpmtools.pm b/rpmtools.pm index a5197e6..eb69eba 100644 --- a/rpmtools.pm +++ b/rpmtools.pm @@ -2,6 +2,6 @@ package rpmtools; # Dummy package for CPAN testers -our $VERSION = '7.11'; +our $VERSION = '7.12'; 1; -- cgit v1.2.1