8
0

WIP: Automatic update to v0.821.0 (0.821) #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Object-Pad:autoupdate into main
4 changed files with 28 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.821.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Oct 8 11:55:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.821.0 (0.821)
see /usr/share/doc/packages/perl-Object-Pad/Changes
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.821.0
Release: 0
# 0.820 -> normalize -> 0.820.0
%define cpan_version 0.820
# 0.821 -> normalize -> 0.821.0
%define cpan_version 0.821
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}"