Strawberry Perl is a binary distribution of Perl for the Windows operating system. It includes a bundled compiler and pre-installed modules that offer the ability to install XS CPAN modules directly from CPAN.
Size: 200 MB
Authors: Vanilla Perl Project
Default path: %HOMEDRIVE%\Programs\Perl
pbox install strawberryperl
Show pbox.xml
<pbox version="1.0">
<name>strawberryperl</name>
<title>Strawberry Perl</title>
<version>5.32.1.1</version>
<group>compiler</group>
<group>perl</group>
<archs>32,64</archs>
<msiFile arch="32">strawberry-perl-5.32.1.1-32bit.msi</msiFile>
<msiFile arch="64">strawberry-perl-5.32.1.1-64bit.msi</msiFile>
<homedir>%HOMEDRIVE%\Programs\Perl</homedir>
<install>
<msi>.\msi\${msiFile}=/quiet ADDLOCAL=ALL TARGETDIR="${homedir}" INSTALLDIR="${homedir}" ALLUSERS=1</msi>
<path>${homedir}\perl\bin</path>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/quiet</unmsi>
<remove>${homedir}</remove>
<unpath>${homedir}\perl\bin</unpath>
</uninstall>
</pbox>