forked from pool/perl-Sub-HandlesVia
Compare commits
17 Commits
53376103a8
...
8f50a5cdb7
Author | SHA256 | Date | |
---|---|---|---|
8f50a5cdb7 | |||
7c82f29192 | |||
10b0b8768e | |||
65bd232eb8 | |||
2c3db2dab1 | |||
64e4e37c0c | |||
392fd8521d | |||
5164f20c01 | |||
acd2dedab7 | |||
|
47590dfe5b | ||
e20bc705b0 | |||
64080fc6e8 | |||
c7aae60ef0 | |||
3d8fde6698 | |||
3ec366f747 | |||
fbd78a7a8d | |||
6ff0438fe2 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:638c42d0f3e17fa2c49a56aa7f5eacf7ab2796dddc9f77a7c2f05d2455c8ee64
|
||||
size 168778
|
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,91 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- updated to 0.050000
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
0.050000 2023-04-05
|
||||
|
||||
[ Documentation ]
|
||||
- Add a few missing references to the
|
||||
Sub::HandlesVia::HandlerLibrary::Enum module to the documentation.
|
||||
- Mention potential load-order bugs when importing multiple extensions for
|
||||
Moo into the same package.
|
||||
- Update Sub::HandlesVia::Manual::Comparison.
|
||||
|
||||
[ Packaging ]
|
||||
- Change versioning scheme.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 17 03:08:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.046
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
0.046 2022-12-16
|
||||
|
||||
- Added: Sub::HandlesVia::HandlerLibrary::Enum module.
|
||||
- Handler libraries can now provide constants for shortcuts.
|
||||
- Updated: Rebuild with latest Mite.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 03:06:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.045
|
||||
see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes
|
||||
|
||||
0.045 2022-11-08
|
||||
[ Bug Fixes ]
|
||||
- Fix for `with qw(Role1 Role2)` in Moose where at least one role uses
|
||||
Sub::HandlesVia.
|
||||
Bartosz Jarzyna++
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/6>
|
||||
- Support attributes declared with `has '+name'`.
|
||||
Bartosz Jarzyna++
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/7>
|
||||
[ Documentation ]
|
||||
- Document that `with qw(Role1 Role2)` in Mouse is currently broken if
|
||||
either role uses Sub::HandlesVia.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/9>
|
||||
[ Test Suite ]
|
||||
- Test that `with qw(Role1 Role2)` in Moo works if either role uses
|
||||
Sub::HandlesVia.
|
||||
[ Other ]
|
||||
- Added: Add a `generator_for_prelude` attribute to
|
||||
Sub::HandlesVia::CodeGenerator.
|
||||
<https://github.com/tobyink/p5-sub-handlesvia/issues/8>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 03:07:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sub-HandlesVia
|
||||
#
|
||||
# Copyright (c) 2022 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,7 +18,7 @@
|
||||
|
||||
%define cpan_name Sub-HandlesVia
|
||||
Name: perl-Sub-HandlesVia
|
||||
Version: 0.044
|
||||
Version: 0.050003
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Alternative handles_via implementation
|
||||
@@ -31,19 +31,19 @@ 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 +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'.
|
||||
|
||||
%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