Skip to content

Commit 41864e3

Browse files
committed
copy 08pumpkings file to fake cpan in test setup
1 parent eb8a5f0 commit 41864e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/00_setup.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ $src_dir->child('bugs.tsv')->copy( $fakecpan_dir->child('bugs.tsv') );
9595
$src_dir->child('mirrors.json')
9696
->copy( $fakecpan_dir->child(qw(indices mirrors.json)) );
9797

98+
$src_dir->child('08pumpkings.txt.gz')
99+
->copy( $fakecpan_dir->child(qw(authors 08pumpkings.txt.gz)) );
100+
98101
write_find_ls($fakecpan_dir);
99102

100103
$server->index_permissions;

0 commit comments

Comments
 (0)