9
0

Automatic update to v2.6.9 (2.006009) #1

Merged
tinita merged 1 commits from cpanmirror/perl-Sub-Quote:autoupdate into main 2025-10-10 11:21:44 +02:00
4 changed files with 17 additions and 6 deletions

BIN
Sub-Quote-2.006008.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Sub-Quote-2.006009.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 9 20:29:15 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.006009
see /usr/share/doc/packages/perl-Sub-Quote/Changes
2.006009 - 2025-08-20
- fix new warning for bare \ in qw()
- fix documentation for hintshash option
- fix author tests with newer perl versions
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 21 03:10:25 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sat Jan 21 03:10:25 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Sub-Quote # spec file for package perl-Sub-Quote
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Sub-Quote %define cpan_name Sub-Quote
Name: perl-Sub-Quote Name: perl-Sub-Quote
Version: 2.006008 Version: 2.006009
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Efficient generation of subroutines via string eval Summary: Efficient generation of subroutines via string eval
@@ -37,7 +37,7 @@ Recommends: perl(Sub::Util)
This package provides performant ways to generate subroutines from strings. This package provides performant ways to generate subroutines from strings.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor