diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Config/Perl/V.pm')
-rwxr-xr-x | Master/tlpkg/tlperl/lib/Config/Perl/V.pm | 11 |
1 files changed, 5 insertions, 6 deletions
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. |