forked from perl/perl-Type-Tiny
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
2b72cb54b1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d12f4c4952e1184b10a45ce45bba8226aad2ec584032dcde6adf5074be6b46e
|
||||
size 500479
|
BIN
Type-Tiny-2.008003.tar.gz
(Stored with Git LFS)
Normal file
BIN
Type-Tiny-2.008003.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:51:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.008003
|
||||
see /usr/share/doc/packages/perl-Type-Tiny/Changes
|
||||
|
||||
2.008003 2025-09-02
|
||||
|
||||
[ Bug Fixes ]
|
||||
- Make sure methods fake-inherited from Moose (if it's loaded) are a last
|
||||
resort.
|
||||
Robert Moore++
|
||||
|
||||
[ Other ]
|
||||
- Slightly streamlined `Type::Tiny::can` and `Type::Tiny::AUTOLOAD`.
|
||||
- When dumping structures via Data::Dumper (mostly in error messages)
|
||||
suppress any warnings Data::Dumper would emit.
|
||||
Diab Jerius++
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 05:35:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Type-Tiny
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Type-Tiny
|
||||
Name: perl-Type-Tiny
|
||||
Version: 2.008002
|
||||
Version: 2.008003
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Tiny, yet Moo(se)-compatible type constraint
|
||||
@@ -29,16 +29,16 @@ Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Exporter::Tiny) >= 1.006000
|
||||
BuildRequires: perl(Exporter::Tiny) >= 1.6
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Exporter::Tiny) >= 1.006000
|
||||
Requires: perl(Exporter::Tiny) >= 1.6
|
||||
Recommends: perl(Class::XSAccessor) >= 1.170
|
||||
Recommends: perl(Devel::LexAlias) >= 0.50.0
|
||||
Recommends: perl(Devel::LexAlias) >= 0.50
|
||||
Recommends: perl(Devel::StackTrace)
|
||||
Recommends: perl(Ref::Util::XS) >= 0.100
|
||||
Recommends: perl(Regexp::Util) >= 0.3.0
|
||||
Recommends: perl(Regexp::Util) >= 0.3
|
||||
Recommends: perl(Sub::Util)
|
||||
Recommends: perl(Type::Tiny::XS) >= 0.25.0
|
||||
Recommends: perl(Type::Tiny::XS) >= 0.25
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -49,7 +49,7 @@ Type::Tiny is a small class for creating Moose-like type constraint objects
|
||||
which are compatible with Moo, Moose and Mouse.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user