.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "PERL5114DELTA 1" .TH PERL5114DELTA 1 "2011-09-26" "perl v5.14.2" "Perl Programmers Reference Guide" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" perl5114delta \- what is new for perl v5.11.4 .SH "DESCRIPTION" .IX Header "DESCRIPTION" This document describes differences between the 5.11.3 release and the 5.11.4 release. .PP If you are upgrading from an earlier release such as 5.11.2, first read perl5113delta, which describes differences between 5.11.2 and 5.11.3. .SH "Incompatible Changes" .IX Header "Incompatible Changes" .SS "Version number formats" .IX Subsection "Version number formats" Acceptable version number formats have been formalized into \*(L"strict\*(R" and \&\*(L"lax\*(R" rules. \f(CW\*(C`package NAME VERSION\*(C'\fR takes a strict version number. \f(CW\*(C`use NAME VERSION\*(C'\fR takes a lax version number. \f(CW\*(C`UNIVERSAL::VERSION\*(C'\fR and the version object constructors take lax version numbers. Providing an invalid version will result in a fatal error. .PP These formats will be documented fully in the version module in a subsequent release of Perl 5.11. To a first approximation, a \*(L"strict\*(R" version number is a positive decimal number (integer or decimal-fraction) without exponentiation or else a dotted-decimal v\-string with a leading 'v' character and at least three components. A \*(L"lax\*(R" version number allows v\-strings with fewer than three components or without a leading 'v'. Under \&\*(L"lax\*(R" rules, both decimal and dotted-decimal versions may have a trailing \&\*(L"alpha\*(R" component separated by an underscore character after a fractional or dotted-decimal component. .PP The version module adds \f(CW\*(C`version::is_strict\*(C'\fR and \f(CW\*(C`version::is_lax\*(C'\fR functions to check a scalar against these rules. .SH "Core Enhancements" .IX Header "Core Enhancements" .SS "Unicode properties" .IX Subsection "Unicode properties" \&\f(CW\*(C`\ep{XDigit}\*(C'\fR now matches the same characters as \f(CW\*(C`\ep{Hex_Digit}\*(C'\fR. This means that in addition to the characters it currently matches, \&\f(CW\*(C`[A\-Fa\-f0\-9]\*(C'\fR, it will also match their fullwidth equivalent forms, for example U+FF10: \s-1FULLWIDTH\s0 \s-1DIGIT\s0 \s-1ZERO\s0. .SH "Modules and Pragmata" .IX Header "Modules and Pragmata" .SS "Pragmata Changes" .IX Subsection "Pragmata Changes" .ie n .IP """less""" 4 .el .IP "\f(CWless\fR" 4 .IX Item "less" Upgraded from version 0.02 to 0.03. .Sp This version introduces the \f(CW\*(C`stash_name\*(C'\fR method to allow subclasses of less to pick where in %^H to store their stash. .ie n .IP """version""" 4 .el .IP "\f(CWversion\fR" 4 .IX Item "version" Upgraded from version 0.77 to 0.81. .Sp This version adds support for \*(L"Version number formats\*(R" as described earlier in this document and in its own documentation. .ie n .IP """warnings""" 4 .el .IP "\f(CWwarnings\fR" 4 .IX Item "warnings" Upgraded from version 1.08 to 1.09. .Sp This version adds the \f(CW\*(C`illegalproto\*(C'\fR warning category. See also \*(L"New or Changed Diagnostics\*(R" for this change. .SS "Updated Modules" .IX Subsection "Updated Modules" .ie n .IP """Archive::Extract""" 4 .el .IP "\f(CWArchive::Extract\fR" 4 .IX Item "Archive::Extract" Upgraded from version 0.36 to 0.38. .ie n .IP """B::Deparse""" 4 .el .IP "\f(CWB::Deparse\fR" 4 .IX Item "B::Deparse" Upgraded from version 0.93 to 0.94. .ie n .IP """Compress::Raw::Bzip2""" 4 .el .IP "\f(CWCompress::Raw::Bzip2\fR" 4 .IX Item "Compress::Raw::Bzip2" Upgraded from version 2.021 to 2.024. .ie n .IP """Compress::Raw::Zlib""" 4 .el .IP "\f(CWCompress::Raw::Zlib\fR" 4 .IX Item "Compress::Raw::Zlib" Upgraded from version 2.021 to 2.024. .ie n .IP """CPAN""" 4 .el .IP "\f(CWCPAN\fR" 4 .IX Item "CPAN" Upgraded from version 1.94_5301 to 1.94_54. .ie n .IP """File::Fetch""" 4 .el .IP "\f(CWFile::Fetch\fR" 4 .IX Item "File::Fetch" Upgraded from version 0.22 to 0.24. .ie n .IP """Module::Build""" 4 .el .IP "\f(CWModule::Build\fR" 4 .IX Item "Module::Build" Upgraded from version 0.36 to 0.3603. .ie n .IP """Safe""" 4 .el .IP "\f(CWSafe\fR" 4 .IX Item "Safe" Upgraded from version 2.20 to 2.21. .Sp Anonymous coderefs created in Safe containers no longer get bogus arguments passed to them, fixing \s-1RT\s0 #72068. .SS "Removed Modules and Pragmata" .IX Subsection "Removed Modules and Pragmata" .ie n .IP """Devel::DProf::V""" 4 .el .IP "\f(CWDevel::DProf::V\fR" 4 .IX Item "Devel::DProf::V" Removed from the Perl core. Prior version was 'undef'. .SH "Changes to Existing Documentation" .IX Header "Changes to Existing Documentation" A significant fraction of the core documentation has been updated to clarify the behavior of Perl's Unicode handling. .PP Much of the remaining core documentation has been reviewed and edited for clarity, consistent use of language, and to fix the spelling of Tom Christiansen's name. .SS "Configuration improvements" .IX Subsection "Configuration improvements" \&\s-1USE_ATTRIBUTES_FOR_PERLIO\s0 is now reported in the compile-time options listed by the \f(CW\*(C`\-V\*(C'\fR switch. .SS "Platform Specific Changes" .IX Subsection "Platform Specific Changes" .IP "\s-1VMS\s0" 4 .IX Item "VMS" The default pipe buffer size on \s-1VMS\s0 has been updated to 8192 on 64\-bit systems. .SH "Selected Bug Fixes" .IX Header "Selected Bug Fixes" .IP "\(bu" 4 Tie::Hash::NamedCapture::* shouldn't abort if passed bad input (\s-1RT\s0 #71828) .IP "\(bu" 4 \&\f(CW@_\fR and \f(CW$_\fR no longer leak under threads (\s-1RT\s0 #34342 and #41138, also #70602, #70974) .SH "New or Changed Diagnostics" .IX Header "New or Changed Diagnostics" .ie n .IP "New warning category ""illegalproto""" 4 .el .IP "New warning category \f(CWillegalproto\fR" 4 .IX Item "New warning category illegalproto" The two warnings : .Sp .Vb 2 \& Illegal character in prototype for %s : %s \& Prototype after \*(Aq%c\*(Aq for %s : %s .Ve .Sp have been moved from the \f(CW\*(C`syntax\*(C'\fR top-level warnings category into a new first-level category, \f(CW\*(C`illegalproto\*(C'\fR. These two warnings are currently the only ones emitted during parsing of an invalid/illegal prototype, so one can now do .Sp .Vb 1 \& no warnings \*(Aqillegalproto\*(Aq; .Ve .Sp to suppress only those, but not other syntax-related warnings. Warnings where prototypes are changed, ignored, or not met are still in the \f(CW\*(C`prototype\*(C'\fR category as before. (Matt S. Trout) .IP "lvalue attribute ignored after the subroutine has been defined" 4 .IX Item "lvalue attribute ignored after the subroutine has been defined" This new warning is issued when one attempts to mark a subroutine as lvalue after it has been defined. .SH "Changed Internals" .IX Header "Changed Internals" .IP "\(bu" 4 Perl_magic_setmglob now knows about globs, fixing \s-1RT\s0 #71254. .SH "Known Problems" .IX Header "Known Problems" Perl 5.11.4 is a development release leading up to Perl 5.12.0. Some notable known problems found in 5.11.4 are listed as dependencies of \s-1RT\s0 #69710, the Perl 5 version 12 meta-ticket. .SH "Deprecations" .IX Header "Deprecations" The following items are now deprecated. .ie n .IP """UNIVERSAL\->import()""" 4 .el .IP "\f(CWUNIVERSAL\->import()\fR" 4 .IX Item "UNIVERSAL->import()" The method \f(CW\*(C`UNIVERSAL\->import()\*(C'\fR is now deprecated. Attempting to pass import arguments to a \f(CW\*(C`use UNIVERSAL\*(C'\fR statement will result in a deprecation warning. (This is a less noisy version of the full deprecation warning added in 5.11.0.) .SH "Acknowledgements" .IX Header "Acknowledgements" Perl 5.11.4 represents approximately one month of development since Perl 5.11.3 and contains 17682 lines of changes across 318 files from 40 authors and committers: .PP Abigail, Andy Dougherty, brian d foy, Chris Williams, Craig A. Berry, David Golden, David Mitchell, Father Chrysostomos, Gerard Goossen, H.Merijn Brand, Jesse Vincent, Jim Cromie, Josh ben Jore, Karl Williamson, kmx, Matt S Trout, Nicholas Clark, Niko Tyni, Paul Marquess, Philip Hazel, Rafael Garcia-Suarez, Rainer Tammer, Reini Urban, Ricardo Signes, Shlomi Fish, Tim Bunce, Todd Rinaldo, Tom Christiansen, Tony Cook, Vincent Pit, and Zefram .PP Many of the changes included in this version originated in the \s-1CPAN\s0 modules included in Perl's core. We're grateful to the entire \s-1CPAN\s0 community for helping Perl to flourish. .SH "Reporting Bugs" .IX Header "Reporting Bugs" If you find what you think is a bug, you might check the articles recently posted to the comp.lang.perl.misc newsgroup and the perl bug database at . There may also be information at , the Perl Home Page. .PP If you believe you have an unreported bug, please run the \fBperlbug\fR program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of \f(CW\*(C`perl \-V\*(C'\fR, will be sent off to perlbug@perl.org to be analyzed by the Perl porting team. .PP If the bug you are reporting has security implications, which make it inappropriate to send to a publicly archived mailing list, then please send it to perl5\-security\-report@perl.org. This points to a closed subscription unarchived mailing list, which includes all the core committers, who be able to help assess the impact of issues, figure out a resolution, and help co-ordinate the release of patches to mitigate or fix the problem across all platforms on which Perl is supported. Please only use this address for security issues in the Perl core, not for modules independently distributed on \s-1CPAN\s0. .SH "SEE ALSO" .IX Header "SEE ALSO" The \fIChanges\fR file for an explanation of how to view exhaustive details on what changed. .PP The \fI\s-1INSTALL\s0\fR file for how to build Perl. .PP The \fI\s-1README\s0\fR file for general stuff. .PP The \fIArtistic\fR and \fICopying\fR files for copyright information.