Description
As of current, the only source of perl documentation and policies re "OS support" appears to be perlport.
Which raises a big question of: Where else are OS support policies documented?
Skimming perlport, it is notable that it is inconsistent.
- For example AmigaOS is not in the list of "Supported Platforms", but mentioned thoroughly in the document.
- There are also three "Supported Platforms" sections:
- one of which has 5.8 in the title
- one which doesn't, but describes perl 5.12
- one which generally describes platforms and some of their details
Which raises the question of: Which platforms are actually documented as supported?
And then there is currently the assumption that "a platform is documented as supported means there is a requirement that we must keep new perl versions fully functional for it". However the "platforms" heading doesn't have language to this effect, and the two "supported platforms" headings say something that isn't a promise or a requirement, but reads as a plain observation of currently known fact.
As of (the Perl release ), the following platforms were able to build Perl from the standard source code distribution
Thus: What promises are actually made regarding OS support and where?