summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Config
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
committerNorbert Preining <norbert@preining.info>2020-04-11 03:09:12 +0000
commitc2697fc286a1e2c94fd9968b76be6f4a6d2114cd (patch)
tree1dc2cfb07cb032740483dd8be7c74aff66b70352 /systems/texlive/tlnet/tlpkg/tlperl/lib/Config
parent25111608e6aa05042b0c6f83009262e1973d7a45 (diff)
CTAN sync 202004110309
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Config')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm3
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/tlperl/lib/Config/Perl/V.pm11
2 files changed, 7 insertions, 7 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm
index 5c241e97ae..b92ebf8ab8 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm
@@ -4,7 +4,7 @@ our (%Extensions, $VERSION, @ISA, @EXPORT_OK);
use Config;
require Exporter;
-$VERSION = '0.02';
+$VERSION = '0.03';
@ISA = 'Exporter';
@EXPORT_OK = '%Extensions';
@@ -17,6 +17,7 @@ foreach my $type (qw(static dynamic nonxs)) {
1;
__END__
+
=head1 NAME
Config::Extensions - hash lookup of which core extensions were built.
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Perl/V.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Perl/V.pm
index 4489cc83fc..dbb0f88ec1 100755
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Perl/V.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Perl/V.pm
@@ -1,5 +1,3 @@
-#!/pro/bin/perl
-
package Config::Perl::V;
use strict;
@@ -8,7 +6,7 @@ use warnings;
use Config;
use Exporter;
use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
-$VERSION = "0.29";
+$VERSION = "0.32";
@ISA = qw( Exporter );
@EXPORT_OK = qw( plv2hash summary myconfig signature );
%EXPORT_TAGS = (
@@ -72,6 +70,7 @@ my %BTD = map { $_ => 0 } qw(
USE_NO_REGISTRY
USE_PERL_ATOF
USE_SITECUSTOMIZE
+ USE_THREAD_SAFE_LOCALE
DEBUG_LEAKING_SCALARS
DEBUG_LEAKING_SCALARS_FORK_DUMP
@@ -406,9 +405,9 @@ Config::Perl::V - Structured data retrieval of perl -V output
=head2 $conf = myconfig ()
-This function will collect the data described in L<the hash structure> below,
+This function will collect the data described in L</"The hash structure"> below,
and return that as a hash reference. It optionally accepts an option to
-include more entries from %ENV. See L<environment> below.
+include more entries from %ENV. See L</environment> below.
Note that this will not work on uninstalled perls when called with
C<-I/path/to/uninstalled/perl/lib>, but it works when that path is in
@@ -554,7 +553,7 @@ H.Merijn Brand <h.m.brand@xs4all.nl>
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2009-2017 H.Merijn Brand
+Copyright (C) 2009-2018 H.Merijn Brand
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.