aboutsummaryrefslogblamecommitdiff
path: root/lang/perl5.30/pkg-message
blob: c6eafcb3188b1937f4c59cc086296bb7b2c32d6e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                










                                                                   




















                                                                   
[
{
  message: <<EOD
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.
EOD
  type: install
}
{
  message: <<EOD
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.
EOD
  type: upgrade
  maximum_version: "5.21"
}
]