<!-- Note: you can also replace the whole content with a file generated by the perlbug utility; perlbug reports by email are no longer supported. Be sure to enclose your perl configuration in a fenced code block to preserve formatting: https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks --> <!-- If your bug is about a Perl core module rather than a core language feature, please enter its name after. --> ~Module:~ It's a fatal error during the build process. **Description** <!-- A clear and concise description of what the bug is. --> Perl cannot be built on the beta version of macOS 11.0 Big Sur, failing to recognise the version of the OS. The `./Configure -des -Dprefix=/path/to/perl` command returns an error: ``` *** Unexpected product version 11.0. *** *** Try running sw_vers and see what its ProductVersion says. ``` And `sw_vers` says ``` ProductName: macOS ProductVersion: 11.0 BuildVersion: 20A5364e ``` **Steps to Reproduce** <!-- A one-liner or script to reproduce the issue. --> ``` ./Configure -des -Dperfix=/path/to/perl ``` **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Recognise the macOS version and continue. **Perl configuration** <!-- Please paste `perl -V` output just below. --> No configuration, since it's not even built.