Skip to content

Commit 62688b0

Browse files
committed
Rebuild MANIFEST file
1 parent 0ffd3da commit 62688b0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

MANIFEST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ lib/Test/Harness.pm
6666
Makefile.PL
6767
MANIFEST
6868
MANIFEST.CUMMULATIVE
69+
META.json
6970
META.yml
7071
perlcriticrc
7172
README
@@ -74,8 +75,8 @@ t/aggregator.t
7475
t/bailout.t
7576
t/base.t
7677
t/callbacks.t
77-
t/compat/env_opts.t
7878
t/compat/env.t
79+
t/compat/env_opts.t
7980
t/compat/failure.t
8081
t/compat/inc-propagation.t
8182
t/compat/inc_taint.t
@@ -89,6 +90,7 @@ t/console.t
8990
t/data/catme.1
9091
t/data/proverc
9192
t/data/sample.yml
93+
t/env_opts.t
9294
t/errors.t
9395
t/file.t
9496
t/glob-to-regexp.t
@@ -134,6 +136,7 @@ t/proverun.t
134136
t/proveversion.t
135137
t/regression.t
136138
t/results.t
139+
t/rulesfile.t
137140
t/sample-tests/bailout
138141
t/sample-tests/bignum
139142
t/sample-tests/bignum_many
@@ -227,4 +230,3 @@ xt/author/pod.t
227230
xt/author/stdin.t
228231
xt/perls/harness_perl.t
229232
xt/perls/sample-tests/perl_version
230-
META.json

MANIFEST.SKIP

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\.tmproj$
2+
^Test-Harness-*/*
23
\.tar\.gz$
34
\B\.svn\b
45
\B\.git\b
@@ -17,6 +18,8 @@
1718
^Build$
1819
^blib/
1920
^pm_to_blib$
21+
^MYMETA.yml$
22+
^MYMETA.json$
2023

2124
# Temp, old and emacs backup files.
2225
~$

0 commit comments

Comments
 (0)