diff options
Diffstat (limited to 'lang/perl5.26/pkg-message')
-rw-r--r-- | lang/perl5.26/pkg-message | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/perl5.26/pkg-message b/lang/perl5.26/pkg-message index 751268e62ee8..c6eafcb3188b 100644 --- a/lang/perl5.26/pkg-message +++ b/lang/perl5.26/pkg-message @@ -1,3 +1,6 @@ +[ +{ + message: <<EOD The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: @@ -9,3 +12,24 @@ or 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" +} +] |