Changes between Version 1 and Version 20 of Ticket #46570


Ignore:
Timestamp:
Jul 14, 2015, 8:59:58 AM (9 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46570

    • Property Summary changed from git, openbrowser, ossp-uuid, xraylib: remove variants perl5_12, perl5_14, introduce support for 5.18 and 5.20 to git, openbrowser, ossp-uuid, xraylib: remove variants perl5_12, perl5_14, introduce support for 5.18, 5.20 and 5.22
  • Ticket #46570 – Description

    v1 v20  
    1 Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_10`, `perl5_12`, `perl5_14` and introduce variants for 5.18 and 5.20, ideally using something like this (if I understand the functionality properly):
     1Support for Perl < 5.16 has been removed (#46322). I would like to request removing variants `perl5_10`, `perl5_12`, `perl5_14` and introduce variants for 5.18, 5.20 and 5.22, ideally using something like this (if I understand the functionality properly):
    22
    33{{{
    44perl5.require_variant yes
    55perl5.conflict_variants yes
    6 perl5.branches 5.16 5.18 5.20
     6perl5.branches 5.16 5.18 5.20 5.22
    77perl5.create_variants ${perl5.branches}
    88}}}