MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //installd/perl588installer/CPAN-1.9301/distroprefs/MLEHMANN.Coro.yml
---
comment: |

  patch 33018 to perl shuffled "hasargs" around

match:
  distribution: "^MLEHMANN/Coro-4.37.tar.gz"
pl:
  env:
    PERL_MM_USE_DEFAULT: 1
    CORO_INTERFACE: s
depends:
  configure_requires:
    Event: 0
  requires:
    Event: 0
patches:
  - "ANDK/patches/Coro-4.37-ANDK-01.patch.gz"
--- 
comment: |

  or just to accept defaults in future releases...

  The dependency on Event is only given because I want to build
  Coro::Event and it does not get built if Event is not installed
  BEFOREHAND.

  Starting with 4.02 the defaults stopped working for me and I needed
  CORO_INTERFACE=s. I discovered this only when we reached 4.13 and
  only for perls with debugging on (-Doptimize=-g)

match:
  distribution: "^MLEHMANN/Coro-"
  perlconfig:
    optimize: "-g"
pl:
  env:
    PERL_MM_USE_DEFAULT: 1
    CORO_INTERFACE: s
depends:
  configure_requires:
    Event: 0
  requires:
    Event: 0
--- 
match:
  distribution: "^MLEHMANN/Coro-"
pl:
  env:
    PERL_MM_USE_DEFAULT: 1
depends:
  configure_requires:
    Event: 0
  requires:
    Event: 0