diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-08 09:53:48 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-08 10:05:56 -0600 |
commit | 5d1187d1639ce42a8a9283c8282136fa16d41e50 (patch) | |
tree | eba65a6d8c24661517f71fd3645c794411459d24 /makedef.pl | |
parent | 6b058d4267db1fda2ada9ef3729c7477bbfa07c6 (diff) | |
download | perl-5d1187d1639ce42a8a9283c8282136fa16d41e50.tar.gz |
Add code for debugging locale initialization
This initialization is done before the processing of command line
arguments, so that it has to be handled specially. This commit changes
the initialization code to output debugging information if the
environment variable PERL_DEBUG_LOCALE_INIT is set.
I don't see the need to document this outside the source, as anyone who
is using it would be reading the source anyway; it's of highly
specialized use.
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 1fee334381..d1adad0a36 100644 --- a/makedef.pl +++ b/makedef.pl @@ -253,6 +253,7 @@ unless ($define{'DEBUGGING'}) { Perl_debstackptrs Perl_pad_sv Perl_pad_setsv + Perl__setlocale_debug_string Perl_set_padlist Perl_hv_assert PL_watchaddr |