**Description** Please change template to hide details from `perl -V` Use this: ``` <details><summary>short description</summary> hidden content </details> ``` instead of this: ``` **Perl configuration** <!-- Please paste `perl -V` output just below. --> -``` # perl -V output goes here -``` ``` This will allow to hide long output.