Skip to content

Commit a645d15

Browse files
committed
Add a trailing slash without causing warnings
1 parent b3f0236 commit a645d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Web/Model/API/File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sub dir {
2626
{ term => { 'file.author' => $author } },
2727
{ term => { 'file.release' => $release } },
2828
{ prefix => {
29-
'file.path' => join( '/', @path, undef )
29+
'file.path' => join( '/', @path, '' )
3030
}
3131
},
3232
]

0 commit comments

Comments
 (0)