-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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:
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 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels