From Fedora Project Wiki

Perl 5.14

Summary

Perl 5.14 brings a lot of changes. Details about them could be found at perl [delta]

Owner

Current status

  • Targeted release: Fedora 16
  • Last updated: 2011-06-21
  • Percentage of completion: 30%

Completed items

  • perl 5.14.1 rebuilt!

Items still to be done - perl modules

Other packages

Detailed Description

Perl releases will be now every year and updates during year will be containing mainly bug fixes. The release 5.14.0 should be stable release, but 5.14.1 should contain bugfixes for issues introduced in 5.14.0.

Benefit to Fedora

Fedora as bleeding edge distribution should be shipping new release of perl as one of the first distributions.

Scope

Everything will be rebuilt in testing buildroot dist-f16-perltest. 'fedpkg build --target dist-f16-perltest'

  • update perl to 5.14.1
  • update/fix/rebuild all perl modules
  • rebuild all other dependent packages -> file bugs to maintainers
  • in case no basic component is broken, then the packages could be tagged into dist-f16 buildroot

How To Test

Download packages from koji's buildroot dist-f16-perltest or try your packages with rebuild build requirements related to perl.

User Experience

Users could creatively use syntax: 'given' or smart matching '~~'.

Dependencies

repoquery --whatrequires --alldeps 'perl(:MODULE_COMPAT_5.1?.?)' | sort -u

Contingency Plan

In case some essential packages couldn't be fixed, then would be used perl-5.12.3.

Some packages seem to be unfixable, therefore they should be removed if they don't have any other dependencies.

Documentation

Release Notes

Notable changes in Perl 5.14 include:

* Unicode 6.0 support, along with many, many improvements to our Unicode-related features
* Improved support for IPv6
* Significantly easier autoconfiguration of the CPAN client
* A new /r flag which makes s/// substitutions non-destructive
* New regular expression flags to control whether matched strings should be treated as ASCII or Unicode
* New "package Foo { }" syntax
* Uses less memory and CPU than previous releases
* A swathe of bug fixes, a large number associated with the work of Dave Mitchell (http://news.perlfoundation.org/2011/05/fixing-perl5-core-bugs-report-11.html) who has been fixing some deep bugs thanks to a TPF grant;

Perl 5.14.x features numerous new features, optimizations and bugfixes. You can find a complete list of these changes on the web at:

http://perldoc.perl.org/perldelta.html

Original release note:

Comments and Discussion