opnsense-ports/lang/perl5.28/pkg-message
Franco Fichtner a9432663d5 */*: sync with upstream
Taken from: HardenedBSD
2018-05-22 08:51:30 +02:00

11 lines
267 B
Text

The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:
#!/usr/local/bin/perl
or
#!/usr/bin/env perl
The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.