From 4c8ce250b72cfaca70e66a4e6922636ace81c2de Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 11 Feb 2022 17:48:45 +0100 Subject: [PATCH] Add autoprov --- perl-File-Slurp-Tiny.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-File-Slurp-Tiny.spec b/perl-File-Slurp-Tiny.spec index 41d0062..c16caeb 100644 --- a/perl-File-Slurp-Tiny.spec +++ b/perl-File-Slurp-Tiny.spec @@ -25,6 +25,7 @@ Requires: perl(File::Spec::Functions) Requires: perl(strict) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +AutoProv: yes %description This module provides functions for fast and correct slurping and spewing.