Skip to content

Commit

Permalink
Merge 9012d9e into 141117f
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Jan 31, 2015
2 parents 141117f + 9012d9e commit 3d8887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ sub import_tarball {
? $fname =~ s/^(.*\/)?(.+?)\/?$/$2/
: $fname =~ s/.*\///;
$fpath = "" if $relative !~ /\// && !$at->is_impolite;

log_debug { 'Adding file ', $fpath };
my $file = $file_set->new_document(
Dlog_trace {"adding file $_"} +{
metadata => $meta,
Expand Down

0 comments on commit 3d8887a

Please sign in to comment.