Skip to content

Commit

Permalink
when queueing from script/release also provide --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 22, 2016
1 parent b67d768 commit 08c1a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Release.pm
Expand Up @@ -178,7 +178,7 @@ sub run {
}

if ( $self->queue ) {
local @ARGV = ( qw{ queue --file }, $file );
local @ARGV = ( qw{ queue --latest --file }, $file );
MetaCPAN::Script::Runner->run;
}
else {
Expand Down

0 comments on commit 08c1a15

Please sign in to comment.