Help for this page

Select Code to Download


  1. or download this
          - name: Pre-Makefile.PL prereqs for older perls
            if: ${{ matrix.perl < '5.14' }}
            run: |
                cpanm --notest ExtUtils::MakeMaker
    
  2. or download this
          - name: Grab EUMM and HTTP::Tiny 0.083 or newer _before_ running
    + Makefile.PL for older perls
            if: ${{ matrix.perl < '5.20' }}
            run: |
                cpanm --notest ExtUtils::MakeMaker
                cpanm HTTP::Tiny~0.083