summaryrefslogtreecommitdiff
path: root/dist/FindBin
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2021-10-09 16:24:02 +0000
committerJames E Keenan <jkeenan@cpan.org>2021-10-09 19:04:22 -0400
commit503e0d1c055ad6e1e8ee5d18ed7160bba4871300 (patch)
tree488867e482961a71b9cb759c245592f1ae1a1dd4 /dist/FindBin
parent2a53f25a438715f73b03bc061357a8223b004774 (diff)
downloadperl-503e0d1c055ad6e1e8ee5d18ed7160bba4871300.tar.gz
Send bug reports to GitHub
Mail to 'perlbug@perl.org' now simply triggers a response redirecting sender there.
Diffstat (limited to 'dist/FindBin')
-rw-r--r--dist/FindBin/lib/FindBin.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/FindBin/lib/FindBin.pm b/dist/FindBin/lib/FindBin.pm
index a1b768a107..fa61dd334e 100644
--- a/dist/FindBin/lib/FindBin.pm
+++ b/dist/FindBin/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' ) {