Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
5a2ed65737 | |||
bfd6d69ce7 | |||
7d069384f7 |
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: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>
|
||||
|
||||
|
@@ -18,13 +18,15 @@
|
||||
|
||||
%define cpan_name Sub-Override
|
||||
Name: perl-Sub-Override
|
||||
Version: 0.100.0
|
||||
Version: 0.120.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
|
||||
Summary: Perl extension for easily overriding subroutines
|
||||
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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
Reference in New Issue
Block a user