Skip to content

Commit 764c895

Browse files
authored
Merge pull request #77 from metacpan/mickey/external
external script - fix missing variable
2 parents 2570dd0 + 2e74880 commit 764c895

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/external.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
$ret = run_cygwin() if $external_source eq 'cygwin';
4040
$ret = run_debian() if $external_source eq 'debian';
41+
my $dist = $ret->{dist};
4142

4243
my $email_body = $ret->{errors_email_body};
4344
if ( $email_to and $email_body ) {

0 commit comments

Comments
 (0)