Skip to content

Commit f3db3b8

Browse files
committed
Add missing use statement for version module in build.pl
1 parent d0d3963 commit f3db3b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/windows/build.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use File::pushd qw[pushd];
1515
use File::Spec;
1616
use File::Path qw/make_path remove_tree/;
17+
use version 0.77 ();
1718
use Carp qw/croak/;
1819
use Actions::Core qw/warning info group set_failed/;
1920
use Actions::Core::Command qw(issue_command);

0 commit comments

Comments
 (0)