In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/04518420a23d8b2044f32190fb01dd8e694e14ff?hp=1dc0863403466d6a42cc331d1f6a8f0506b313a3>

- Log -----------------------------------------------------------------
commit 04518420a23d8b2044f32190fb01dd8e694e14ff
Author: Craig A. Berry <[email protected]>
Date:   Tue Sep 23 22:12:27 2014 -0500

    VMS does not have lc_monetary_2008 items in lconv.
-----------------------------------------------------------------------

Summary of changes:
 configure.com | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.com b/configure.com
index 2128bdd..6bd3082 100644
--- a/configure.com
+++ b/configure.com
@@ -5398,7 +5398,6 @@ $   vms_cc_type="decc"
 $ ENDIF
 $ d_faststdio="define"
 $ d_locconv="define"
-$ d_lc_monetary_2008="define"
 $ d_mblen="define"
 $ d_mbstowcs="define"
 $ d_mbtowc="define"
@@ -6096,7 +6095,7 @@ $ WC "d_link='" + d_link + "'"
 $ WC "d_llseek='undef'"
 $ WC "d_localtime64='undef'"
 $ WC "d_locconv='" + d_locconv + "'"
-$ WC "d_lc_monetary_2008='" + d_lc_monetary_2008 + "'"
+$ WC "d_lc_monetary_2008='undef'"
 $ WC "d_lockf='undef'"
 $ WC "d_longdbl='" + d_longdbl + "'"
 $ WC "d_longlong='" + d_longlong + "'"

--
Perl5 Master Repository

Reply via email to