# HG changeset patch # User Heiko Schlittermann # Date 1462223519 -7200 # Node ID 6b7f69be290aaeb9f7a7780e8b02ddcd0289734c # Parent 10ee65f99a7d9d77a73f44d12225a5d31b676226 Use << here-doc syntax diff -r 10ee65f99a7d -r 6b7f69be290a check_tlsa --- a/check_tlsa Mon May 02 23:08:42 2016 +0200 +++ b/check_tlsa Mon May 02 23:11:59 2016 +0200 @@ -34,14 +34,10 @@ my $url = 'https://schlittermann.de'; my $author = 'Heike Yvonne Pesch'; my $email = ''; -my $extra = - LF - . 'Author: ' - . $author . ' ' - . $email - . LF - . 'For more information visit ' - . $url; +my $extra = <<_; +Author: $author $email +For more information visit $url +_ my $license = 'GPLv3'; my $usage = 'Usage: %s [ -v|--verbose ] [-H ] [-t ] '