Merge branch 'staged'
[dports.git] / lang / perl5.28 / pkg-message
1 [
2 {
3   message: <<EOD
4 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
5 For shebangs, you should either use:
6
7 #!/usr/local/bin/perl
8
9 or
10
11 #!/usr/bin/env perl
12
13 The first one will only work if you have a /usr/local/bin/perl,
14 the second will work as long as perl is in PATH.
15 EOD
16   type: install
17 }
18 {
19   message: <<EOD
20 The /usr/bin/perl symlink has been removed starting with Perl 5.20.
21 For shebangs, you should either use:
22
23 #!/usr/local/bin/perl
24
25 or
26
27 #!/usr/bin/env perl
28
29 The first one will only work if you have a /usr/local/bin/perl,
30 the second will work as long as perl is in PATH.
31 EOD
32   type: upgrade
33   maximum_version: "5.21"
34 }
35 ]