14 years agoRemove potentially confusing strawman version numbers from the release
Jesse Vincent [Wed, 31 Mar 2010 03:16:57 +0000]
Remove potentially confusing strawman version numbers from the release
manager schedule

14 years agoReword a speculative message about building 32bit perls from INSTALL.
Jesse Vincent [Wed, 31 Mar 2010 03:02:33 +0000]
Reword a speculative message about building 32bit perls from INSTALL.

Spotted by Tim Jenness

14 years agoLooks like we have an RC2 due to a segfault in reverse()
Jesse Vincent [Wed, 31 Mar 2010 02:58:52 +0000]
Looks like we have an RC2 due to a segfault in reverse()

14 years agorafl volunteers to release blead in August 2010
David Golden [Tue, 30 Mar 2010 04:18:44 +0000]
rafl volunteers to release blead in August 2010

14 years agorevise release manager schedule
David Golden [Tue, 30 Mar 2010 04:11:56 +0000]
revise release manager schedule

14 years agoDocument removal of -P in perldelta.
Florian Ragwitz [Mon, 29 Mar 2010 17:59:30 +0000]
Document removal of -P in perldelta.

Also trim some trailing whitespace.

14 years agoAssuming RC1 goes out today, .0 goes out on 5 April
Jesse Vincent [Mon, 29 Mar 2010 15:44:32 +0000]
Assuming RC1 goes out today, .0 goes out on 5 April

14 years agoAdd an errata pointer to perldelta.
Jesse Vincent [Mon, 29 Mar 2010 15:30:02 +0000]
Add an errata pointer to perldelta.

14 years agodoc update: Storable cannot serialize REGEXP (yet)
Slaven Rezic [Mon, 29 Mar 2010 11:55:21 +0000]
doc update: Storable cannot serialize REGEXP (yet)

14 years agoUpdate perldelta to warn people that deprecated things weren't just deprecated in...
Jesse Vincent [Mon, 29 Mar 2010 14:04:15 +0000]
Update perldelta to warn people that deprecated things weren't just deprecated in this release.

14 years agoback out misguided change to brnaching time.
Jesse Vincent [Mon, 29 Mar 2010 13:47:10 +0000]
back out misguided change to brnaching time.

14 years agoBegin bowing to public pressure toward an open blead;
Jesse Vincent [Mon, 29 Mar 2010 13:12:43 +0000]
Begin bowing to public pressure toward an open blead;
document how to create a maint branch when RC1 comes out.

14 years agobump from rc0 to rc1.
Jesse Vincent [Mon, 29 Mar 2010 03:51:48 +0000]
bump from rc0 to rc1.

14 years agoUpdate perldelta to better warn users about the changes from the first-classification...
Jesse Vincent [Mon, 29 Mar 2010 03:48:44 +0000]
Update perldelta to better warn users about the changes from the first-classification of regexps.

14 years agoA few edits
Karl Williamson [Sun, 28 Mar 2010 18:33:54 +0000]
A few edits

Rewording to clarify a few paragraphs; make table fit in 80 column
terminal; remove extra word; other slight edits

14 years agoSlight edits
Karl Williamson [Sun, 28 Mar 2010 18:18:11 +0000]
Slight edits

Add index entries; reword a paragraph

14 years agoSlight edits
Karl Williamson [Sun, 28 Mar 2010 18:16:35 +0000]
Slight edits

double word, make table fit in 80 column terminal

14 years agoSpaces in filenames require non-default settings on VMS.
Craig A. Berry [Sun, 28 Mar 2010 19:58:54 +0000]
Spaces in filenames require non-default settings on VMS.

Specifically DECC$EFS_CHARSET must be enabled and not everything
plays nice with that, so for now this is a to-do.

14 years agoremove tmp debugging from File/Copy.t
David Mitchell [Sun, 28 Mar 2010 20:13:41 +0000]
remove tmp debugging from File/Copy.t

14 years agoClarify that some examples are for ASCII machines
Karl Williamson [Sun, 28 Mar 2010 05:06:59 +0000]
Clarify that some examples are for ASCII machines

14 years agoMake whitespace a single word [perl #34462]
Karl Williamson [Sun, 28 Mar 2010 04:55:41 +0000]
Make whitespace a single word [perl #34462]

14 years agoFix typos, minor wording changes, clarifications
Karl Williamson [Sun, 28 Mar 2010 04:50:46 +0000]
Fix typos, minor wording changes, clarifications

14 years agoBring up to date for 5.12; including POSIX
Karl Williamson [Sun, 28 Mar 2010 04:45:53 +0000]
Bring up to date for 5.12; including POSIX

The regex documentation included changes that were put temporarily into
a 5.11 release, but not into 5.12.  And there were a number of omissions.
I went through this pod and tried to make it reflect reality.

14 years agoRemove duplicate information and refer to other pods
Karl Williamson [Sun, 28 Mar 2010 04:43:32 +0000]
Remove duplicate information and refer to other pods

Things were getting out of sync.

14 years agoNote a new thing to check for each new release of Perl
Karl Williamson [Sun, 28 Mar 2010 04:22:39 +0000]
Note a new thing to check for each new release of Perl

14 years agoadd =encoding utf8 to the perldelta template
David Mitchell [Sun, 28 Mar 2010 11:45:00 +0000]
add =encoding utf8 to the perldelta template

14 years agoWhen using a GitHub fork advice the use of Perl's Git, not GitHub's mirror
Ævar Arnfjörð Bjarmason [Sat, 27 Mar 2010 23:59:01 +0000]
When using a GitHub fork advice the use of Perl's Git, not GitHub's mirror

This bit me when `git pull upstream blead' didn't pull commits I knew
had been commited, turned out GitHub's mirror was out of date.

14 years agoRT #73714: Regression in 5.12: File::Copy and initial spaces
David Mitchell [Sat, 27 Mar 2010 18:07:30 +0000]
RT #73714: Regression in 5.12: File::Copy and initial spaces

Commit 81ec4fbc8320b72171c9fbea0fa0456b3a687f92
removed some obsolete code that processed with leading spaces in filenames
(not needed with 3-arg open), but didn't quite clean out everything.
This meant that trying to copy to a file whose name had a leading space
would unceremoniously die with
    Undefined subroutine &File::Copy::_protect called

14 years agoUpdate Porting/checkAUTHORS.pl to (once again) distinguish authors from committers...
Craig A. Berry [Sat, 27 Mar 2010 17:52:33 +0000]
Update Porting/checkAUTHORS.pl to (once again) distinguish authors from committers by processing git log --pretty=fuller, e.g.,

% git log --pretty=fuller perl-5.12.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -

Without this, the --rank and --thanks-applied options were not working.

Also, the meaning of --thanks-applied has changed somewhat; it now only counts
commits where the committer is not the author.

[This commit is the delta between Craig's previous patch and his revised
patch]

14 years agoAndreas provided a patch to CPAN::Distribution to deal with a bug in core
Andreas J. Koenig [Sat, 27 Mar 2010 17:26:44 +0000]
Andreas provided a patch to CPAN::Distribution to deal with a bug in core
 module deprecation

commit 8b7e29685086feb1e01992478bcb0498f584574c
Author: Andreas J. Koenig <andk@cpan.org>
Date:   Tue Mar 16 08:56:03 2010 +0100

    except deprecated modules from short circuiting, uncovered by
Data::TreeDumper/Class::ISA

14 years agoA slightly tweaked patch to perldelta from Craig Berry acknowledging the
Craig A. Berry [Sat, 27 Mar 2010 17:11:57 +0000]
A slightly tweaked patch to perldelta from Craig Berry acknowledging the
huge amount of work done by our prior pumpkings.

14 years agoReformatted excessively long lines in perldelta.
Jesse Vincent [Sat, 27 Mar 2010 17:05:31 +0000]
Reformatted excessively long lines in perldelta.

14 years agoBump B::Deparse and Module::CoreList versions due to the late patch.
Jesse Vincent [Sat, 27 Mar 2010 16:35:09 +0000]
Bump B::Deparse and Module::CoreList versions due to the late patch.

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent [Sat, 27 Mar 2010 16:33:56 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
  [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work

14 years ago[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work
David Leadbeater [Thu, 25 Mar 2010 00:40:35 +0000]
[perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not work

An optimisation for %hash in boolean context, as introduced with

    867fa1e2da145229b4db2c6e8d5b51700c15f114

could falsely optimise constructs that shoudn't be.

Original bug report and fix suggestion were by Goro Fuji.

Include a test to cover the case which was mis-optimised (although
coverage still seems low to me).

Additionally correct B::Deparse (just swap a line, it was using a
variable before it was defined).

14 years agoAdd =encoding utf8 to the 5.12 delta (like the 5.10 delta)
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 21:28:20 +0000]
Add =encoding utf8 to the 5.12 delta (like the 5.10 delta)

Without specifying =encoding POD converters would produce strings like
"Ævar" from the source "Ævar". This affected the Acknowledgements
section where several non-ASCII names were present.

Tested by checking if search.cpan.org screwed up non-ASCII characters
in the 5.10 delta, it didn't.

14 years agoAdjust the formatting of the note about t/op/re.t
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 20:56:49 +0000]
Adjust the formatting of the note about t/op/re.t

POD formatters will now render this note one one line like the rest of
the items in the list.

14 years agoBring Porting/checkAUTHORS.pl into the world of git.
Craig A. Berry [Thu, 25 Mar 2010 17:55:16 +0000]
Bring Porting/checkAUTHORS.pl into the world of git.

Now processes git log output rather than the Changes file.  E.g.,

% git log --pretty=fuller --name-status perl-5.10.0..HEAD \
? | perl Porting/checkAUTHORS.pl --rank --percentage -

Also, the meaning of --thanks-applied has changed; it now only counts
commits where the committer is not the author.

14 years agoEulogy fix: Mention Domain/OS instead of DomainOS in "Discontinued Platforms"
Ævar Arnfjörð Bjarmason [Thu, 25 Mar 2010 21:41:27 +0000]
Eulogy fix: Mention Domain/OS instead of DomainOS in "Discontinued Platforms"

The slash is used in the official name, and is e.g. the title of the
Wikipedia article.

14 years agoFix title of perluniprops in table of contents
Rafael Garcia-Suarez [Fri, 26 Mar 2010 22:30:41 +0000]
Fix title of perluniprops in table of contents

(noticed by Frank Wiegand)

14 years agoperl 5.11.6 never happened. Remove the traces of its perldelta.
Jesse Vincent [Thu, 25 Mar 2010 15:26:05 +0000]
perl 5.11.6 never happened. Remove the traces of its perldelta.

Thanks to Ask for pointing it out.

14 years agoRemoved specific attributions from the very few changes that had them.
Jesse Vincent [Thu, 25 Mar 2010 15:13:27 +0000]
Removed specific attributions from the very few changes that had them.

While I'd love it if all changes were attributed to the porters
responsible for them, it's not reasonable to single out only a few
contributors for individual changes without acknowledging all
contributors. (Read: I love and appreciate all of you.  Deleting your
name from the perldelta doesn't mean I hate you or your work.)

14 years agoDowngrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather
Jesse Vincent [Thu, 25 Mar 2010 15:06:19 +0000]
Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK rather
than EXPORT as they're new functions which clobber symbols in downstream
CPAN modules.

14 years agoPerldelta proofreading fixes from Zefram in
Jesse Vincent [Thu, 25 Mar 2010 14:28:27 +0000]
Perldelta proofreading fixes from Zefram in

Message-Id: <20100322120613.GC19877@lake.fysh.org>

14 years agoadded Aristotle Pagaltzis to AUTHORS
David Golden [Thu, 25 Mar 2010 03:18:28 +0000]
added Aristotle Pagaltzis to AUTHORS

14 years agogive two simpler recipes for creating remote branches
Aristotle Pagaltzis [Thu, 25 Mar 2010 03:12:36 +0000]
give two simpler recipes for creating remote branches

14 years agodescribe how to create a remote topic branch
David Mitchell [Wed, 24 Mar 2010 22:02:02 +0000]
describe how to create a remote topic branch

14 years agoCheck that sparse files hold at least a block (bug in eCryptfs: https://bugs.launchpa...
Leon Brocard [Wed, 24 Mar 2010 13:06:09 +0000]
Check that sparse files hold at least a block (bug in eCryptfs: https://bugs.launchpad.net/ecryptfs/+bug/390833)

14 years agoApplied a patch from Schwern to one of the CPANPLUS test files.
Chris Williams [Mon, 22 Mar 2010 12:45:42 +0000]
Applied a patch from Schwern to one of the CPANPLUS test files.

  https://rt.cpan.org/Public/Bug/Display.html?id=53133

  t/00_CPANPLUS-Internals-Utils.t

  "failure occurs if the build directory is symlinked"

  Confirmed fixes the issue by Dominic Dunlop <domo@computer.org>

  Code needs to be tested as part of the smokes ( especially on VMS ).

14 years agoREADME.aix for Perl 5.12"
Rainer Tammer [Sun, 21 Mar 2010 13:36:58 +0000]
README.aix for Perl 5.12"

14 years agoExplain why -Duserelocatableinc isn't compatible with -Duseshrplib
Rafael Garcia-Suarez [Sat, 20 Mar 2010 13:45:59 +0000]
Explain why -Duserelocatableinc isn't compatible with -Duseshrplib

14 years agoDon't encourage using Safe in perlsec
Rafael Garcia-Suarez [Thu, 18 Mar 2010 22:43:51 +0000]
Don't encourage using Safe in perlsec

14 years agoAdd more internal files and directories to no_index in META.yml
Nicholas Clark [Thu, 18 Mar 2010 13:57:39 +0000]
Add more internal files and directories to no_index in META.yml

This prevents search.cpan.org finding and formatting template and internal
documentation. Fixes RT #73632.

14 years agoMerge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead
Jesse Vincent [Thu, 18 Mar 2010 01:45:36 +0000]
Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into blead

* 'blead' of ssh://perl5.git.perl.org/gitroot/perl:
  A couple of additions to perl5120delta
  Add a comma to the number "3000"

14 years agoA couple of additions to perl5120delta
Vincent Pit [Wed, 17 Mar 2010 21:28:53 +0000]
A couple of additions to perl5120delta

14 years agoAdd a comma to the number "3000"
Leon Brocard [Wed, 17 Mar 2010 20:58:58 +0000]
Add a comma to the number "3000"

14 years agoAttached are two TODO patches for the remaining test failures on VMS.
Craig A. Berry [Wed, 17 Mar 2010 19:50:22 +0000]
Attached are two TODO patches for the remaining test failures on VMS.
If these can go in for 5.12.0, I'd appreciate it.

14 years agoA typo in my last Module::CoreList update caused the deprecated hash key
Jesse Vincent [Mon, 15 Mar 2010 19:00:11 +0000]
A typo in my last Module::CoreList update caused the deprecated hash key
alias for 5.11 to vanish. This commit corrects it

14 years agoClarify libgdbm use on AIX
Rainer Tammer [Tue, 16 Mar 2010 07:00:42 +0000]
Clarify libgdbm use on AIX

14 years agoUpdate Windows specific changes
Jan Dubois [Tue, 16 Mar 2010 07:39:58 +0000]
Update Windows specific changes

14 years agoOrder platform specific changes alphabetically by platform
Jan Dubois [Tue, 16 Mar 2010 06:51:19 +0000]
Order platform specific changes alphabetically by platform

14 years agoNote that forbidding keywords as labels is controversial
Jan Dubois [Tue, 16 Mar 2010 06:28:30 +0000]
Note that forbidding keywords as labels is controversial

14 years agoAdd Porting/corelist-diff to MANIFEST
H.Merijn Brand [Mon, 15 Mar 2010 12:19:39 +0000]
Add Porting/corelist-diff to MANIFEST

14 years agoUpdated AUTHORS file to be current with checkAUTHORS output
Jesse Vincent [Sun, 14 Mar 2010 22:27:55 +0000]
Updated AUTHORS file to be current with checkAUTHORS output

14 years agoseveral typos in perldelta
Jesse Vincent [Sun, 14 Mar 2010 21:42:56 +0000]
several typos in perldelta

14 years agofeature.pm needed to be taught about "use feature ':5.12'"
Jesse Vincent [Sun, 14 Mar 2010 20:30:30 +0000]
feature.pm needed to be taught about "use feature ':5.12'"

14 years agoperldelta updated for new version of Module::CoreList
Jesse Vincent [Sun, 14 Mar 2010 19:28:26 +0000]
perldelta updated for new version of Module::CoreList

14 years agoModule::CoreList bumped to 2.27 and updated with versions of things
Jesse Vincent [Sun, 14 Mar 2010 19:27:28 +0000]
Module::CoreList bumped to 2.27 and updated with versions of things
we'll ship in 5.12.0

14 years agoAdded placeholder for RC0 in perlhist
Jesse Vincent [Sun, 14 Mar 2010 19:40:32 +0000]
Added placeholder for RC0 in perlhist

14 years agoREADME updates for 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 19:55:57 +0000]
README updates for 5.12.0

14 years agoThe "right" perldelta is now 5.12.0's
Jesse Vincent [Sun, 14 Mar 2010 19:57:38 +0000]
The "right" perldelta is now 5.12.0's

14 years agoUpdate patchlevel.h to note that this is RC0 and not yet a real release
Jesse Vincent [Sun, 14 Mar 2010 19:42:35 +0000]
Update patchlevel.h to note that this is RC0 and not yet a real release

14 years agoBump to 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 19:15:59 +0000]
Bump to 5.12.0

14 years agoperldelta typo caught by Karl
Jesse Vincent [Sun, 14 Mar 2010 20:39:22 +0000]
perldelta typo caught by Karl

14 years agoA few small fixes to perl5120delta.pod
Karl Williamson [Sun, 14 Mar 2010 20:22:26 +0000]
A few small fixes to perl5120delta.pod

14 years agoLeft a debugging statement in a Porting tool. Oops!
Jesse Vincent [Sun, 14 Mar 2010 18:06:27 +0000]
Left a debugging statement in a Porting tool. Oops!

14 years agoRemove TODO section from perldelta
Jesse Vincent [Sun, 14 Mar 2010 17:52:28 +0000]
Remove TODO section from perldelta

14 years agoFurther updates to perldelta:
Jesse Vincent [Sun, 14 Mar 2010 17:51:55 +0000]
Further updates to perldelta:

    rewrapping and module list updates

14 years agoAdd the author list for 5.12.0
Jesse Vincent [Sun, 14 Mar 2010 16:13:39 +0000]
Add the author list for 5.12.0

14 years agoUpdate Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module list.
Jesse Vincent [Sun, 14 Mar 2010 15:43:33 +0000]
Update Perl 5.12.0 delta. It needs a spellcheck, proofreading and a module list.

14 years agobetter perl version output in corelist-diff
Ricardo Signes [Sun, 14 Mar 2010 16:35:23 +0000]
better perl version output in corelist-diff

14 years agotool to produce corelist diffs
Ricardo Signes [Sun, 14 Mar 2010 16:27:53 +0000]
tool to produce corelist diffs

14 years agopod cleanup
Jesse Vincent [Sat, 13 Mar 2010 21:51:56 +0000]
pod cleanup

14 years agoSome copyediting perldelta. Pulled in .11.5 delta
Jesse Vincent [Sat, 13 Mar 2010 21:45:00 +0000]
Some copyediting perldelta. Pulled in .11.5 delta

14 years agoRevive threaded builds for AIX
H.Merijn Brand [Sat, 13 Mar 2010 14:29:49 +0000]
Revive threaded builds for AIX

If random_r is disabled, so should srandom_r be. Changes in a distant
caused errors like:

"reentr.h", line 773.16: 1506-007 (S) "struct random_data" is undefined.

14 years agoIn Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub.
Nicholas Clark [Sat, 13 Mar 2010 10:35:13 +0000]
In Perl_sv_compile_2op(), remove a suggestion to merge code with pp_entersub.

Add a comment explaining the problems with this function.

14 years agoUse POD references to documentation when possible.
Tom Hukins [Thu, 4 Mar 2010 17:38:41 +0000]
Use POD references to documentation when possible.

14 years agoUse simpler language.
Tom Hukins [Fri, 26 Feb 2010 13:21:43 +0000]
Use simpler language.

14 years agoUse POD-style references in the "SEE ALSO" section.
Tom Hukins [Thu, 20 Aug 2009 09:50:52 +0000]
Use POD-style references in the "SEE ALSO" section.

14 years agoUse POD-style references
Tom Hukins [Thu, 20 Aug 2009 09:42:30 +0000]
Use POD-style references

14 years agoTighten the ropes on sGMTIME_min for HP-UX 11.00
H.Merijn Brand [Fri, 12 Mar 2010 07:43:24 +0000]
Tighten the ropes on sGMTIME_min for HP-UX 11.00

The original long-running test had a tighter limit for
sGMTIME_min and sLOCALTIME_min than the 2**47-1 limit
that was now hardcoded. Take the safe route.

14 years ago[perl# 73490] Bump Time::Piece to a devel release that's newer than what
Jesse Vincent [Thu, 11 Mar 2010 21:52:42 +0000]
[perl# 73490] Bump Time::Piece to a devel release that's newer than what
was in Blead but is old than the current updated CPAN release. Comment
out a now deprecated 'use UNIVERSAL' line to prevent warnings from
production code. It's bad form to ship software that deprecates things
and then keeps using them and warning. Thanks to xdg++ for the spotting.

14 years agoClarify that patching deprecate.pm is intended to facilitate a staged transition.
Nicholas Clark [Thu, 11 Mar 2010 17:03:28 +0000]
Clarify that patching deprecate.pm is intended to facilitate a staged transition.

14 years agoDescribe the limitations and pitfalls of @DB::args.
Nicholas Clark [Thu, 11 Mar 2010 16:44:01 +0000]
Describe the limitations and pitfalls of @DB::args.

14 years agoFix stringification assumption bug in overload.t, revealed by ia64-linux-ld.
Nicholas Clark [Thu, 11 Mar 2010 14:08:07 +0000]
Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld.

Specifically:
1: / returns and NV where possible, only returning an integer if the dividend
   is an integer larger than an NV can represent accurately, and integer
   division is exact (ie no fractional part/remainder).
2: The test is performing $ref/1, intending it to be an identity operation
   on the numeric value of the reference.
3: The test assumes that the return result of the division will be a number
   that stringifies identically to the integer value of the reference.

The fails if both:

1: The system memory map is such that addresses are very large (ia64 does)
2: NVs are large enough to hold these addresses

because then the address becomes converted to an NV which has sufficient
decimal digits that stringification defaults to scientific notation.

Itanium Linux users the world over will be cheering because they can now
compile Perl with long doubles with confidence that all tests pass.

14 years agoremove gv_try_downgrade from the public API
David Mitchell [Thu, 11 Mar 2010 12:18:00 +0000]
remove gv_try_downgrade from the public API

it's a recently added function, so removing it now does no harm.

14 years agoLimit HP-UX 11.00 time to 48 bit in 64bit mode
H.Merijn Brand [Thu, 11 Mar 2010 10:11:17 +0000]
Limit HP-UX 11.00 time to 48 bit in 64bit mode

14 years agoRe-TODO one more Deparse test
Rafael Garcia-Suarez [Thu, 11 Mar 2010 09:53:43 +0000]
Re-TODO one more Deparse test

(was missing from 0fa4a26596a4646f9aae1dcd199a2f30933e6f01)

14 years agoNote that can be warned on implicit utf8 upgrade
Karl Williamson [Wed, 10 Mar 2010 23:47:55 +0000]
Note that can be warned on implicit utf8 upgrade

The module encoding::warnings can be used to warn when two strings are
concatenated where one is utf8 and the other is not and contains
non-ASCII.

Note the existence of this in the pod documentation.

14 years agorevert const deparsing in Deparse.pm
David Mitchell [Wed, 10 Mar 2010 21:47:34 +0000]
revert const deparsing in Deparse.pm

The code was added in 5.11.0 by
    2990415a4519bc3988d7224ae15100c3e9e901ee
    805b10112885d8868f21f8e860792d65e1e6c19d
but causes a big slowdown on most deparsing, due to the need
to walk the entire package tree looking for constant subs.

For more details, see
    [perl #73052] Storable considerably slower at storing coderefs