-
Notifications
You must be signed in to change notification settings - Fork 1
/
04.various_fixes.yml
21 lines (21 loc) · 1000 Bytes
/
04.various_fixes.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generic fixes
---
# META.yml may hang --- may be fixed by specifying --cpanconf yaml_module=YAML::Syck
match:
distribution: |
^(?x:
MCONNER/Devel-Decouple-v0.0.3.tar.gz # https://rt.cpan.org/Ticket/Display.html?id=101285
|.*/Sorauta-Cache-HTTP-Request-Image-0\.01\.
|JOHND/Data-Properties-YAML-0.04.tar.gz # https://rt.cpan.org/Ticket/Display.html?id=101286
|JOHND/ASP4-1.087.tar.gz # META.yml here not problematic, but reverse deps has also to be handled...
|SDOWIDEIT/AnyData-0.11.tar.gz # https://rt.cpan.org/Ticket/Display.html?id=95908 -> fixed
|APERROTT/Device-ELM327-0.13.tar.gz # https://rt.cpan.org/Ticket/Display.html?id=101289 -> fixed
)|XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
cpanconfig:
yaml_module: 'YAML::Syck'
depends:
configure_requires:
'YAML::Syck': 0
## XXX Unfortunately this hack does not seem to work always
## --- so I had to change the yaml_module configuration in
## ~/.cpan/CPAN/MyConfig.pm, making this a no-op