Background: We have recently got into some confusion, because one developer used Strawberry Perl 5.14.4.1 while the our buildserver uses 5.14.2. However, 5.14.4.1 contains more modules, so the script didn't work on the server. Fix is obvious: Use the right (==same) version either way, or install missing modules from CPAN, but ...
I've been wondering, the Strawberry Homepage only seems to list "List of distributions installed on top of ..." or "List of distributions added to ...", so there doesn't seem a quick online way to compare what's in there.
Downloading the portable versions and doing a directory tree diff isn't too hard, but simple full lists than could be compared would be nice. Is there anything I have missed, or is the full list of modules included in a Strawberry Perl Release not available online?