develooper Front page | perl.perl5.porters | Postings from March 2013

[perl #116919] Examples in I18N::Langinfo pod won't run due to fatal errors

Thread Previous
From:
James E Keenan via RT
Date:
March 19, 2013 23:12
Subject:
[perl #116919] Examples in I18N::Langinfo pod won't run due to fatal errors
Message ID:
rt-3.6.HEAD-28177-1363734746-58.116919-15-0@perl.org
On Mon Feb 25 23:47:44 2013, aaron.trevena@gmail.com wrote:
> Hi James,
> 
> Thanks for picking this up.
> 
> On 26 February 2013 03:05, James E Keenan via RT
> <perlbug-followup@perl.org> wrote:
> > I have attached which corrects the POD with code that executes.
> >
> > Does it suffice?  Please review.
> 
> change :
> > +        map { langinfo($_) } qw(ABDAY_1 YESSTR NOSTR);
> to:
> +        map { langinfo($_) } (ABDAY_1, YESSTR, NOSTR);
> 
> Should sort it, although I don't have YESSTR and NOSTR defined in my
> ancient RH installed on my home laptop, ABDAY_1 is fine so I suspect
> that's just fedora being hip and bleeding edge
> 
> A
> 
> 


Aaron,

You've filed two different corrections to my patch, which leaves me
confused.  Since I18N::Langinfo is maintained within the core
distribution and does not have an independent existence on CPAN, I don't
understand why you're bringing up 5.10.1.

I'm withdrawing my patch and recommend that you draw up a new patch
against blead.

Thank you very much.
Jim Keenan

---
via perlbug:  queue: perl5 status: open
https://rt.perl.org:443/rt3/Ticket/Display.html?id=116919

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About