freebsd-ports/lang/perl5.30/pkg-message
Mathieu Arnold 8d885bfd3a Convert lang/perl5*'s pkg-message to UCL, and remove it from perl5-devel.
The message is 5 years old, no need to carry it on in future versions.
2019-06-19 15:20:17 +00:00

35 lines
646 B
Text

[
{
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"
}
]