Skip to content

Bump perl version to 5.26 #22

@stefanhaerter

Description

@stefanhaerter

Motivated by RotherOSS/otobo#2545:

Consider bumping the pp script to use v5.26. The script makes intense use of heredocs¹, and indentation of those would, in my humble opinion, improve readability.

¹ As one example:

PackagePrep/pp

Lines 304 to 321 in f3ac915

print "Using Template $Template to prefill the touched file.\n";
my $Copyright = <<'COPYRIGHT';
--
OTOBO is a web-based ticketing system for service organisations.
--
Copyright (C) 2001-2020 OTRS AG, https://otrs.com/
Copyright (C) 2019-<current_year> Rother OSS GmbH, https://otobo.io/
--
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
--
COPYRIGHT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions