Skip Menu |

This queue is for tickets about the Web-Simple CPAN distribution.

Report information
The Basics
Id: 120071
Status: patched
Priority: 0/
Queue: Web-Simple

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.032
Fixed in: (no value)



Subject: Fails with bleadperl v5.25.8-223-ga0e213fcb5
XRef: https://rt.perl.org/Public/Bug/Display.html?id=130633 Don't shoot the messenger:) HTH&&Thanks,
CC: undisclosed-recipients:;
Subject: Re: [rt.cpan.org #120071] Fails with bleadperl v5.25.8-223-ga0e213fcb5
Date: Thu, 02 Feb 2017 13:03:12 +0000
To: "Andreas Koenig via RT" <bug-Web-Simple [...] rt.cpan.org>
From: ilmari [...] ilmari.org (Dagfinn Ilmari Mannsåker)
"Andreas Koenig via RT" <bug-Web-Simple@rt.cpan.org> writes: Show quoted text
> XRef: https://rt.perl.org/Public/Bug/Display.html?id=130633 > > Don't shoot the messenger:)
This turns out to be a bug in Web-Simple's XML::Tags module, which restores *CORE::GLOBAL::glob to \&File::Glob::glob (i.e. bsd_glob), when it should be using csh_glob. Tentative fix pushed to http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web-Simple.git;a=commitdiff;h=globbery Show quoted text
> HTH&&Thanks,
Thanks for the report! -- "I use RMS as a guide in the same way that a boat captain would use a lighthouse. It's good to know where it is, but you generally don't want to find yourself in the same spot." - Tollef Fog Heen
On 2017-02-02 13:27:20, ilmari@ilmari.org wrote: Show quoted text
> Tentative fix pushed to > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web- > Simple.git;a=commitdiff;h=globbery
Now merged to master as http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web-Simple.git;a=commitdiff;h=724b313
On Fri Feb 03 07:14:12 2017, ilmari wrote: Show quoted text
> On 2017-02-02 13:27:20, ilmari@ilmari.org wrote: >
> > Tentative fix pushed to > > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web- > > Simple.git;a=commitdiff;h=globbery
> > Now merged to master as > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web- > Simple.git;a=commitdiff;h=724b313
Do you anticipate a CPAN release anytime soon? I'm asking so that we can mark progress on this "BBC" ticket: https://rt.perl.org/Ticket/Display.html?id=130633 Thank you very much. Jim Keenan
On Fri Mar 17 19:53:14 2017, JKEENAN wrote: Show quoted text
> On Fri Feb 03 07:14:12 2017, ilmari wrote:
> > On 2017-02-02 13:27:20, ilmari@ilmari.org wrote: > >
> > > Tentative fix pushed to > > > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web- > > > Simple.git;a=commitdiff;h=globbery
> > > > Now merged to master as > > http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/Web- > > Simple.git;a=commitdiff;h=724b313
> > > Do you anticipate a CPAN release anytime soon? > > I'm asking so that we can mark progress on this "BBC" ticket: > https://rt.perl.org/Ticket/Display.html?id=130633 > > Thank you very much. > Jim Keenan
mst pointed me to a tarball for Web-Simple-0.33. I was able to build and install blead, install cpanm, and then install Web-Simple via cpanm: ##### [blead] 524 $ ./bin/perl -v | head -2 | tail -1 This is perl 5, version 25, subversion 11 (v5.25.11 (v5.25.10-89-ge42bf9a)) built for x86_64-linux [blead] 525 $ ./bin/perl -Ilib -MWeb::Simple -E 'say $Web::Simple::VERSION;' 0.033 ##### Thank you very much. Jim Keenan