From 9452c4981b35ee9fc9cacc04877cf8b5c733f8a3 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 11 Feb 2022 20:18:02 +0100 Subject: [PATCH] Provides MooseX::AttributeShortcuts --- perl-MooseX-AttributeShortcuts.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-MooseX-AttributeShortcuts.spec b/perl-MooseX-AttributeShortcuts.spec index dcc2032..f94cbc9 100644 --- a/perl-MooseX-AttributeShortcuts.spec +++ b/perl-MooseX-AttributeShortcuts.spec @@ -57,6 +57,7 @@ Requires: perl(namespace::autoclean) >= 0.24 Requires: perl(strict) Requires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Provides: perl(MooseX::AttributeShortcuts) %description Ever find yourself repeatedly specifying writers and builders, because