From: Jarkko Hietaniemi Date: Wed, 5 Dec 2001 19:53:05 +0000 (+0000) Subject: $apply->('club', $glibc_maintainers); X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af0cab943dd893d19226977dbf21d951d8ebf7aa;p=p5sagit%2Fp5-mst-13.2.git $apply->('club', $glibc_maintainers); (Nicholas Clark just reported that YESSTR is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5) p4raw-id: //depot/perl@13480 --- diff --git a/ext/I18N/Langinfo/Langinfo.t b/ext/I18N/Langinfo/Langinfo.t index 9799934..2f5172d 100644 --- a/ext/I18N/Langinfo/Langinfo.t +++ b/ext/I18N/Langinfo/Langinfo.t @@ -24,7 +24,6 @@ my %want = ABMON_1 => "Jan", MON_1 => "January", RADIXCHAR => ".", - YESSTR => qr{^y(?:es)?$}i, AM_STR => qr{^(?:am|a\.m\.)$}i, THOUSEP => "", D_T_FMT => qr{^%a %b %[de] %H:%M:%S %Y$},