8
0

WIP: Automatic update to Perl-Tidy-20260204.tar.gz #3

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Perl-Tidy:autoupdate into main
4 changed files with 27 additions and 6 deletions

Binary file not shown.

BIN
Perl-Tidy-20260204.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Feb 5 06:15:24 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 20260204.0.0 (20260204)
see /usr/share/doc/packages/perl-Perl-Tidy/CHANGES.md
## 2026 02 04
- Fix issue git #195, where --want-break-before=s and --want-break-after=s
incorrectly rejected a string 's' with keywords 'and' and 'or'.
- When --delete-side-comments or --delete-block-comments are used to delete
comments, comments of the form '## no critic' are not deleted unless
--ignore-perlcritic-comments, or -ipc, is also set.
- A new parameter --delete-side-comments-exclusion-pattern=s, or -dscxp=s,
is available to prevent the --delete-side-comments parameter from deleting
certain side comments. The string s defines the leading characters of
comments which should not be deleted by -dsc. The manual has details.
One use is to prevent -dsc from deleting closing side comments, which
begin with two hash symbols. The command to do this is
perltidy -dsc -dscxp='\#\#' file.pl
The backslashes are required to get the string past a command line shell.
-------------------------------------------------------------------
Fri Jan 9 05:48:13 UTC 2026 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name Perl-Tidy
Name: perl-Perl-Tidy
Version: 20260109.0.0
Version: 20260204.0.0
Release: 0
# 20260109 -> normalize -> 20260109.0.0
%define cpan_version 20260109
# 20260204 -> normalize -> 20260204.0.0
%define cpan_version 20260204
#Upstream: GPL-1.0-or-later
License: GPL-2.0-or-later
Summary: Indent and reformat perl scripts