Re: panda's port?

2017-01-18 Thread Todd Chester
On 01/17/2017 12:52 PM, Will Coleda wrote: Note that you can also set the environment variable GIT_PROTOCOL to https or ssh to use those protocols on their various ports, respectively. (Useful when behind a corporate firewall and http proxy) $ GIT_PROTOCOL=https panda install JSON::Fast Hi

[perl #130586] [REGEX] :sigspace does not affect spaces inside character classes

2017-01-18 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130586] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130586 > the :sigspace adverb does not affect spaces inside character class. Should it? Note that

[perl #130583] (1,2,3).Array[0]++ dies with no rw candidate

2017-01-18 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130583] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130583 > 17:09 brokenchicken bisect: (1,2,3).Array[0]++ 17:09 bisectable6 brokenchicken,

Re: inline question

2017-01-18 Thread Luca Ferrari
On Tue, Jan 17, 2017 at 6:35 PM, ToddAndMargo wrote: > Does Perl 5 have to be installed to get Inline work? Or just a path > to the downloaded perl5 module(s)? See the BUILDING section for more details: Luca