Skip to content

Commit

Permalink
Tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 25, 2014
1 parent 94fa272 commit 909a717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/MetaCPAN/Script/Release.pm
Expand Up @@ -198,7 +198,8 @@ sub import_tarball {
# load Archive::Any in the child due to bugs in MMagic and MIME::Types
require Archive::Any;
my $at = Archive::Any->new($tarball);
my $tmpdir = dir( File::Temp::tempdir( CLEANUP => 0, DIR => $self->base_dir ) );
my $tmpdir
= dir( File::Temp::tempdir( CLEANUP => 0, DIR => $self->base_dir ) );

log_error {"$tarball is being impolite"} if $at->is_impolite;

Expand Down

0 comments on commit 909a717

Please sign in to comment.