- Package:
- perl-modules-5.32
- Source:
- perl
- Submitter:
- "Trent W. Buck"
- Date:
- 2021-05-08 11:57:02 UTC
- Severity:
- wishlist
- Tags:
While auditing shebangs for something else, I found this silly one:
$ sed -n 1p /usr/share/perl/*/ExtUtils/Miniperl.pm
#!./perl -w
Can you get upstream to either remove it or change it to something sensible?
It doesn't really *matter*, it just looks so silly I had to say something!
Control: tags -1 + wontfix <https://github.com/Perl/perl5/commit/a78951c8adf2702a1136eae4f11657b13ee6697f> I'm not sure without further investigation whether it has to be exactly that way (due to the fact it's to be used by miniperl during the build process) or whether it was added as an editor hint, or some other reason but either way, I don't think it warrants an upstream bug report.