From 4c60f269eceb7c0b0d070afbcc046a67d9aff333 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 31 Oct 2021 14:05:51 +0100 Subject: 8.127 --- Makefile.PL | 2 +- urpm.pm | 2 +- urpmi.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index b6ef2165..86cdf8ce 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -193,7 +193,7 @@ WriteMakefile( }, 'urpmi' => { file => 'urpmi.pm', - version => 'v8.126', + version => 'v8.127', }, }, resources => { diff --git a/urpm.pm b/urpm.pm index 5dadcea2..15d63746 100644 --- a/urpm.pm +++ b/urpm.pm @@ -14,7 +14,7 @@ use urpm::md5sum; # perl_checker: require urpm::media # perl_checker: require urpm::parallel -our $VERSION = 'v8.126'; +our $VERSION = 'v8.127'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); diff --git a/urpmi.pm b/urpmi.pm index 79793088..413637d8 100644 --- a/urpmi.pm +++ b/urpmi.pm @@ -4,6 +4,6 @@ use strict; # Dummy package for CPAN testers -our $VERSION = '8.126'; +our $VERSION = '8.127'; 1; -- cgit v1.2.1