summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/Config/Extensions.pm3
1 files changed, 2 insertions, 1 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.