Padre
From WPKG | Open Source Software Deployment and Distribution
Padre is a Perl IDE, an integrated development environment, or in other words a text editor that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects.
From my limited experience it is dependent on ActivePerl and needs to be installed at the root of the C: e.g. C:\Padre
<package
id="padre"
name="Padre Perl IDE"
revision="%version%"
priority="1">
<depends package-id="activeperl"/>
<variable name="version" value="0.07" />
<check type="uninstall" condition="versionequalto" path="DwimPerl version %version%" value="%version%"/>
<install cmd='%SOFTWARE%\perl\Padre\dwimperl-5.14.2.1-v7-32bit.exe /verysilent /DIR="c:\padre" /norestart ALLUSERS=1' />
<upgrade include='install' />
<remove cmd='"c:\padre\unins000.exe" /VERYSILENT' />
</package>