From 03147d346daa88f1db4f4747b29f1158c894d8a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Tue, 21 Jan 2025 00:10:53 -0500 Subject: [PATCH] * Fri Jul 14 2023 BogusDateBot - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, by assuming the date is correct and changing the weekday. --- perl-HTML-Tabulate.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-HTML-Tabulate.spec b/perl-HTML-Tabulate.spec index fb5ba75..9df9546 100644 --- a/perl-HTML-Tabulate.spec +++ b/perl-HTML-Tabulate.spec @@ -13,6 +13,7 @@ BuildRequires: perl(Carp) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::ParseXS) BuildRequires: perl(ExtUtils::Manifest) +BuildRequires: perl(inc::Module::Install) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Test::More) BuildRequires: perl(URI::Escape)