Compare commits
38 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2db75bb771 | |||
| 2b72cb54b1 | |||
| 2e60046c7a | |||
| 859bc6befa | |||
| a05a6596d6 | |||
| 7ce26274d9 | |||
| c6b0d13b18 | |||
| f09ee5dad8 | |||
| 24010a46f7 | |||
| e81a49b36a | |||
| 3822179460 | |||
| 640c49244a | |||
| 6b011af9cb | |||
| 894ad172c2 | |||
| beb74972bf | |||
| 7d75cb821d | |||
| defa022286 | |||
| 7dc372b141 | |||
| 744fa77f37 | |||
| a559e4b1dc | |||
| 115dafec3c | |||
| 89a5919675 | |||
| 54df703f92 | |||
| d70f0e5b2d | |||
| 5d828b8c45 | |||
| a8e3caebeb | |||
| f7df584e4a | |||
| 2dcdca9d24 | |||
| 4e098186e0 | |||
| 2f60516731 | |||
| 4197824b82 | |||
| 02ced93fa3 | |||
| b93c9f4af8 | |||
| 9f1c33af46 | |||
| bc9860eba4 | |||
| ab3796e71e | |||
| 2a016ffeed | |||
| 71c92f8a4f |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d12f4c4952e1184b10a45ce45bba8226aad2ec584032dcde6adf5074be6b46e
|
||||
size 500479
|
||||
BIN
Type-Tiny-2.008004.tar.gz
(Stored with Git LFS)
Normal file
BIN
Type-Tiny-2.008004.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 19:46:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.008004
|
||||
see /usr/share/doc/packages/perl-Type-Tiny/Changes
|
||||
|
||||
2.008004 2025-10-17
|
||||
|
||||
[ Documentation ]
|
||||
- Type::Tiny pod syntax fix.
|
||||
|
||||
[ Other ]
|
||||
- Added: Type::Tiny::Duck (used by HasMethods) now includes a
|
||||
new_intersection constructor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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,26 +18,27 @@
|
||||
|
||||
%define cpan_name Type-Tiny
|
||||
Name: perl-Type-Tiny
|
||||
Version: 2.008002
|
||||
Version: 2.008004
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Tiny, yet Moo(se)-compatible type constraint
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
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
|
||||
@@ -48,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