Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.95k stars 554 forks source link

feature 'apostrophe_as_package_separator' #22675

Open tonycoz opened 5 days ago

tonycoz commented 5 days ago

Revert removal of apostrophe in package names, and the deprecation of such.

Put the use of apostrophe in package names in source behind a default enabled feature.

This includes possible changes to the CPAN upstream modules to account for the brief set of development versions where apostrophe in names was not supported, but I could see an author ignoring it. These version numbers may need to change depending on if/when this is merged.

Fixes #22644