forked from pool/perl-Sub-Override
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
d8affe0932 | |||
bcd1397f46 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d8dcc73545ad54707872f33e1bae4ae7ffc5bf90ce23c1001a9b3686157ab47
|
|
||||||
size 7218
|
|
BIN
Sub-Override-0.12.tar.gz
(Stored with Git LFS)
Normal file
BIN
Sub-Override-0.12.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 23 16:48:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.120.0 (0.12)
|
||||||
|
see /usr/share/doc/packages/perl-Sub-Override/Changes
|
||||||
|
|
||||||
|
0.12 Mon Jun 17 2024
|
||||||
|
- Add 'inject' method which can inject a new subroutine into a namespace.
|
||||||
|
- Add 'inherit' method which can inherit a subroutine from a parent object.
|
||||||
|
- Bug fix for wrap not restoring during destruction.
|
||||||
|
- Internal cleanup.
|
||||||
|
|
||||||
|
0.11 Tue May 14 2024
|
||||||
|
- Update the 'wrap' routine so it handles prototypes transparently.
|
||||||
|
- Update the 'wrap' routine to prevent creation of an extra stack frame.
|
||||||
|
- Minor doc updates.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:04:42 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:04:42 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,13 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name Sub-Override
|
%define cpan_name Sub-Override
|
||||||
Name: perl-Sub-Override
|
Name: perl-Sub-Override
|
||||||
Version: 0.100.0
|
Version: 0.120.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.10
|
# 0.12 -> normalize -> 0.120.0
|
||||||
|
%define cpan_version 0.12
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl extension for easily overriding subroutines
|
Summary: Perl extension for easily overriding subroutines
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MV/MVSJES/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Reference in New Issue
Block a user