How do I change perl5 so as to use perl5.26 rather than perl5.24?

I find:

    [me]$ sudo port installed |grep perl5
    ...
    perl5 @5.24.2_0+perl5_24 (active)
    perl5.24 @5.24.2_0 (active)
    perl5.26 @5.26.0_2 (active)

I tried:

   [me]$ sudo port install perl5 -perl5.24 +perl5.26

I still see

   [me]$ sudo port installed |grep perl5
    ...
    perl5 @5.24.2_0+perl5_24 (active)
    perl5.24 @5.24.2_0 (active)
    perl5.26 @5.26.0_2 (active)

I want to try to avoid uninstalling perl5 first, because it has 7 dependents, 
including apache2, and each of this dependents has several dependents, etc., to 
some considerable depth of dependency.

---
Murray Eisenberg                        murrayeisenb...@gmail.com
503 King Farm Blvd #101 Home (240)-246-7240
Rockville, MD 20850-6667        Mobile (413)-427-5334


Reply via email to