WIP: Automatic update to Test-Unit-0.28.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Test-Unit:autoupdate into main
First-time contributor
Check [the update process docs](https://src.opensuse.org/tinita/perl-update-process)
cpanmirror added 1 commit 2025-12-03 06:35:41 +01:00
autogits-devel requested review from dstoecker 2025-12-03 06:35:56 +01:00
autogits-devel requested review from kraih 2025-12-03 06:35:57 +01:00
autogits-devel requested review from okurz 2025-12-03 06:35:57 +01:00
autogits-devel requested review from rjschwei 2025-12-03 06:35:57 +01:00
autogits-devel requested review from smithfarm 2025-12-03 06:35:57 +01:00
autogits-devel requested review from tinita 2025-12-03 06:35:57 +01:00
cpanmirror added 2 commits 2025-12-09 06:38:31 +01:00
tinita reviewed 2025-12-09 14:49:45 +01:00
@@ -68,2 +69,4 @@
Provides: perl(Test::Unit::Warning)
Provides: perl(Tk::ArrayBar)
Provides: perl(fail_example)
Provides: perl(fail_example_testsuite_setup)
Owner

Those lines are wrong. They are coming from https://metacpan.org/release/RJBS/Test-Unit-0.29/source/examples/fail_example.pm
The module doesn't list the example dir in no_index:
https://metacpan.org/release/RJBS/Test-Unit-0.29/source/META.json#L16

Those lines are wrong. They are coming from https://metacpan.org/release/RJBS/Test-Unit-0.29/source/examples/fail_example.pm The module doesn't list the `example` dir in `no_index`: https://metacpan.org/release/RJBS/Test-Unit-0.29/source/META.json#L16
Owner

Asked on IRC. ilmari found that PAUSE has a default ignore list:
https://github.com/andk/pause/blob/master/lib/PAUSE/dist.pm#L782-L789

next if $inmf =~ m!^(?:x?t|inc|local|perl5|fatlib|examples?|ex|eg|demo)/!;

I will use that in cpanspec as well

Asked on IRC. ilmari found that PAUSE has a default ignore list: https://github.com/andk/pause/blob/master/lib/PAUSE/dist.pm#L782-L789 ``` next if $inmf =~ m!^(?:x?t|inc|local|perl5|fatlib|examples?|ex|eg|demo)/!; ``` I will use that in cpanspec as well
tinita added the Needs cpanspec.yml change label 2025-12-09 14:49:54 +01:00
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u autoupdate:cpanmirror-autoupdate
git checkout cpanmirror-autoupdate
Sign in to join this conversation.