Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit deca904

Browse files
committed
distroprefs
1 parent 979cd70 commit deca904

18 files changed

+49
-17
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ cpan/CPAN/distroprefs/Dancer.yml
423423
cpan/CPAN/distroprefs/Dancer-Plugin-ElasticSearch.yml
424424
cpan/CPAN/distroprefs/DANJOU.Net-Google-DocumentsList.yml
425425
cpan/CPAN/distroprefs/DANKOGAI.Regexp-Optimizer.yml
426+
cpan/CPAN/distroprefs/Data-Dump.yml
426427
cpan/CPAN/distroprefs/Data-RuledValidator.yml
427428
cpan/CPAN/distroprefs/Database-Migrator.yml
428429
cpan/CPAN/distroprefs/DateTime.yml
@@ -897,6 +898,7 @@ cpan/CPAN/distroprefs/Sub-Install.yml
897898
cpan/CPAN/distroprefs/Sub-Name.yml
898899
cpan/CPAN/distroprefs/Sub-Quote.yml
899900
cpan/CPAN/distroprefs/SULLR.IO-Socket-SSL.yml
901+
cpan/CPAN/distroprefs/SUPER.yml
900902
cpan/CPAN/distroprefs/SWALTERS.typesafety.yml
901903
cpan/CPAN/distroprefs/SZABGAB.Spreadsheet-ParseExcel.yml
902904
cpan/CPAN/distroprefs/SZABGAB.Term-ProgressBar.yml

cpan/CPAN/distroprefs/CPAN-Meta-Requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "allow cperl 'c' suffix"
33
match:
44
distribution: "CPAN-Meta-Requirements-"
55
perlconfig:
6-
version: "^5\.2"
6+
version: "^5\.[23]"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/CPAN-Meta-Requirements.patch"

cpan/CPAN/distroprefs/CPAN-Reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "cperl Config is readonly. disable a wrong mock test. Fixed with 1.2017
33
match:
44
distribution: "CPAN-Reporter-1\.2015"
55
perlconfig:
6-
version: "^5\.2"
6+
version: "^5\.[23]"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/CPAN-Reporter-1.2015-cperl.patch"

cpan/CPAN/distroprefs/CPAN-SQLite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "Support cperl mro c3 [cpan #120241]"
33
match:
44
distribution: "CPAN-SQLite-0\.2"
55
perlconfig:
6-
version: "^5\.2(5\.3|[6789]\.\d)"
6+
version: "^5\.(2[6789]|3)"
77
usecperl: "define"
88
#patches:
99
# - "RURBAN/patches/CPAN-SQLite-c3.patch"

cpan/CPAN/distroprefs/Carp-Assert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "shouldn't"
33
match:
44
distribution: "Carp-Assert-0\.21"
55
perlconfig:
6-
version: "^5\.26"
6+
version: "^5\.(2[6789]|3)"
77
usecperl: "define"
88
patches:
99
- RURBAN/patches/Carp-Assert-0.21-cperl526.patch

cpan/CPAN/distroprefs/Class-C3-cperl526.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "readonly ISA [cpan #120530]"
33
match:
44
distribution: "Class-C3-0\.3"
55
perlconfig:
6-
version: "^5\.26"
6+
version: "^5\.(2[6789]|3)"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/Class-C3-0.32-cperl526.patch"

cpan/CPAN/distroprefs/Class-Tiny.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
comment: "cperl strict hashpairs"
33
match:
4-
distribution: "Class-Tiny-1\.006"
4+
distribution: "Class-Tiny-1\.00"
55
perlconfig:
6-
version: "^5\.2[78]"
6+
version: "^5\.(2[789]|3)"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/Class-Tiny-527c.patch"

cpan/CPAN/distroprefs/Compress-Raw-Bzip2-cperl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "disable t/Test/More"
33
match:
44
distribution: "PMQS/Compress-Raw-Bzip2-2"
55
perlconfig:
6-
version: "^5\.2[456]"
6+
version: "^5\.(2[6789]|3)"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/Compress-Raw-Bzip2-2.072-Test-cperl.patch"

cpan/CPAN/distroprefs/Compress-Raw-Zlib-cperl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ comment: "disable t/Test/More"
33
match:
44
distribution: "PMQS/Compress-Raw-Zlib-2"
55
perlconfig:
6-
version: "^5\.2[456]"
6+
version: "^5\.(2[6789]|3)"
77
usecperl: "define"
88
patches:
99
- "RURBAN/patches/Compress-Raw-Zlib-2.074-cperl.patch"

cpan/CPAN/distroprefs/Data-Dump.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
comment: "no strict names"
3+
match:
4+
distribution: "Data-Dump-1\."
5+
perlconfig:
6+
version: "^5\.(2[789]|3)"
7+
usecperl: "define"
8+
patches:
9+
- "RURBAN/patches/Data-Dump-v5280c.patch"

0 commit comments

Comments
 (0)