forked from pool/perl-B-Keywords
Compare commits
26 Commits
8533fdc969
...
a9c98a7b68
Author | SHA256 | Date | |
---|---|---|---|
a9c98a7b68 | |||
a0efa69694 | |||
4c3a3210ba | |||
|
8e95b64cf4 | ||
b5a12f2284 | |||
1b79c16f2b | |||
5a919d759e | |||
4fd2bd7694 | |||
0f3b8d9c52 | |||
5e7a054191 | |||
3bd1d98b93 | |||
e3b47e348c | |||
|
7c086beb64 | ||
f423d7b21a | |||
afaa232e2f | |||
8f8041c359 | |||
60e2171775 | |||
75d2fa0ce4 | |||
|
df132b2b83 | ||
|
c78cf2543f | ||
|
a99df54c2a | ||
|
bcb6846877 | ||
|
7a0800d482 | ||
|
59cc37e7db | ||
|
245a720461 | ||
|
08868ac328 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a664181020cdbf09ba711fed0abd26867386c81cb4652804c361f3c4c1d55344
|
||||
size 12417
|
3
B-Keywords-1.28.tar.gz
Normal file
3
B-Keywords-1.28.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e7eb67695929487c61aaf2dae8baf9dda1ad87602bb5a094f10744b12765e3e
|
||||
size 13223
|
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 26 05:34:57 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.280.0 (1.28)
|
||||
see /usr/share/doc/packages/perl-B-Keywords/Changes
|
||||
|
||||
1.28 2025-06-25 08:52 rurban
|
||||
- Add keywords any, all since 5.42.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 16:09:33 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- updated to 1.270.0 (1.27)
|
||||
see /usr/share/doc/packages/perl-B-Keywords/Changes
|
||||
|
||||
1.27 2024-05-27 12:13 rurban
|
||||
- Add bareword __CLASS__ since 5.39.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 03:06:02 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.26
|
||||
see /usr/share/doc/packages/perl-B-Keywords/Changes
|
||||
|
||||
1.25 2023-06-19 15:16:08 rurban
|
||||
- Add Corinna keywords, new with Perl 5.38.0 (PR #8, @trwyant)
|
||||
ADJUST class field method
|
||||
1.26 2023-06-19 18:43 rurban
|
||||
- Updated README
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 23 03:06:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.24
|
||||
see /usr/share/doc/packages/perl-B-Keywords/Changes
|
||||
|
||||
1.24 2022-02-21 10:47:08 rurban
|
||||
- Fix for broken <archlibexp>/CORE/keywords.h test on system macOS
|
||||
(PR #5, @nega0)
|
||||
- finally added with 5.35.8 (RT #141406)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 03:06:47 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.23
|
||||
see /usr/share/doc/packages/perl-B-Keywords/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 03:06:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-B-Keywords
|
||||
#
|
||||
# Copyright (c) 2021 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,23 +18,28 @@
|
||||
|
||||
%define cpan_name B-Keywords
|
||||
Name: perl-B-Keywords
|
||||
Version: 1.22
|
||||
Version: 1.280.0
|
||||
Release: 0
|
||||
#Upstream: 2017-2019 Reini Urban, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; version 2, or b) the "Artistic License" which comes with Perl.
|
||||
# 1.28 -> normalize -> 1.280.0
|
||||
%define cpan_version 1.28
|
||||
#Upstream: 2017-2021 Reini Urban, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; version 2, or b) the "Artistic License" which comes with Perl.
|
||||
License: Artistic-1.0 OR GPL-2.0-only
|
||||
Summary: Lists of reserved barewords and symbol names
|
||||
License: GPL-2.0-only OR Artistic-1.0
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Provides: perl(B::Keywords) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
'B::Keywords' supplies several arrays of exportable keywords: '@Scalars',
|
||||
'@Arrays', '@Hashes', '@Filehandles', '@Symbols', '@Functions',
|
||||
'@Barewords', '@TieIOMethods', '@UNIVERSALMethods' and '@ExporterSymbols'.
|
||||
'@Barewords', '@BarewordsExtra', '@TieIOMethods', '@UNIVERSALMethods' and
|
||||
'@ExporterSymbols'.
|
||||
|
||||
The '@Symbols' array includes the contents of each of '@Scalars',
|
||||
'@Arrays', '@Hashes', '@Functions' and '@Filehandles'.
|
||||
@@ -42,6 +47,8 @@ The '@Symbols' array includes the contents of each of '@Scalars',
|
||||
Similarly, '@Barewords' adds a few non-function keywords and operators to
|
||||
the '@Functions' array.
|
||||
|
||||
'@BarewordsExtra' adds a few barewords which are not in keywords.h.
|
||||
|
||||
All additions and modifications are welcome.
|
||||
|
||||
The perl parser uses a static list of keywords from _regen/keywords.pl_
|
||||
@@ -50,7 +57,7 @@ though some @Functions are not functions in the strict sense. Several
|
||||
library functions use more special symbols, handles and methods.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user