summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-03-15 03:06:35 +0000
committerNorbert Preining <norbert@preining.info>2024-03-15 03:06:35 +0000
commit12679ab7d3c2a210f4123163671b532b8b55d5f9 (patch)
tree0060d13467186ad977f4e73488ee20dd6c0017ab /systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm
parent62170822e034fdd3f81de7274835d0d3b0467100 (diff)
CTAN sync 202403150306
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm
index a1b768a107..fa61dd334e 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/FindBin.pm
@@ -61,9 +61,8 @@ workaround was to force the C<BEGIN> block to be executed again:
=head1 AUTHORS
-FindBin is supported as part of the core perl distribution. Please send bug
-reports to E<lt>F<perlbug@perl.org>E<gt> using the perlbug program
-included with perl.
+FindBin is supported as part of the core perl distribution. Please submit bug
+reports at L<https://github.com/Perl/perl5/issues>.
Graham Barr E<lt>F<gbarr@pobox.com>E<gt>
Nick Ing-Simmons E<lt>F<nik@tiuk.ti.com>E<gt>
@@ -91,7 +90,7 @@ our @EXPORT_OK = qw($Bin $Script $RealBin $RealScript $Dir $RealDir);
our %EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]);
our @ISA = qw(Exporter);
-our $VERSION = "1.52";
+our $VERSION = "1.53";
# needed for VMS-specific filename translation
if( $^O eq 'VMS' ) {