Re: POD: linking to a module

2019-01-12 Thread Vadim Belman
Not to mention different module versions, on top of what you wrote. Ok, I would think about it. One thing comes to my mind: in Synopsis 26 (https://design.perl6.org/S26.html) there is a mention of =config directive. It can be used to define where the links must point to. Something like:

Re: I need m/ help

2019-01-12 Thread Timo Paulssen
On 12/01/2019 23:40, ToddAndMargo via perl6-users wrote: > But this does not.  What is wrong with (<:N>**2)  ? > > $ perl6 -e 'my Str $Date=DateTime.now.Str; $Date~~m/ (<:N>**4) "-" > (<:N>**2) "-" (<:Nl>**2) "T" .* /; print "$Date\n\t$0  $1  $2\n"' > Use of Nil in string context >   in block at

I need m/ help

2019-01-12 Thread ToddAndMargo via perl6-users
Hi All, This works: $ p6 'my $x="2018-09-15"; $x~~s/ (<:N>+) "-" (<:N>+) "-" (<:N>+) /$0.$1.$2/; say $x;' 2018.09.15 And this does too: $ perl6 -e 'my Str $Date=DateTime.now.Str; $Date~~m/ (<:N>+) "-" (<:N>+) "-" (<:N>+) "T" .* /; print "$Date\n\t$0 $1 $2\n"'

[perl #133762] Quanthashes should be parameterizable

2019-01-12 Thread via RT
# New Ticket Created by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 # Please include the string: [perl #133762] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=133762 > › rpm -qi rakudo | rg Version Version : 2018.12 subset Foo of Str where .chars