File tree Expand file tree Collapse file tree 7 files changed +6
-4
lines changed Expand file tree Collapse file tree 7 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -991,9 +991,6 @@ cpan/Encode/ucm/viscii.ucm Unicode Character Map
991991cpan/Encode/Unicode/Makefile.PL Encode extension
992992cpan/Encode/Unicode/Unicode.pm Encode extension
993993cpan/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
997994cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
998995cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
999996cpan/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
41454142dist/Env/lib/Env.pm Map environment into ordinary variables
41464143dist/Env/t/array.t See if Env works for arrays
41474144dist/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
41484148dist/Exporter/Changes History of changes for Exporter
41494149dist/Exporter/lib/Exporter.pm Exporter base class
41504150dist/Exporter/lib/Exporter/Heavy.pm Complicated routines for Exporter
Original file line number Diff line number Diff line change 2626 " dist/Dumpvalue" ,
2727 " dist/encoding-warnings" ,
2828 " dist/Env" ,
29+ " dist/experimental" ,
2930 " dist/Exporter" ,
3031 " dist/ExtUtils-CBuilder" ,
3132 " dist/ExtUtils-ParseXS" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
File renamed without changes.
You canβt perform that action at this time.
0 commit comments