From Fedora Project Wiki

< Changes

Revision as of 07:53, 6 March 2020 by Ppisar (talk | contribs) (→‎Release Notes: A typography)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Perl 5.30

Summary

A new perl 5.30 version brings a lot of changes done over a year of development. Perl 5.30 was released 5/22/2019. See 5.30.0 perldelta for more details about preparing release.

Owner

Current Status

Completed Items

  • Upstream to release Perl 5.30
  • Get dedicated build-root from rel-engs (f31-perl)
  • Define perl_bootstrap in perl-srpm-macros
  • Rebase perl to 5.30.0
  • Rebuild dual-lived packages (otherwise dnf recommends --skip-broken and fails)
  • Rebuild packages needed for minimal build-root
  • Rebuild packages needed for building source packages from git repository
  • Rebuild other packages: Use Fedora::Rebuild dependency solver
  • Undefine perl_bootstrap
  • Rebuild packages having perl_bootstrap condition in spec file
  • Rebuild all updated packages
  • Final lists of results
  • Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs
  • Synchronize packages upgraded in f31 build root

Items in Progress

  • Rebuilt Perl packages: 3180 of 3182 done (99.94%)
  • Failed builds (2):

Items to Be Done

Detailed Description

New perl is released every year and updates containing mainly bug fixes follow during the year. The 5.30.0 version is stable release this year.

In addition, Perl site paths will be made ABI-specific. CPAN modules intended for an installation under /usr/local/ will be installed to /usr/local/{share,lib*}/perl5/5.30 paths. This will prevent from breaking Perl with old locally installed modules after a Fedora upgrade.

Benefit to Fedora

Up-to-date and latest perl release will be delivered to Fedora users.

Scope

Every Perl package will be rebuilt in a dedicated f31-perl build-root against perl 5.30.0 and then if no major problem emerges the packages will be merged back to f31 build-root.

  • Proposal owners:

New perl and all packages requiring perl or a Perl module will be rebuilt into f31-perl build-root.

  • Other developers: N/A (not a System Wide Change)

Owners of packages that fail to rebuild, mainly perl-sig users, will be asked using Bugzilla to fix or remove their packages from the distribution.

  • Release engineering: #8368 (a check of an impact with Release Engineering is needed)

Release engineers will be asked for new f31-perl build-root inheriting from f31 build-root. After successful finishing the rebuild, they will be asked to merge f31-perl packages back to f31 build-root.

  • Policies and guidelines:

No policies have to be modified to complete this change.

Upgrade/Compatibility Impact

Vast majority of functionality will be preserved. Only the packages that failed to build against perl 5.30 will be removed from the distribution. That will require to remove those packages from existing systems otherwise package manager will encounter unsatisfied dependencies. Modules installed locally into /usr/local will become unavailable and users will need to reinstall them.

How to Test

Try upgrading from Fedora 30 to 31. Try some Perl application to verify they work as expected. Try embedded perl in slapd or snmpd.

User Experience

There should not be any remarkable change in user experience. With the exception that previously locally installed modules with a CPAN clients will need a reinstalation.

Dependencies

There is more than 3100 packages depending on perl. Most of them are expected not to break. Finishing this change can be endangered only by critical changes in a toolchain.

Contingency Plan

If we find perl 5.30 is not suitable for Fedora 31, we will revert back to perl 5.28 and we drop the temporary build-root with already rebuilt packages.

  • Contingency deadline: branching Fedora 31 from Rawhide.
  • Blocks release? No.

Documentation

Release Notes

Important Changes

  • Unicode 12.1 is supported
  • The upper limit n specifiable in a regular expression quantifier of the form {m,n} has been doubled to 65534
  • Wildcards in the Unicode property value specifications are now partially supported
  • qr'\N{name}' is now supported
  • It is now possible to compile perl to always use thread-safe locale operations.
  • Limited variable length lookbehind in regular expression pattern matching is now experimentally supported
  • Use faster method to convert to UTF-8
  • Turkic UTF-8 locales are now seamlessly supported
  • Eliminate opASSIGN macro usage from core
  • -Drv now means something on -DDEBUGGING builds

Removed Features and Incompatible Changes

  • Removed modules: Math::BigInt::CalcEmu, arybase, Locale::Codes, B::Debug
  • Delimiters must now be graphemes
  • Some formerly deprecated uses of an unescaped left brace { in regular expression patterns are now illegal
  • Assigning non-zero to $[ is fatal
  • Previously deprecated sysread()/syswrite() on :utf8 handles is now fatal
  • my() in a false conditional is prohibited
  • Fatalize $* and $#
  • Fatalize unqualified use of dump()
  • Remove File::Glob::glob()
  • pack() no longer can return a malformed UTF-8
  • Any set of digits in the Common script is legal in a script run of another script
  • JSON::PP enables allow_nonref by default
  • Site paths moved from /usr/local/…/perl5 to /usr/local/…/perl5/5.30

Deprecated Features

  • In XS code, use of various macros dealing with UTF-8.