Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change operator to Perl 5.8-compatible one
  • Loading branch information
David Christensen committed Jun 23, 2017
1 parent 8336e99 commit 6956a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/File.pm
Expand Up @@ -711,7 +711,7 @@ sub allowed_file {
$Vend::File::errstr = '';
if( $Global::NoAbsolute
and
$pat = $Global::AllowedFileRegex->{$Vend::Cat // ''}
$pat = $Global::AllowedFileRegex->{$Vend::Cat || ''}
and
$fn !~ $pat
and
Expand Down

0 comments on commit 6956a16

Please sign in to comment.