8
0

Automatic update to Object-Pad-0.823.tar.gz

This commit is contained in:
2025-12-09 05:37:04 +00:00
parent 8c3217cab7
commit 00ff78c243
4 changed files with 37 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:872c38c8fb49ae87872f568659d918350507fb44c34ab26bb61f8f8943e1d6e5
size 203153

BIN
Object-Pad-0.823.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 9 05:37:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.823.0 (0.823)
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.823 2025-12-08
[CHANGES]
* Added internals to support Feature::Compat::Class restricting the
`:writer` attribute to just scalars, to match perl 5.42
* Document and test that a class method can be called `new` and still
use the lexical constructor
0.822 2025-11-30
[CHANGES]
* Added `:lexical_new` class attribute to assist in various design
patterns and API shapes
0.821 2025-07-12
[CHANGES]
* Don't apply implied pragmata on `class` or `role` keywords if the
imported version is 0.821 or above
* Consistently refer to `BUILD`, `ADJUST` and `APPLY` as phasers, not
blocks
[BUGFIXES]
* Ensure that methods of lexical classes are actually able to use
lexical variables (RT168139)
-------------------------------------------------------------------
Thu Feb 27 05:35:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Object-Pad
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Object-Pad
Name: perl-Object-Pad
Version: 0.820.0
Version: 0.823.0
Release: 0
# 0.820 -> normalize -> 0.820.0
%define cpan_version 0.820
# 0.823 -> normalize -> 0.823.0
%define cpan_version 0.823
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple syntax for lexical field-based objects
URL: https://metacpan.org/release/%{cpan_name}
@@ -31,14 +31,14 @@ Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(File::ShareDir) >= 1.0.0
BuildRequires: perl(Module::Build) >= 0.4004
BuildRequires: perl(File::ShareDir) >= 1.0
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Test2::V0) >= 0.000148
BuildRequires: perl(XS::Parse::Keyword) >= 0.470
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.480
BuildRequires: perl(XS::Parse::Sublike) >= 0.350
BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.350
Requires: perl(File::ShareDir) >= 1.0.0
Requires: perl(File::ShareDir) >= 1.0
Requires: perl(XS::Parse::Keyword) >= 0.470
Requires: perl(XS::Parse::Sublike) >= 0.350
Provides: perl(Object::Pad) = %{version}
@@ -62,7 +62,7 @@ This module provides a simple syntax for creating object classes, which
uses private variables that look like lexicals as object member fields.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor optimize="%{optflags}"