forked from pool/perl-Sub-HandlesVia
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
304c864c25 | |||
dbad3d4c50 | |||
af4f2b025b | |||
51b7fd9476 |
@@ -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>
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Sub-HandlesVia
|
%define cpan_name Sub-HandlesVia
|
||||||
Name: perl-Sub-HandlesVia
|
Name: perl-Sub-HandlesVia
|
||||||
Version: 0.050000
|
Version: 0.050003
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Alternative handles_via implementation
|
Summary: Alternative handles_via implementation
|
||||||
@@ -31,19 +31,19 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(Class::Method::Modifiers)
|
BuildRequires: perl(Class::Method::Modifiers)
|
||||||
BuildRequires: perl(Exporter::Shiny)
|
BuildRequires: perl(Exporter::Shiny)
|
||||||
BuildRequires: perl(List::Util) >= 1.54
|
BuildRequires: perl(List::Util) >= 1.54
|
||||||
BuildRequires: perl(Role::Hooks) >= 0.008
|
BuildRequires: perl(Role::Hooks) >= 0.8
|
||||||
BuildRequires: perl(Role::Tiny)
|
BuildRequires: perl(Role::Tiny)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Requires)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(Type::Tiny) >= 1.004
|
BuildRequires: perl(Type::Tiny) >= 1.4
|
||||||
Requires: perl(Class::Method::Modifiers)
|
Requires: perl(Class::Method::Modifiers)
|
||||||
Requires: perl(Exporter::Shiny)
|
Requires: perl(Exporter::Shiny)
|
||||||
Requires: perl(List::Util) >= 1.54
|
Requires: perl(List::Util) >= 1.54
|
||||||
Requires: perl(Role::Hooks) >= 0.008
|
Requires: perl(Role::Hooks) >= 0.8
|
||||||
Requires: perl(Role::Tiny)
|
Requires: perl(Role::Tiny)
|
||||||
Requires: perl(Type::Tiny) >= 1.004
|
Requires: perl(Type::Tiny) >= 1.4
|
||||||
Recommends: perl(Sub::Util)
|
Recommends: perl(Sub::Util)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -92,7 +92,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'.
|
Moose::Role' or whatever needs to be _before_ your 'use Sub::HandlesVia'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user