Perl 5.14 has been officially released.
- Download from CPAN
- You can read The Perl Foundation News article
- View the full list of changes
Some of the key changes are:
- 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 who has been fixing some deep bugs thanks to a TPF grant
A big thanks goes to Jesse Vincent (release manager) and all the 150 contributors to this release.