summaryrefslogtreecommitdiff
path: root/ext
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 /ext
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 'ext')
-rw-r--r--ext/I18N-Langinfo/Langinfo.pm13
1 files changed, 6 insertions, 7 deletions
diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm
index c077d7baf7..fd34a8a29f 100644
--- a/ext/I18N-Langinfo/Langinfo.pm
+++ b/ext/I18N-Langinfo/Langinfo.pm
@@ -70,7 +70,7 @@ our @EXPORT_OK = qw(
YESSTR
);
-our $VERSION = '0.20';
+our $VERSION = '0.21';
XSLoader::load();
@@ -224,15 +224,14 @@ representation.
=item C<CRNCYSTR>
The return may be incorrect for those rare locales where the currency symbol
-replaces the radix character.
-Send email to L<mailto:perlbug@perl.org> if you have examples of it needing
-to work differently.
+replaces the radix character. If you have examples of it needing to work
+differently, please file a report at L<https://github.com/Perl/perl5/issues>.
=item C<ALT_DIGITS>
-Currently this gives the same results as Linux does.
-Send email to L<mailto:perlbug@perl.org> if you have examples of it needing
-to work differently.
+Currently this gives the same results as Linux does. If you have examples of
+it needing to work differently, please file a report at
+L<https://github.com/Perl/perl5/issues>.
=item C<ERA_D_FMT>