aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5-devel/pkg-message
blob: 751268e62ee8b8d88ab28421fb7695cfae787241 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.