diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
commit | 11c6e5fc65f26ba5219997d19707b998a9abf26d (patch) | |
tree | a1dc8073a679611d3f09c01eda006cc3f6f846b1 /Master/tlpkg/tlperl/lib/Config | |
parent | a6593bd4f2eb12ae25540de026f7f9ebcf230a2f (diff) |
tl20 perl 5.30.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@54166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Config')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Config/Extensions.pm | 3 | ||||
-rwxr-xr-x | Master/tlpkg/tlperl/lib/Config/Perl/V.pm | 11 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/tlperl/lib/Config/Extensions.pm b/Master/tlpkg/tlperl/lib/Config/Extensions.pm index 5c241e97aea..b92ebf8ab82 100644 --- a/Master/tlpkg/tlperl/lib/Config/Extensions.pm +++ b/Master/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/Master/tlpkg/tlperl/lib/Config/Perl/V.pm b/Master/tlpkg/tlperl/lib/Config/Perl/V.pm index 4489cc83fc6..dbb0f88ec15 100755 --- a/Master/tlpkg/tlperl/lib/Config/Perl/V.pm +++ b/Master/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. |