mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8d885bfd3a
The message is 5 years old, no need to carry it on in future versions.
36 lines
646 B
Plaintext
36 lines
646 B
Plaintext
[
|
|
{
|
|
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"
|
|
}
|
|
]
|