Skip to content

Commit c8e2613

Browse files
committed
Move experimental.pm to upstream=blead
Experience has thought that almost all changes to experimental.pm come from core, hence it's easier for maintenance if we move its upstream to blead, and sync the CPAN version with that.
1 parent 360ba57 commit c8e2613

File tree

7 files changed

+6
-4
lines changed

7 files changed

+6
-4
lines changed

β€ŽMANIFESTβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -991,9 +991,6 @@ cpan/Encode/ucm/viscii.ucm Unicode Character Map
991991
cpan/Encode/Unicode/Makefile.PL Encode extension
992992
cpan/Encode/Unicode/Unicode.pm Encode extension
993993
cpan/Encode/Unicode/Unicode.xs Encode extension
994-
cpan/experimental/lib/experimental.pm Module related to experimental
995-
cpan/experimental/lib/stable.pm Module related to experimental
996-
cpan/experimental/t/basic.t Test file related to experimental
997994
cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
998995
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
999996
cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
@@ -4145,6 +4142,9 @@ dist/encoding-warnings/t/4-lexical.t tests for encoding::warnings
41454142
dist/Env/lib/Env.pm Map environment into ordinary variables
41464143
dist/Env/t/array.t See if Env works for arrays
41474144
dist/Env/t/env.t See if Env works
4145+
dist/experimental/lib/experimental.pm Module related to experimental
4146+
dist/experimental/lib/stable.pm Module related to experimental
4147+
dist/experimental/t/basic.t Test file related to experimental
41484148
dist/Exporter/Changes History of changes for Exporter
41494149
dist/Exporter/lib/Exporter.pm Exporter base class
41504150
dist/Exporter/lib/Exporter/Heavy.pm Complicated routines for Exporter

β€ŽMETA.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"dist/Dumpvalue",
2727
"dist/encoding-warnings",
2828
"dist/Env",
29+
"dist/experimental",
2930
"dist/Exporter",
3031
"dist/ExtUtils-CBuilder",
3132
"dist/ExtUtils-ParseXS",

β€ŽMETA.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ no_index:
2424
- dist/Dumpvalue
2525
- dist/encoding-warnings
2626
- dist/Env
27+
- dist/experimental
2728
- dist/Exporter
2829
- dist/ExtUtils-CBuilder
2930
- dist/ExtUtils-ParseXS

β€ŽPorting/Maintainers.plβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ package Maintainers;
436436
'experimental' => {
437437
'DISTRIBUTION' => 'LEONT/experimental-0.036.tar.gz',
438438
'SYNCINFO' => 'jkeenan on Sat Jul 19 12:50:08 2025',
439-
'FILES' => q[cpan/experimental],
439+
'FILES' => q[dist/experimental],
440440
'EXCLUDED' => [qr{^xt/}],
441441
},
442442

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)