We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
osname
CPAN Testers has a map from the internal $Config{osname} value that Perl provides to a friendly, human-usable title. For example:
$Config{osname}
linux
cygwin
gnukfreebsd
We need to expose this table to the schema, so that we can edit it via backend processes or via the web interface.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CPAN Testers has a map from the internal
$Config{osname}
value that Perl provides to a friendly, human-usable title. For example:linux
maps to "GNU/Linux"cygwin
maps to "Windows (Cygwin)"gnukfreebsd
maps to "Debian GNU/kFreeBSD"We need to expose this table to the schema, so that we can edit it via backend processes or via the web interface.
The text was updated successfully, but these errors were encountered: