Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 31d3616bea | |||
| 5ec068574a | |||
| 8f50a5cdb7 | |||
| 7c82f29192 | |||
| 10b0b8768e | |||
| 65bd232eb8 |
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:2df93493e2f9e95be579b950b6e19ff524f94c80613aadc03a88611dff75794f
|
||||
size 176211
|
||||
BIN
Sub-HandlesVia-0.052000.tar.gz
LFS
Normal file
BIN
Sub-HandlesVia-0.052000.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 22 05:32:48 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.052000
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
0.052000 2025-11-21
|
||||
[ Bug Fixes ]
|
||||
- The Hash `exists` check was checking definedness. It now properly tests
|
||||
slot existence.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/20>
|
||||
[ Test Suite ]
|
||||
- In Object::Pad tests, use the `field` keyword rather than deprecated
|
||||
`has` keyword.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/17>
|
||||
- Include tests for interaction with MooX::Tag::TO_HASH.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/14>
|
||||
[ Other ]
|
||||
- Use Class::Method::Modifiers to wrap Moo `has`.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/14>
|
||||
- Use Class::Method::Modifiers to wrap Moo `has`.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/14>
|
||||
0.050007 2025-11-15
|
||||
[ Test Suite ]
|
||||
- Some of the Corinna test cases accidentally required Moo.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/18>
|
||||
0.050006 2025-11-10
|
||||
[ Documentation ]
|
||||
- Document usage with the Perl 5.38+ `class` keyword (Corinna).
|
||||
[ Test Suite ]
|
||||
- Test with Perl 5.38+ `class` keyword (Corinna).
|
||||
0.050005 2025-11-10
|
||||
- Bug fix for pathological case exposed by Hydrogen.
|
||||
0.050004 2025-11-10
|
||||
- Array:for_each, Hash:for_each_key, and Hash:for_each_value now support
|
||||
$_.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 05:39:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.050003
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
[ Other ]
|
||||
- Added: ArrayRef:indexed.
|
||||
- Added: Number:ceil and Number:floor.
|
||||
- Added: Scalar:get and Scalar:set.
|
||||
- Added: String:trim.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 05:35:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.050002
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
0.050002 2025-03-23
|
||||
[ SECURITY ]
|
||||
- Fix: Rebuild using Mite 0.013000.
|
||||
0.050001 2025-03-23
|
||||
[ Documentation ]
|
||||
- Update documentation which is out of date due to Object::Pad dropping
|
||||
the `has` keyword.
|
||||
[ Other ]
|
||||
- Updated: Fix test cases which failed due to Object::Pad dropping the
|
||||
`has` keyword.
|
||||
- Updated: Fix test cases which will fail due to changed error messages in
|
||||
next release of Type::Tiny.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 03:09:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sub-HandlesVia
|
||||
#
|
||||
# Copyright (c) 2023 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,32 +18,33 @@
|
||||
|
||||
%define cpan_name Sub-HandlesVia
|
||||
Name: perl-Sub-HandlesVia
|
||||
Version: 0.050000
|
||||
Version: 0.052000
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Alternative handles_via implementation
|
||||
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(Class::Method::Modifiers)
|
||||
BuildRequires: perl(Exporter::Shiny)
|
||||
BuildRequires: perl(List::Util) >= 1.54
|
||||
BuildRequires: perl(Role::Hooks) >= 0.008
|
||||
BuildRequires: perl(Role::Hooks) >= 0.8
|
||||
BuildRequires: perl(Role::Tiny)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Requires)
|
||||
BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(Type::Tiny) >= 1.004
|
||||
BuildRequires: perl(Type::Tiny) >= 1.4
|
||||
Requires: perl(Class::Method::Modifiers)
|
||||
Requires: perl(Exporter::Shiny)
|
||||
Requires: perl(List::Util) >= 1.54
|
||||
Requires: perl(Role::Hooks) >= 0.008
|
||||
Requires: perl(Role::Hooks) >= 0.8
|
||||
Requires: perl(Role::Tiny)
|
||||
Requires: perl(Type::Tiny) >= 1.004
|
||||
Requires: perl(Type::Tiny) >= 1.4
|
||||
Recommends: perl(Sub::Util)
|
||||
%{perl_requires}
|
||||
|
||||
@@ -92,7 +93,7 @@ to be loaded _after_ Moo/Moose/Mouse/etc. Your 'use Moo' or 'use
|
||||
Moose::Role' or whatever needs to be _before_ your 'use Sub::HandlesVia'.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
||||
Reference in New Issue
Block a user