Skip to content

Commit a104cc9

Browse files
committed
5.36 batch file: rebuild blib each time
Otherwise uptes to the config files and code are missed when the user neglects to manually run it. Can be disabled at a later date.
1 parent 3297a2d commit a104cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devel.utils/_build-5.36.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
set SP=z:\sp532
77
set PATH=%SP%\c\bin;%SP%\perl\bin;%SP%\perl\site\bin;%PATH%
88

9+
:: update blib - requires Build.PL to have been run
10+
..\Build
11+
912
set SKIP_MSI_STEP=1
1013
set SKIP_PDL_STEP=1
1114
perl -Mblib ..\script\perldist_strawberry -job ..\share\64bit-5.36.0.1.pp -test_core -beta=0 -nointeractive -norestorepoints -wixbin_dir=z:\sw\wix311 -cpan_url https://cpan.metacpan.org

0 commit comments

Comments
 (0)