- Install Strawberry Perl (v5.30)
- Launch "CPAN Client" via the Start menu (not from a cmd.exe prompt!)
- Within the
cpan>
shell we'll install PAR Packager, but skip running tests because they fail to unlink temporary files fast enough on my VirtualBox VM: a.get pp
b.notest install pp
- (Optional: Uncomment
use Win32::Console::ANSI;
near top of script to enable coloured text) - Run
pp -o tvrenamer.exe tvrenamer.pl
Steps 4 and 5 are scripted in compile_win32.py
, but that requires Python v2.