I know several companies where they still heavily use
perl 5.6.x or even 5.00x for that matter. (Well, some of them still have perl 4 around, but let's not talk about this).
One of the complaints I heard is that looking at CPAN they don't know which module can they use, which one is working on a certain old version of perl.
They explain that in Java if they use a certain version (e.g. 1.4) they know exactly what packages are there, and if they use any third party software (comparable to CPAN modules) they know the status of every package, if it supported on their platform or not.
I tried to ask them if they use a Java that was released more than 10 years, how many of the third party tools are available for that version?
Maybe all we need is a way to query the CPAN Testers database to show which version of each module has passed on a certain version of perl on a certain platform.
- Pick a perl version from a drop down list
- Pick a platform from a drop down list
- List all the modules that have successful test results in the given configuration and show the latest version (or all version) of those modules.
Maybe we need a smoke server with old versions of perl?
Maybe we need something else?
Maybe I should tell them if they are really interested in it
they should setup their own smoke server?
Update
I have started to generate lists of CPAN modules and their number of the highest version that has passed on each platform:
Tested CPAN modules
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.