Lines Matching full:been
40 A new operator C<//> (defined-or) has been implemented.
58 Special care has been taken to ensure that this operator Do What You Mean
181 The functionality of Jeff Pinyan's module Regexp::Keep has been added to
241 In a scope where C<$_> has been lexicalized, you can still have access to
247 A new prototype character has been added. C<_> is equivalent to C<$> but
253 been adjusted to return C<_> for some built-ins in appropriate cases (for
258 C<UNITCHECK>, a new special code block has been introduced, in addition to
265 just after the unit which defined them has been compiled. See L<perlmod>
270 A new pragma, C<mro> (for Method Resolution Order) has been added. It
280 array and should not have been done in the first place. Also, the
305 Many other functions in the C<Win32> module have been improved to accept
322 A new class of variables has been introduced. State variables are similar
343 The C<UNIVERSAL> class has a new method, C<DOES()>. It has been added to
345 inheritance, while C<DOES()> has been designed to be overridden when
357 L<perlform> has been improved, and miscellaneous bugs fixed.
434 The internal dump output has been improved, so that non-printable characters
446 been updated to version 5.0.0.
467 The semantics of pack() and unpack() regarding UTF-8-encoded data has been
508 =head2 The C<$*> and C<$#> variables have been removed
511 modifiers, has been removed.
513 The deprecated C<$#> variable (output format for numbers) has been
516 Two new severe warnings, C<$#/$* is no longer supported>, have been added.
534 The C<:unique> attribute has been made a no-op, since its current
609 =head2 C<(?p{})> has been removed
612 5.8, has been removed. Use C<(??{})> instead. (Rafael Garcia-Suarez)
614 =head2 Pseudo-hashes have been removed
616 Support for pseudo-hashes has been removed from Perl 5.9. (The C<fields>
634 The JPL (Java-Perl Lingo) has been removed from the perl sources tarball.
669 require the use of either lexical or fully-qualified names) has been removed.
734 has been turned into a lexical pragma. So, in your modules, you can now
780 has been included for SHA support in the CPAN module.
784 C<ExtUtils::CBuilder> and C<ExtUtils::ParseXS> have been added.
788 C<Hash::Util::FieldHash>, by Anno Siegel, has been added. This module
795 C<Module::Build>, by Ken Williams, has been added. It's an alternative to
800 C<Module::Load>, by Jos Boumans, has been added. It provides a single
805 C<Module::Loaded>, by Jos Boumans, has been added. It's used to mark
810 C<Package::Constants>, by Jos Boumans, has been added. It's a simple
815 C<Win32API::File>, by Tye McQueen, has been added (for Windows builds).
916 As the old 5005thread threading model has been removed, in favor of the
918 be used in old code only. It has been removed from the default list of
959 C<h2ph> and C<h2xs> have been made more robust with regard to
965 The handling of authors' names that had apostrophes has been fixed.
979 Several bugs have been fixed in C<find2perl>, regarding C<-exec> and
980 C<-eval>. Also the options C<-path>, C<-ipath> and C<-iname> have been
993 C<cpanp>, the CPANPLUS shell, has been added. (C<cpanp-run-perl>, a
994 helper for CPANPLUS operation, has been added too, but isn't intended for
1004 The output of C<pod2html> has been enhanced to be more customizable via
1028 A new manual page, L<perlunifaq> (the Perl Unicode FAQ), has been added
1057 transliteration mappings has been reimplemented in XS.
1070 Several of the core modules have been converted to use this feature for
1094 Several internal data structures (typeglobs, GVs, CVs, formats) have been
1105 the link count and update attributes that may have been changed through
1126 had been used as a literal, meaning that code that uses char-classes as an
1135 A new special variable, ${^RE_TRIE_MAXBUF}, has been added to fine-tune
1187 the L<Config> module, has been added, to distinguish real fork() support
1190 A new configuration variable, C<d_printf_format_null>, has been added,
1195 C<Configure -h> has been extended with the most commonly used options.
1229 Efforts have been made to make perl and the core XS modules compilable
1235 Support for building perl with Microsoft's 64-bit compiler has been
1244 All win32 builds (MS-Win, WinCE) have been merged and cleaned up.
1261 Perl has been reported to work on Symbian OS. See L<perlsymbian> for more
1264 Many improvements have been made towards making Perl work correctly on
1267 Perl has been reported to work on DragonFlyBSD and MidnightBSD.
1269 Perl has also been reported to work on NexentaOS
1272 The VMS port has been improved. See L<perlvms>.
1274 Support for Cray XT4 Catamount/Qk has been added. See
1278 Vendor patches have been merged for RedHat and Gentoo.
1316 C<threads> is now a dual-life module, also available on CPAN. It has been
1345 Internally, this has been implemented by moving the flag for "overloading"
1347 always have been. (Nicholas Clark)
1352 stringification overloaded have been fixed. (Nicholas Clark)
1357 of these leaks have now been eliminated or reduced. (Dave Mitchell)
1372 an internal buffer overflow. This has been fixed.
1428 has been added, to warn against the use of the dubious and deprecated
1442 The warning I<Newline in left-justified string> has been removed.
1446 The error I<Too late for "-T" option> has been reformulated to be more
1471 Two deprecation warnings have been added: (Rafael)
1495 In general, the source code of perl has been refactored, tidied up,
1497 has been improved in several points.
1502 code we didn't write.) Similar strictness flags have been added or
1508 have changed; in particular, C<SVt_PVGV> has been moved before C<SVt_PVLV>,
1511 ordering. (The inheritance hierarchy of C<B::*> objects has been changed
1516 Related to this, the internal type C<SVt_PVBM> has been removed. This
1519 been replaced by C<SV>s of type C<SVt_PVGV>.
1523 A new type C<SVt_BIND> has been added, in readiness for the project to
1533 been removed.
1537 The C<BASEOP> structure now uses less space. The C<op_seq> field has been
1558 A new file, F<mathoms.c>, has been added. It contains functions that are
1563 =head2 C<AvFLAGS> has been removed
1565 The C<AvFLAGS> macro has been removed.