Update to 2.005003

epel9
Emmanuel Seyman 4 years ago
parent e8b0d13776
commit 7c09cb7526

1
.gitignore vendored

@ -37,3 +37,4 @@
/Moo-2.004000.tar.gz
/Moo-2.004003.tar.gz
/Moo-2.004004.tar.gz
/Moo-2.005003.tar.gz

@ -1,6 +1,6 @@
Name: perl-Moo
Version: 2.004004
Release: 2%{?dist}
Version: 2.005003
Release: 1%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL+ or Artistic
@ -21,22 +21,22 @@ BuildRequires: perl(Class::Method::Modifiers) >= 1.10
BuildRequires: perl(Config)
BuildRequires: perl(constant)
BuildRequires: perl(Devel::GlobalDestruction) >= 0.11
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(Exporter)
# Filter::Simple not used at test-time
BuildRequires: perl(Import::Into) >= 1.002
BuildRequires: perl(Module::Runtime) >= 0.014
BuildRequires: perl(mro)
# MRO::Compat not needed with modern perl
BuildRequires: perl(overload)
BuildRequires: perl(Role::Tiny) >= 2.001004
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Role::Tiny) >= 2.002004
BuildRequires: perl(Scalar::Util) >= 1.00
BuildRequires: perl(strictures) >= 1.004003
BuildRequires: perl(Sub::Defer) >= 2.003001
BuildRequires: perl(Sub::Quote) >= 2.003001
BuildRequires: perl(Sub::Defer) >= 2.006006
BuildRequires: perl(Sub::Quote) >= 2.006006
# Text::Balanced not used at test-time
# Optional run-time:
BuildRequires: perl(Class::XSAccessor) >= 1.18
BuildRequires: perl(Sub::Name)
BuildRequires: perl(Sub::Util)
# lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only
# if Moose has been loaded. So this is circular optional dependency definitly
# not suitable for Moo because Moo is reimplementation of Moose:
@ -97,6 +97,9 @@ not quite- two thirds of Moose.
%{_mandir}/man3/*
%changelog
* Sun Mar 21 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 2.005003-1
- Update to 2.005003
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.004004-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (Moo-2.004004.tar.gz) = b2b7e5d29f502a6b2a6b5afee2b45c373af3e069b81e4dbd04a5ddf81d3177456119a83fdd3390bf99b96da4ece99c83a72fe9e7c2d2a749712de45c512bcf00
SHA512 (Moo-2.005003.tar.gz) = 6024a9b5cc66aef12609f77241ee98159c7d7933b1e8d9d96c80799c5e4c140226a72dbb6471996a67ac7a26080337e96462d1aaca4105b1f8fbbf1c8412f191

Loading…
Cancel
Save