Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
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
|
3
Sub-HandlesVia-0.050003.tar.gz
Normal file
3
Sub-HandlesVia-0.050003.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98b270f89329a15a29a520aadc2676c0ac545afb24ef40401bf26893f0ef2655
|
||||
size 177782
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
#
|
||||
# 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.050003
|
||||
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