Bram 0c4b0c04d7 Tidy output of perlbug for pasting on GitHub
Clean up the report created by `perlbug` so that it looks better
when pasted in a GitHub issue:
- Put the 'perl configuration' in a code-block
- Hide some sentences
- Clean up 'Flags' section (it was shown as a very big header and
  taking up quite a lot of space)
- Add `**Description**`, `**Steps to Reproduce**` and `**Expected behaviour**`
  in the body of the report (similar to the GitHub issue template)
- If this is a report about a core module then also put the name of the Module
  at the top (it's still included in 'Flags' as well)
- ...

(There are two newlines added before 'Flags', this is to deal with someone
 using `perlbug -b foo`, without the newlines GitHub would make turn the
 'foo' into a title)
2022-09-05 10:39:35 +02:00
..