I am trying to use:
to ensure that the latest version of perl is used for all perl dependencies (such as various php add-ons). However, even after I specify the above line, any package that I try to install that needs Perl still tries to install “perl5: 5.16.3_6” (Perl 5.16). Why? What do I use to ensure that Perl 5.18 is always used as a dependency?
Using the brand-new FreeBSD 10 with the pkg command in a Hyper-V VM.
Code:
# pkg set -o lang/perl5:lang/perl5.18
Using the brand-new FreeBSD 10 with the pkg command in a Hyper-V VM.