Skip to content

Commit 1fc094e

Browse files
committed
Add missing index file on partial CPAN
One of the local operations commonly used for testing the API, performed by `bin/metacpan author`, requires the find-ls.gz file, which was not included in the default partial CPAN. By adding this file to the loading script, testing becomes easier and eliminates the need for manual intervention to include the index.
1 parent 90aa517 commit 1fc094e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/partial-cpan-mirror.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ $RSYNC $PATH/authors/0* $MINICPAN/
1616
$RSYNC $PATH/modules/0* $MINICPAN/
1717

1818
$RSYNC $PATH/indices/mirrors.json $MINICPAN/
19+
$RSYNC $PATH/indices/find-ls.gz $MINICPAN/

0 commit comments

Comments
 (0)