Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created October 10, 2019 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/ed38903b2b1bb2de65218e8a976497db to your computer and use it in GitHub Desktop.
Save Whateverable/ed38903b2b1bb2de65218e8a976497db to your computer and use it in GitHub Desktop.
greppable6
| File | Code | |--|--| | perl6-all-modules/_tools/populate.p6 | run \.perl6.org/s/from:cpan/.json\> | | perl6-all-modules/_tools/populate.p6 | warn "No source-url for $\_.perl()"; | | [AKIYM/JSON-Hjson
``…/README.md`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/README.md#L21) | say from-hjson($text).perl; | | [AKIYM/JSON-Hjson
``…/Hjson.pm6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/lib/JSON/Hjson.pm6#L39) | say from-hjson($text).perl; | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L19) | cmp-ok $got.perl, 'eq', $expected.perl, $name; | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L27) | if $retval.WHAT === Num \&\& $retval.perl \~\~ /e0$/ { | | [AKIYM/JSON-Hjson
``…/02-testcases.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AKIYM/JSON-Hjson/t/02-testcases.t#L30) | if $retval.WHAT === Rat \&\& $retval.perl \~\~ /\\.0$/ { | | [ALOREN/App-FindSource
``…/README.md`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/App-FindSource/README.md#L10) | /home/\*/.perl6/bin/fs [add\|list\|remove] [-l=\] [-w=\] [-a=\] [-i] [-no=\] [-only=\] [-d\|--debug] \ | | [ALOREN/App-FindSource
``…/README.md`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/App-FindSource/README.md#L62) | /home/\*/.perl6/bin/fs [add\|list\|remove] [-l=\] [-w=\] [-a=\] [-i] [-no=\] [-only=\] [-d\|--debug] [-c=\] [-cpp=\] [-h=\] \ | | [ALOREN/Terminal-Table
``…/Frame.pm6`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Frame.pm6#L93) | return self.defined ?? "Line.new(base =\> \\"{$!base.perl}\\", n =\> $!n)" !! "(Line)"; | | [ALOREN/Terminal-Table
``…/Frame.pm6`` :*127*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/Frame.pm6#L127) | return self.defined ?? "Corner.new(base =\> \\"{$!base.perl}\\")" !! "(Corner)"; | | [ALOREN/Terminal-Table
``…/String.pm6`` :*103*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/String.pm6#L103) | " width =\> {$!width}, style =\> {$!style.perl})" !! "(String)"; | | [ALOREN/Terminal-Table
``…/VisitorHelper.pm6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/lib/Terminal/Table/VisitorHelper.pm6#L26) | fail "Not wrapper named: $name with signature {c.perl}!"; | | [ALOREN/Terminal-Table
``…/self-define-style.p6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ALOREN/Terminal-Table/sample/self-define-style.p6#L9) | constant MODULE-LIST = 'http://modules.perl6.org'; | | [AZAWAWI/App-Perl6LangServer
``…/test-ast.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-ast.p6#L62) | say $item.perl; | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L22) | say $tree.perl; | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L26) | #say $element.^name \~ " =\> " \~ ($element.^can('content') ?? $element.content.perl !! "N/A") \~", from = " \~ ($element.^can('from') ?? $element.from !! 'N/A'); | | [AZAWAWI/App-Perl6LangServer
``…/test-nqp.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/App-Perl6LangServer/test-nqp.p6#L31) | #say $child.^name \~ " =\> " \~ ($child.^can('content') ?? $child.content.perl !! "N/A") \~", from = " \~ ($child.^can('from') ?? $child.from !! 'N/A'); | | [AZAWAWI/Inline-Go
``…/002-grammar.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Inline-Go/t/002-grammar.t#L25) | ok $match.defined, "$($sample.perl) matches '$rule'"; | | [AZAWAWI/Libclang
``…/01-version.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Libclang/t/01-version.t#L9) | diag $version.perl; | | [AZAWAWI/MagickWand
``…/README.md`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MagickWand/README.md#L3) | This provides a Perl 6 object-oriented [NativeCall](http://doc.perl6.org/language/nativecall)-based API for ImageMagick's | | [AZAWAWI/MagickWand
``…/MagickWand.pm6`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MagickWand/lib/MagickWand.pm6#L38) | http://doc.perl6.org/language/nativecall)-based API for ImageMagick's | | [AZAWAWI/MsgPack
``…/README.md`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L17) | say "data : " \~ $data.perl; | | [AZAWAWI/MsgPack
``…/README.md`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L18) | say "packed : " \~ $packed.perl; | | [AZAWAWI/MsgPack
``…/README.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/README.md#L19) | say "unpacked : " \~ $unpacked.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L13) | say "data : " \~ $data.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L14) | say "packed : " \~ $packed.perl; | | [AZAWAWI/MsgPack
``…/ex01.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex01.pl6#L15) | say "unpacked : " \~ $unpacked.perl; | | [AZAWAWI/MsgPack
``…/ex02.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/examples/ex02.pl6#L15) | say "Version: " \~ MsgPack::version.perl; | | [AZAWAWI/MsgPack
``…/002-version.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/MsgPack/t/002-version.t#L10) | diag $version.perl; | | [AZAWAWI/SDL2
``…/shooter.p6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/SDL2/examples/shooter.p6#L35) | say $foo.perl; | | [AZAWAWI/Tika
``…/01-version.t`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Tika/t/01-version.t#L14) | diag $version.perl; | | [AZAWAWI/Wkhtmltox
``…/01-version.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/AZAWAWI/Wkhtmltox/t/01-version.t#L10) | diag $version.perl; | | [BDUGGAN/WebService-AWS-S3
``…/.travis.yml`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/BDUGGAN/WebService-AWS-S3/.travis.yml#L9) | - export PATH=$PATH:/.perl6/bin:/opt/rakudo-pkg/bin | | [BDUGGAN/WebService-AWS-S3
``…/S3.pm6`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/BDUGGAN/WebService-AWS-S3/lib/WebService/AWS/S3.pm6#L122) | # say $res.header.fields.map({ .name =\> .values}).perl; | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L217) | my $type = self.perl-type($a.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*238*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L238) | my $type = self.perl-type($sig.returns); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*250*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L250) | my $type = self.perl-type($p.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*287*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L287) | my $type = self.perl-type($a.type); | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*326*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L326) | if not $nonnull and $type.WHAT.perl \~\~ /\\:D$/ | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*329*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L329) | ofType =\> self.perl-type($type, :nonnull) | | [CTILMES/GraphQL
``…/GraphQL.pm`` :*339*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL.pm#L339) | GraphQL::List.new(ofType =\> self.perl-type($type.of)); | | [CTILMES/GraphQL
``…/Types.pm`` :*445*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/GraphQL/lib/GraphQL/Types.pm#L445) | $val.perl | | [CTILMES/LibUUID
``…/Changes`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/LibUUID/Changes#L5) | https://docs.perl6.org/language/nativecall#ABI/API\_version | | [CTILMES/Munge
``…/Munge.pm6.html`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/CTILMES/Munge/html/Munge.pm6.html#L24) | \ | | [DARRENF/Test-Declare
``…/README.md`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/DARRENF/Test-Declare/README.md#L93) | If required, a [Capture](https://docs.perl6.org/type/Capture.html) of the arguments to the class's \`new\` method. | | [DARRENF/Test-Declare
``…/README.md`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/DARRENF/Test-Declare/README.md#L97) | If required, a [Capture](https://docs.perl6.org/type/Capture.html) of the arguments to the instance's method. | | [DARRENF/Test-Declare
``…/Declare.pm6`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/DARRENF/Test-Declare/lib/Test/Declare.pm6#L100) | If required, a L\.perl6.org/type/Capture.html\> of the arguments to the class's C\ method. | | [DARRENF/Test-Declare
``…/Declare.pm6`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/DARRENF/Test-Declare/lib/Test/Declare.pm6#L104) | If required, a L\.perl6.org/type/Capture.html\> of the arguments to the instance's method. | | [ELIZABETH/Array-Agnostic
``…/README.md`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/README.md#L65) | You may implement these methods out of performance reasons yourself, but you don't have to as an implementation is provided by this role. They follow the same semantics as the methods on the [Array object](https://docs.perl6.org/type/Array). | | [ELIZABETH/Array-Agnostic
``…/Agnostic.pm6`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/lib/Array/Agnostic.pm6#L115) | self.perlseen(self.^name, { | | [ELIZABETH/Array-Agnostic
``…/Agnostic.pm6`` :*118*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/lib/Array/Agnostic.pm6#L118) | \~ self.map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Array-Agnostic
``…/Agnostic.pm6`` :*233*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/lib/Array/Agnostic.pm6#L233) | L\.perl6.org/type/Array\>. | | [ELIZABETH/Array-Agnostic
``…/01-basic.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Agnostic/t/01-basic.t#L25) | is @a.perl, "MyArray.new(1,2,3,4,5,6,7,8,9,10)", 'does .perl work ok'; | | [ELIZABETH/Array-Sparse
``…/01-basic.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Array-Sparse/t/01-basic.t#L15) | is @a.perl, "Array::Sparse.new(1,2,3,4,5,6,7,8,9,10)", 'does .perl work ok'; | | [ELIZABETH/Hash-Agnostic
``…/README.md`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/README.md#L65) | You may implement these methods out of performance reasons yourself, but you don't have to as an implementation is provided by this role. They follow the same semantics as the methods on the [Hash object](https://docs.perl6.org/type/Hash). | | [ELIZABETH/Hash-Agnostic
``…/Agnostic.pm6`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/lib/Hash/Agnostic.pm6#L110) | self.perlseen(self.^name, { | | [ELIZABETH/Hash-Agnostic
``…/Agnostic.pm6`` :*113*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/lib/Hash/Agnostic.pm6#L113) | \~ self.pairs.sort( \*.key ).map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Hash-Agnostic
``…/Agnostic.pm6`` :*187*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/lib/Hash/Agnostic.pm6#L187) | L\.perl6.org/type/Hash\>. | | [ELIZABETH/Hash-Agnostic
``…/01-basic.t`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/t/01-basic.t#L34) | is %h.perl, | | [ELIZABETH/Hash-Agnostic
``…/01-basic.t`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Hash-Agnostic/t/01-basic.t#L36) | 'does .perl work ok'; | | [ELIZABETH/Map-Agnostic
``…/README.md`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/README.md#L58) | You may implement these methods out of performance reasons yourself, but you don't have to as an implementation is provided by this role. They follow the same semantics as the methods on the [Map object](https://docs.perl6.org/type/Map). | | [ELIZABETH/Map-Agnostic
``…/Agnostic.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/lib/Map/Agnostic.pm6#L109) | L\.perl6.org/type/Map\>. | | [ELIZABETH/Map-Agnostic
``…/01-basic.t`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/t/01-basic.t#L33) | is %m.perl, | | [ELIZABETH/Map-Agnostic
``…/01-basic.t`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Agnostic/t/01-basic.t#L35) | 'does .perl work ok'; | | [ELIZABETH/Map-Ordered
``…/Ordered.pm6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/lib/Map/Ordered.pm6#L41) | self.perlseen(self.^name, { | | [ELIZABETH/Map-Ordered
``…/Ordered.pm6`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/lib/Map/Ordered.pm6#L44) | \~ self.pairs.map({$\_\<\>.perl}).join(',') | | [ELIZABETH/Map-Ordered
``…/01-basic.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/t/01-basic.t#L22) | is %m.perl, | | [ELIZABETH/Map-Ordered
``…/01-basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Map-Ordered/t/01-basic.t#L24) | 'does .perl work ok'; | | [ELIZABETH/Memoize
``…/Memoize.pm6`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/Memoize/lib/Memoize.pm6#L93) | !! die( "Illegal value for CACHE: $CACHE.perl()" ) | | [ELIZABETH/P5tie
``…/Changes`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L25) | - Fixed .perl for tied arrays, added .gist method | | [ELIZABETH/P5tie
``…/Changes`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L26) | - Added .Str, .perl, .gist, .join for tied hashes | | [ELIZABETH/P5tie
``…/Changes`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/Changes#L31) | - Added some stringification methods: .Str, .perl and .join. | | [ELIZABETH/P5tie
``…/README.md`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/README.md#L137) | Please note that there are usually better ways attaching special functionality to arrays, hashes and scalars in Perl 6 than using \`tie\`. Please see t… | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L24) | # generic prefix for .perl methods | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*167*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L167) | @strings.push(\&!FETCH($!tied,$\_).perl) for ^\&!FETCHSIZE($!tied); | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*300*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L300) | perl-preamble() \~ self.pairs.map( \*.perl ).join(',') \~ ';' | | [ELIZABETH/P5tie
``…/P5tie.pm6`` :*465*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ELIZABETH/P5tie/lib/P5tie.pm6#L465) | L\.perl6.org/language/subscripts#Custom\_types\> for | | [FCO/Red
``…/Changes`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/Changes#L14) | - Provide a \`\`\`.perl\`\`\` for model objects that only includes the columns, not relations and internals. | | [FCO/Red
``…/Driver.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver.pm6#L33) | note "BIND: @bind.perl()"; | | [FCO/Red
``…/Driver.pm6`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver.pm6#L46) | note "BIND: @binds.perl()"; | | [FCO/Red
``…/Mock.pm6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Driver/Mock.pm6#L133) | "Query that matches '$re.perl()' should be called $times times and was called $counter time(s)"; | | [FCO/Red
``…/Model.pm6`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Model.pm6#L5) | #method gist { self.^attributes; #\`{self.perl} } | | [FCO/Red
``…/Model.pm6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/Red/Model.pm6#L9) | "{ .name.substr(2) } =\> { .get\_value(self).perl }" | | [FCO/Red
``…/Exceptions.pm6`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/lib/X/Red/Exceptions.pm6#L56) | Original error: { $.orig-exception.perl } | | [FCO/Red
``…/02-tdd.t`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L89) | (.a == 42).perl, | | [FCO/Red
``…/02-tdd.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L90) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "num"), ast-value(42)).perl | | [FCO/Red
``…/02-tdd.t`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L93) | (42 == .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L94) | Red::AST::Eq.new(ast-value(42), Red::AST::Cast.new(.a, "num")).perl | | [FCO/Red
``…/02-tdd.t`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L97) | (.a == $a).perl, | | [FCO/Red
``…/02-tdd.t`` :*98*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L98) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "num"), ast-value(42), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*101*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L101) | ($a == .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L102) | Red::AST::Eq.new(ast-value(42), Red::AST::Cast.new(.a, "num"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*106*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L106) | (.a != 42).perl, | | [FCO/Red
``…/02-tdd.t`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L107) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "num"), ast-value(42)).perl | | [FCO/Red
``…/02-tdd.t`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L110) | (42 != .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L111) | Red::AST::Ne.new(ast-value(42), Red::AST::Cast.new(.a, "num")).perl | | [FCO/Red
``…/02-tdd.t`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L114) | (.a != $a).perl, | | [FCO/Red
``…/02-tdd.t`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L115) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "num"), ast-value(42), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*118*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L118) | ($a != .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*119*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L119) | Red::AST::Ne.new(ast-value(42), Red::AST::Cast.new(.a, "num"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L125) | (.a eq "lorem ipsum").perl, | | [FCO/Red
``…/02-tdd.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L126) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum")).perl | | [FCO/Red
``…/02-tdd.t`` :*129*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L129) | ("lorem ipsum" eq .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L130) | Red::AST::Eq.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str")).perl | | [FCO/Red
``…/02-tdd.t`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L133) | (.a eq $b).perl, | | [FCO/Red
``…/02-tdd.t`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L134) | Red::AST::Eq.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum"), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L137) | ($b eq .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*138*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L138) | Red::AST::Eq.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*142*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L142) | (.a ne "lorem ipsum").perl, | | [FCO/Red
``…/02-tdd.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L143) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum")).perl | | [FCO/Red
``…/02-tdd.t`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L146) | ("lorem ipsum" ne .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L147) | Red::AST::Ne.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str")).perl | | [FCO/Red
``…/02-tdd.t`` :*150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L150) | (.a ne $b).perl, | | [FCO/Red
``…/02-tdd.t`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L151) | Red::AST::Ne.new(Red::AST::Cast.new(.a, "str"), ast-value("lorem ipsum"), :bind-right).perl | | [FCO/Red
``…/02-tdd.t`` :*154*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L154) | ($b ne .a).perl, | | [FCO/Red
``…/02-tdd.t`` :*155*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L155) | Red::AST::Ne.new(ast-value("lorem ipsum"), Red::AST::Cast.new(.a, "str"), :bind-left).perl | | [FCO/Red
``…/02-tdd.t`` :*309*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L309) | #is Post2.where({ .id == 42 }).query.perl, 42; | | [FCO/Red
``…/02-tdd.t`` :*337*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/02-tdd.t#L337) | is $seq.filter.perl, Person2.posts.filter.perl; | | [FCO/Red
``…/18-pp.t`` :*20*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FCO/Red/t/18-pp.t#L20) | lives-ok { [ $one, $two ].perl } | | [FRITH/Desktop-Notify
``…/notify.p6`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Desktop-Notify/examples/notify.p6#L9) | say $notify.server-caps.perl; | | [FRITH/Desktop-Notify
``…/notify.p6`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Desktop-Notify/examples/notify.p6#L11) | say $notify.server-info.perl; | | [FRITH/Hash-Timeout
``…/01-basic.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FRITH/Hash-Timeout/t/01-basic.t#L16) | is %h1.perl, 'Hash+{Hash::Timeout[Int]}.new(:a(1),:b(2),:c(3))', '.perl works'; | | [FROGGS/Inline
``…/C.pm`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/FROGGS/Inline/lib/Inline/C.pm#L45) | $l\_line = "$cfg\ $cfg\.perllibs\> $cfg\ $cfg\ $cfg\$name.$cfg\ $name$o"; | | [HANENKAMP/ArrayHash
``…/README.md`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L45) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L54) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L75) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L131) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*136*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L136) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*148*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L148) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/README.md`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/README.md#L153) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L46) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L55) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L76) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*341*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L341) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*346*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L346) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*367*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L367) | @a.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*372*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L372) | @m.perl.say; | | [HANENKAMP/ArrayHash
``…/ArrayHash.pm6`` :*718*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/lib/ArrayHash.pm6#L718) | $type \~ '(' \~ @!array.map({ .defined ?? .perl !! 'Pair' }).join(', ') \~ ')' | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*93*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L93) | is @array.perl, q[array-hash(] \~ @els[.[0], .[1], .[2]].join(', ') \~ q[)], "array.perl"; | | [HANENKAMP/ArrayHash
``…/array-hash.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/array-hash.t#L94) | is %hash.perl, q[array-hash(] \~ @els[.[0], .[1], .[2]].join(', ') \~ q[)], "hash.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L107) | is @array.perl, q[multi-hash(] \~ @els[.[0], .[1], .[2], .[3]].join(', ') \~ q[)], "array.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L108) | is %hash.perl, q[multi-hash(] \~ @els[.[0], .[1], .[2], .[3]].join(', ') \~ q[)], "hash.perl"; | | [HANENKAMP/ArrayHash
``…/multi-hash.t`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ArrayHash/t/multi-hash.t#L194) | note '# ', @array.perl; | | [HANENKAMP/DOM-Tiny
``…/114-do-not-pollute.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/DOM-Tiny/t/114-do-not-pollute.t#L10) | ok DOM::Tiny::HTML::Text.perl, 'we can get to Text as a thing with the long name'; | | [HANENKAMP/DOM-Tiny
``…/114-do-not-pollute.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/DOM-Tiny/t/114-do-not-pollute.t#L16) | ok Text.perl, 'we can get Text as a thing too'; | | [HANENKAMP/HTTP-Headers
``…/Header.pod`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Headers/lib/HTTP/Header.pod#L218) | say $headers.Content-Type.params.perl; | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L218) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L285) | debug("HEADER ", %header.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Request.pm6`` :*325*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Request.pm6#L325) | debug("ENV ", %env.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*183*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L183) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L248) | debug("HEAD ", @res[1].perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Response.pm6`` :*291*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/lib/HTTP/Supply/Response.pm6#L291) | debug("EMIT ", @res.perl); | | [HANENKAMP/HTTP-Request-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/t/lib/HTTP/Supply/Request/Test.pm6#L25) | flunk 'unexpected environment received: ', %env.perl | | [HANENKAMP/HTTP-Request-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Request-Supply/t/lib/HTTP/Supply/Response/Test.pm6#L25) | flunk 'unexpected response received: ', @res.perl | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L218) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L285) | debug("HEADER ", %header.perl); | | [HANENKAMP/HTTP-Supply
``…/Request.pm6`` :*325*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Request.pm6#L325) | debug("ENV ", %env.perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*183*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L183) | debug("RECV ", $chunk.perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L248) | debug("HEAD ", @res[1].perl); | | [HANENKAMP/HTTP-Supply
``…/Response.pm6`` :*291*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/lib/HTTP/Supply/Response.pm6#L291) | debug("EMIT ", @res.perl); | | [HANENKAMP/HTTP-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/t/lib/HTTP/Supply/Request/Test.pm6#L25) | flunk 'unexpected environment received: ', %env.perl | | [HANENKAMP/HTTP-Supply
``…/Test.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/HTTP-Supply/t/lib/HTTP/Supply/Response/Test.pm6#L25) | flunk 'unexpected response received: ', @res.perl | | [HANENKAMP/Hash-MultiValue
``…/MultiValue.pm6`` :*434*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/lib/Hash/MultiValue.pm6#L434) | \~ @!all-pairs.grep(\*.defined).sort(\*.key cmp \*.key).map(\*.perl).join(", ") | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*207*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L207) | # diag %t.all-antipairs.perl; | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L219) | # diag %t.all-invert.perl; | | [HANENKAMP/Hash-MultiValue
``…/basic.t`` :*238*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Hash-MultiValue/t/basic.t#L238) | is %t.perl, 'Hash::MultiValue.from-pairs(:a(7), :b(8), :b(9), :c(10), :d(6), :e(11), :e(12), :f(13))', ".perl"; | | [HANENKAMP/Path-Router
``…/Shell.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Path-Router/lib/Path/Router/Shell.pm6#L17) | say "Map: ", %map.perl; | | [HANENKAMP/Path-Router
``…/Shell.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Path-Router/lib/Path/Router/Shell.pm6#L18) | say "Target: ", $target.perl; | | [HANENKAMP/Smack
``…/README.md`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/README.md#L52) | If you have any interest in participating in the development of this project, please have a look. There is precious little documentation as things ar… | | [HANENKAMP/Smack
``…/Smack.pm6`` :*85*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack.pm6#L85) | zostay on irc.perl.org and Freenode, but it is unusual that I am actually | | [HANENKAMP/Smack
``…/Builder.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/Builder.pm6#L28) | "you used mount() in a builder \\{} block, but the result of the block is an app, which hides all mounts; if this is deliberate, please catch the $?PACKAGE.perl() exception and .resume" | | [HANENKAMP/Smack
``…/MIME.pm6`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/MIME.pm6#L108) | ".pl" =\> "text/x-script.perl", | | [HANENKAMP/Smack
``…/MIME.pm6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/MIME.pm6#L109) | ".pm" =\> "text/x-script.perl-module", | | [HANENKAMP/Smack
``…/PSGI.pm6`` :*111*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/lib/Smack/Middleware/PSGI.pm6#L111) | die 'Unknown application response: ', .perl; | | [HANENKAMP/Smack
``…/config-env.p6w`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/t/apps/config-env.p6w#L26) | $err.emit("#\\texpected: $expected.perl()"); | | [HANENKAMP/Smack
``…/config-env.p6w`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Smack/t/apps/config-env.p6w#L27) | $err.emit("#\\t got: %env{ $got }.WHAT.perl()"); | | [HANENKAMP/Template-Anti
``…/NodeSet.pm6`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/Template-Anti/lib/Template/Anti/NodeSet.pm6#L239) | \~ ', data =\> ' \~ (@!data.perl) | | [HANENKAMP/ULID
``…/ULID.pm6`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HANENKAMP/ULID/lib/ULID.pm6#L36) | # say "Input = $bin.perl()"; | | [HMBRAND/Text-CSV
``…/.travis.yml`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/.travis.yml#L35) | - "irc.perl.org#csv" | | [HMBRAND/Text-CSV
``…/43-1.t`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L16) | note $u.uninames.perl; | | [HMBRAND/Text-CSV
``…/43-1.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L24) | note $s.uninames.perl; | | [HMBRAND/Text-CSV
``…/43-1.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/43-1.t#L30) | note $csv.fields[1].text.uninames.perl; | | [HMBRAND/Text-CSV
``…/CONTRIBUTING.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/CONTRIBUTING.md#L19) | [.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) and | | [HMBRAND/Text-CSV
``…/CONTRIBUTING.md`` :*20*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/CONTRIBUTING.md#L20) | [.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc). | | [HMBRAND/Text-CSV
``…/META6.json`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/META6.json#L17) | "irc" : "irc://irc.perl.org/#csv" | | [HMBRAND/Text-CSV
``…/015-irc.txt`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/015-irc.txt#L7) | http://doc.perl6.org | | [HMBRAND/Text-CSV
``…/015-irc.txt`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/015-irc.txt#L9) | http://modules.perl6.org | | [HMBRAND/Text-CSV
``…/018-debug.txt`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/018-debug.txt#L7) | $ perl6 -e'.perl.say for 1, "test.pl".IO, 1/4, \\4' | | [HMBRAND/Text-CSV
``…/021-bugs.txt`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/021-bugs.txt#L9) | @foo.perl.say; | | [HMBRAND/Text-CSV
``…/050-meta.txt`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/050-meta.txt#L21) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}]).perl.say' | | [HMBRAND/Text-CSV
``…/050-meta.txt`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/050-meta.txt#L24) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}], :blank-is-undef).perl.say' | | [HMBRAND/Text-CSV
``…/073-check.txt`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/073-check.txt#L12) | $c.is-insane.perl.say; | | [HMBRAND/Text-CSV
``…/074-build.txt`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/074-build.txt#L22) | $c.is-insane.perl.say; | | [HMBRAND/Text-CSV
``…/index`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/NLPW-2015/index#L13) | - .perl and .gist | | [HMBRAND/Text-CSV
``…/Notes`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/Notes#L21) | $ p6 -e'"\\x[00d0]\\x[0110]\\x[0189]".perl.say' | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L75) | # https://rt.perl.org/Ticket/Display.html?id=122892 | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*96*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L96) | c.new.bar("baz").perl.say; | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L97) | c.new.bux("baz").perl.say; | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L102) | # https://rt.perl.org//Public/Bug/Display.html?id=123597 | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L193) | q{my @x = ("foo",1,Nil,2,"a","",3); @x.perl.say}); | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L255) | q{my$fh=open "t.csv",:w;$fh.print("+");$fh.close;$fh=open "t.csv",:r;$fh.get.perl.say;}); | | [HMBRAND/Text-CSV
``…/bugs.pl`` :*260*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/bugs.pl#L260) | q{my$fh=open "crnl.csv",:r,:!chomp;$fh.get.perl.say;}); | | [HMBRAND/Text-CSV
``…/csv.pl`` :*159*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L159) | #say $csv\_parser.perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L161) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*164*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L164) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv.pl`` :*172*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv.pl#L172) | #say @r.perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L102) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*107*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L107) | say $csv\_parser2.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L110) | say $csv\_parser.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*115*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L115) | say $csv\_parser2.getline().perl; | | [HMBRAND/Text-CSV
``…/csv_gram.pl`` :*124*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/csv_gram.pl#L124) | # say $r.perl; | | [HMBRAND/Text-CSV
``…/csv-check`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/examples/csv-check#L28) | my Str $x = $s.perl; | | [HMBRAND/Text-CSV
``…/csv-check-tuxic`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/examples/csv-check-tuxic#L27) | my Str $x = $s.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L239) | say "Row: ", $.row.to\_list.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*240*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L240) | say "Col: ", $.col.to\_list.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*322*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L322) | $s \~ ":" \~ $!text.perl; | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1021*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1021) | $opt\_v \> 4 and progress ($!record\_number, $buffer.perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1057*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1057) | $opt\_v \> 2 and progress (0, @ch.perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1074*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1074) | $opt\_v \> 8 and progress ($i, "###", $chunk.perl\~"\\t", $f.gist); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1091*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1091) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [HMBRAND/Text-CSV
``…/CSV.pm`` :*1119*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/lib/Text/CSV.pm#L1119) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [HMBRAND/Text-CSV
``…/12_acc.t`` :*248*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/12_acc.t#L248) | is ($e, 1003, $x.perl \~ " in $attr"); | | [HMBRAND/Text-CSV
``…/40_misc.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/40_misc.t#L9) | sub is\_binary (Str $got, Str $exp, Str $tst) { is ($got.perl, $exp.perl, $tst); } | | [HMBRAND/Text-CSV
``…/41_null.t`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/41_null.t#L76) | is (@got.perl, @line.perl, "read [ ... ]"); | | [HMBRAND/Text-CSV
``…/41_null.t`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/41_null.t#L114) | is (@got.perl, @line.perl, "read [ ... ]"); | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L35) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L120) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L153) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/45_eol.t`` :*163*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/45_eol.t#L163) | my $s\_rs = $rs.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L27) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L55) | is (@p.perl, @f.perl, "result \|$s\_eol\|"); | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L67) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*98*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L98) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L109) | my $s\_rs = $rs.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L122) | note " ", $efn.perl; | | [HMBRAND/Text-CSV
``…/46_eol_si.t`` :*123*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/46_eol_si.t#L123) | note " --\> ", @row.perl; | | [HMBRAND/Text-CSV
``…/50_utf8.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/50_utf8.t#L38) | is ($str.perl, $exp.perl, "string $msg"); | | [HMBRAND/Text-CSV
``…/50_utf8.t`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/50_utf8.t#L43) | is ((@out[$\_]//CSV::Field.new).text.perl, @in[$\_].perl, "field $\_ $msg") for ^@in.elems; | | [HMBRAND/Text-CSV
``…/55_combi.t`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/55_combi.t#L21) | my $combi = join " ", "--", map { sprintf "%6s", %attr{$\_}.perl; }, | | [HMBRAND/Text-CSV
``…/55_combi.t`` :*84*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/55_combi.t#L84) | $csv.error\_diag.perl.say; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L81) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L120) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L143) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L170) | #("# $tst $bin " \~ $eol.perl \~ "\\t" \~ $csv.error\_diag.error).say; | | [HMBRAND/Text-CSV
``…/65_allow.t`` :*176*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/65_allow.t#L176) | my $s\_eol = $eol.perl; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L39) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L41) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L45) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*88*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L88) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L90) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [HMBRAND/Text-CSV
``…/77_getall.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/77_getall.t#L94) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [HMBRAND/Text-CSV
``…/79_callbacks.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/79_callbacks.t#L137) | ok (True, "Callbacks: "\~@args.perl); | | [HMBRAND/Text-CSV
``…/80_diag.t`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/80_diag.t#L29) | is ($csv.parse ($buf), False, "$err - Err for parse ({$buf.perl})"); | | [HMBRAND/Text-CSV
``…/80_diag.t`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/80_diag.t#L135) | is ($e.error, 2013, "Illegal RFC7111 spec ({$spec.perl})"); | | [HMBRAND/Text-CSV
``…/85_util.t`` :*76*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/85_util.t#L76) | is ($self, Any, "FAIL for {$data.perl}"); | | [HMBRAND/Text-CSV
``…/85_util.t`` :*108*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/85_util.t#L108) | ok (my $slf = $csv.header ($fh, :$munge-column-names), "header with fold {$munge-column-names.perl}"); | | [HMBRAND/Text-CSV
``…/90_csv.t`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/t/90_csv.t#L102) | #@r.perl.say; | | [HMBRAND/Text-CSV
``…/test-t.pl`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test-t.pl#L22) | # see https://irclog.perlgeek.de/perl6-dev/2017-10-20#i\_15329645 | | [HMBRAND/Text-CSV
``…/test-t.pl`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test-t.pl#L33) | # see https://irclog.perlgeek.de/perl6-dev/2017-10-20#i\_15329645 | | [HMBRAND/Text-CSV
``…/test.pl`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L26) | # text last for formatted output of .perl (for now) | | [HMBRAND/Text-CSV
``…/test.pl`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L91) | $opt\_v \> 8 and say $buffer.perl; | | [HMBRAND/Text-CSV
``…/test.pl`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L130) | $opt\_v \> 8 and progress($i, "###", "'$chunk'", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*153*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L153) | $opt\_v \> 5 and progress($i, "QUO", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*204*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L204) | $opt\_v \> 5 and progress($i, "ESC", $f.perl); | | [HMBRAND/Text-CSV
``…/test.pl`` :*224*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L224) | $opt\_v \> 1 and say $csv\_parser.perl; | | [HMBRAND/Text-CSV
``…/test.pl`` :*225*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/HMBRAND/Text-CSV/test.pl#L225) | $opt\_v and progress(.perl) for $csv\_parser.parse($test); | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L94) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L104) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/03-apply_tree.t`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/03-apply_tree.t#L179) | my $data\_tree\_local = EVAL $data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L68) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L81) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L110) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JDV/Data-Selector
``…/04-from_docs.t`` :*139*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JDV/Data-Selector/t/04-from_docs.t#L139) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [JGOFF/Grammar-Common
``…/Actions.pm6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Grammar-Common/lib/Grammar/Common/Expression/Infix/Actions.pm6#L27) | say $x.perl; | | [JGOFF/Grammar-Common
``…/Actions.pm6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Grammar-Common/lib/Grammar/Common/Expression/Prefix/Actions.pm6#L27) | say $x.perl; | | [JGOFF/Perl6-Parser
``…/README.md`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/README.md#L53) | While classes like [EClass](EClass) won't go away, their parent classes like [DecInteger](DecInteger) will remove them from the tree once their valid… | | [JGOFF/Perl6-Parser
``…/README.md`` :*178*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/README.md#L178) | Call .perl6 on each element of the tree. You can subclass or override this method in any class as you see fit to properly pretty-print the … | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L53) | While classes like L\ won't go away, their parent classes like L\ will remove them from the tree once their validation job has been… | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*182*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L182) | Call .perl6 on each element of the tree. You can subclass or override this method in any class as you see fit to properly pretty-print the … | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*208*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L208) | if $node.WHAT.perl eq 'Perl6::Element' { | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*319*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L319) | my $line = $term.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*332*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L332) | $line \~= " ({$term.content.perl})" | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*354*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L354) | my $name = $next.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/Parser.pm6`` :*394*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser.pm6#L394) | $\*ERR.say( @problems \~ ": " \~ $node.perl ); | | [JGOFF/Perl6-Parser
``…/Factory.pm6`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser/Factory.pm6#L58) | The L\ classes all have a required C\<.sigil\> method which returns the sigil associated with that variable (and an C\<.twigil\> method should that be needed.) These are methods rather than attributes to keep the clutter down when using C\<.dump\> or C\<.perl\> debugging methods. | | [JGOFF/Perl6-Parser
``…/Factory.pm6`` :*1822*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/lib/Perl6/Parser/Factory.pm6#L1822) | my $str = $node.WHAT.perl; | | [JGOFF/Perl6-Parser
``…/05-editing.t`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/05-editing.t#L18) | diag "expected type '$type', got type '{$element.WHAT.perl}'"; | | [JGOFF/Perl6-Parser
``…/05-editing.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/05-editing.t#L22) | diag "expected parent '$type', got type '{$element.WHAT.perl}'"; | | [JGOFF/Perl6-Parser
``…/README.pod`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/README.pod#L11) | AST, and 'say $tree.perl' to view the generated Perl 6 structure. | | [JGOFF/Perl6-Parser
``…/rosetta-b.t`` :*582*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Perl6-Parser/t/corpus/rosetta-b.t#L582) | say $b.perl; | | [JGOFF/Pod-To-HTMLBody
``…/Tree.pm6`` :*353*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Pod-To-HTMLBody/lib/Pod/To/Tree.pm6#L353) | die "Unknown Pod type " \~ $pod.perl; | | [JGOFF/Pod-To-HTMLBody
``…/01-tree.t`` :*553*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Pod-To-HTMLBody/t/01-tree.t#L553) | # example table from \.perl6.org/language/regexes\> | | [JGOFF/Pod-To-HTMLBody
``…/01-tree.t`` :*1726*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JGOFF/Pod-To-HTMLBody/t/01-tree.t#L1726) | #die $=pod[$pod-counter].perl; | | [JMASLAK/Net-BGP
``…/Socket-Linux.pm6`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/lib/Net/BGP/Socket-Linux.pm6#L7) | # Some of this is "borrowed" from https://docs.perl6.org/language/nativecall . | | [JMASLAK/Net-BGP
``…/Socket.pm6`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/lib/Net/BGP/Socket.pm6#L7) | # Some of this is "borrowed" from https://docs.perl6.org/language/nativecall . | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L217) | note "GENERATED: " \~ $from-hash.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*218*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L218) | note "EXPECTED : " \~ $bgp.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*249*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L249) | note "GENERATED: " \~ $from-hash.raw.perl; | | [JMASLAK/Net-BGP
``…/51-bgp-messages-from-hash.t`` :*250*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMASLAK/Net-BGP/t/51-bgp-messages-from-hash.t#L250) | note "EXPECTED : " \~ $bgp.raw.perl; | | [JMERELO/Pod-Load
``…/README.md`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L15) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/README.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L19) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/README.md`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/README.md#L27) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/Load.pm6`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L16) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/Load.pm6`` :*20*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L20) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/Load.pm6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/lib/Pod/Load.pm6#L28) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/README.md`` :*6*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/README.md#L6) | perl6 -I../../lib -e 'use Pod::Load; .perl.say for load("pod-load-clean.pod6")' | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L13) | say $pod.perl; # Process it as a Pod | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L17) | say .perl for @pod; | | [JMERELO/Pod-Load
``…/pod-load-clean.pod6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-clean.pod6#L25) | say load( $string-with-pod ).perl; | | [JMERELO/Pod-Load
``…/pod-load-old.p6`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JMERELO/Pod-Load/resources/examples/pod-load-old.p6#L8) | dd EVAL("$pod\\n\\n\\$=pod;").perl; | | [JNTHN/Cro-Core
``…/Cro.pm6`` :*376*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-Core/lib/Cro.pm6#L376) | my $output = (try msg.trace-output) // msg.perl; | | [JNTHN/Cro-HTTP-Test
``…/Test.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP-Test/lib/Cro/HTTP/Test.pm6#L17) | "Header tests should be a Pair or an Iterable of Pair, but got '$!got.perl()'" | | [JNTHN/Cro-HTTP-Test
``…/ChannelServer.pm6`` :*151*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP-Test/lib/Cro/HTTP/Test/ChannelServer.pm6#L151) | die "Must pick either HTTP/1.1 or HTTP/2 for running tests (got $http.perl())"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*920*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L920) | die "before middleware must consume and produce Cro::HTTP::Request, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*939*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L939) | die "after middleware must consume and produce Cro::HTTP::Response, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*953*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L953) | die "before-matched middleware must consume and produce Cro::HTTP::Request, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/Router.pm6`` :*972*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/lib/Cro/HTTP/Router.pm6#L972) | die "after-matched middleware must consume and produce Cro::HTTP::Response, got ({.consumes.perl}) and ({.produces.perl}) instead"; | | [JNTHN/Cro-HTTP
``…/http-request-serializer.t`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/t/http-request-serializer.t#L36) | $req.append-header('Host', 'www.perl6.org'); | | [JNTHN/Cro-HTTP
``…/http-request-serializer.t`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-HTTP/t/http-request-serializer.t#L41) | Host: www.perl6.org | | [JNTHN/Cro-ZeroMQ
``…/ZeroMQWorkerService.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/Tools/Template/ZeroMQWorkerService.pm6#L31) | say $message.perl; | | [JNTHN/Cro-ZeroMQ
``…/ZeroMQWorksinkService.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/Tools/Template/ZeroMQWorksinkService.pm6#L31) | say $work.perl; | | [JNTHN/Cro-ZeroMQ
``…/Client.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/Cro-ZeroMQ/lib/Cro/ZeroMQ/Client.pm6#L24) | die "Strange response is get: {$resp.parts.perl}"; | | [JNTHN/IO-Socket-Async-SSL
``…/README.md`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/IO-Socket-Async-SSL/README.md#L18) | my $conn = await IO::Socket::Async::SSL.connect('www.perl6.org', 443); | | [JNTHN/IO-Socket-Async-SSL
``…/README.md`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/IO-Socket-Async-SSL/README.md#L19) | $conn.print: "GET / HTTP/1.0\\r\\nHost: www.perl6.org\\r\\n\\r\\n"; | | [JNTHN/IO-Socket-Async-SSL
``…/README.md`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/IO-Socket-Async-SSL/README.md#L131) | in [IO::Socket::Async](https://docs.perl6.org/type/IO$COLON$COLONSocket$COLON$COLONAsync). | | [JNTHN/IO-Socket-Async-SSL
``…/https-perl6-org-request.p6`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/IO-Socket-Async-SSL/examples/https-perl6-org-request.p6#L3) | my $conn = await IO::Socket::Async::SSL.connect('www.perl6.org', 443); | | [JNTHN/IO-Socket-Async-SSL
``…/https-perl6-org-request.p6`` :*4*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/IO-Socket-Async-SSL/examples/https-perl6-org-request.p6#L4) | $conn.print: "GET / HTTP/1.0\\r\\nHost: www.perl6.org\\r\\n\\r\\n"; | | [JNTHN/JSON-Schema
``…/Schema.pm6`` :*177*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/JSON-Schema/lib/JSON/Schema.pm6#L177) | :$!path, :reason("Value '{$value.perl}' is outside of enumeration set by enum property"); | | [JNTHN/JSON-Schema
``…/Schema.pm6`` :*187*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/JSON-Schema/lib/JSON/Schema.pm6#L187) | :$!path, :reason("Value '{$value.perl}' does not match with constant $!const"); | | [JNTHN/OpenAPI-Schema-Validate
``…/README.md`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/OpenAPI-Schema-Validate/README.md#L25) | say "$test.perl() is valid"; | | [JNTHN/OpenAPI-Schema-Validate
``…/README.md`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/OpenAPI-Schema-Validate/README.md#L28) | say "$test.perl() is not valid at $\_.path(): $\_.reason()"; | | [JNTHN/cro
``…/approach.md`` :*188*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/docs/approach.md#L188) | $req.add-header('Host', 'www.perl6.org'); | | [JNTHN/cro
``…/approach.md`` :*192*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/docs/approach.md#L192) | whenever $conn.establish($req, :host\.perl6.org\>, :port(80)) { | | [JNTHN/cro
``…/http-client.md`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/docs/intro/http-client.md#L13) | my $resp = await Cro::HTTP::Client.get('https://www.perl6.org/'); | | [JNTHN/cro
``…/http-client.md`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/docs/intro/http-client.md#L36) | my $resp = await $client.get('https://www.perl6.org/'); | | [JNTHN/cro
``…/cro-http-client.md`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/docs/reference/cro-http-client.md#L32) | my $resp = await Cro::HTTP::Client.get('https://www.perl6.org/'); | | [JNTHN/cro
``…/ZeroMQWorkSinkService.pm6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/lib/Cro/Tools/Template/ZeroMQWorkSinkService.pm6#L35) | say $work.perl; | | [JNTHN/cro
``…/ZeroMQWorkerService.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JNTHN/cro/lib/Cro/Tools/Template/ZeroMQWorkerService.pm6#L33) | say $\_.perl; | | [JSTOWE/App-ModuleSnap
``…/020-basic.t`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/App-ModuleSnap/t/020-basic.t#L22) | is $meta.perl-version, $\*PERL.version, "perl version is correct"; | | [JSTOWE/Audio-Silan
``…/README.md`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Audio-Silan/README.md#L34) | [Promise](http://doc.perl6.org/type/Promise) which will be kept with | | [JSTOWE/Audio-Sndfile
``…/gen-test-defs`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Audio-Sndfile/test-utils/gen-test-defs#L46) | say @tests.perl; | | [JSTOWE/Chronic
``…/README.md`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Chronic/README.md#L67) | expression strings, lists of integer values or [Junctions](https://docs.perl6.org/type/Junction) of values. | | [JSTOWE/GDBM
``…/GDBM.pm`` :*340*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/GDBM/lib/GDBM.pm#L340) | '{' \~ self.pairs.sort.map({.perl}).join(', ') \~ '}' | | [JSTOWE/GDBM
``…/030-methods.t`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/GDBM/t/030-methods.t#L19) | like $obj.perl, /{:foo("bar")}/, "perl looks fine"; | | [JSTOWE/Igo
``…/README.md`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Igo/README.md#L75) | This uses [Archive::LibArchive](https://modules.perl6.org/dist/Archive::Libarchive:cpan:FRITH) to make the tarball to upload, so you will n… | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*428*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L428) | has Str $.perl-name is rw; | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*460*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L460) | self.perl-name ne $!name; | | [JSTOWE/JSON-Infer
``…/Infer.pm`` :*482*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/lib/JSON/Infer.pm#L482) | my Str $attr-str = $indent \~ "has { self.type-constraint } { self.sigil}.{ self.perl-name }"; | | [JSTOWE/JSON-Infer
``…/020-attribute.t`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/t/020-attribute.t#L104) | is( $object.perl-name, $test\, "got the right perl-name too" ); | | [JSTOWE/JSON-Infer
``…/020-attribute.t`` :*112*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/JSON-Infer/t/020-attribute.t#L112) | is( $object.perl-name, $test\.subst(/\_/,'-', :g), "got the kebabed perl-name too" ); | | [JSTOWE/License-SPDX
``…/licenses.json`` :*429*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/License-SPDX/resources/data/licenses.json#L429) | "http://dev.perl.org/licenses/artistic.html" | | [JSTOWE/License-SPDX
``…/licenses.json`` :*454*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/License-SPDX/resources/data/licenses.json#L454) | "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/README.md`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/README.md#L5) | Do things with Perl 6 [META files](http://design.perl6.org/S22.html#META6.json) | | [JSTOWE/META6
``…/README.md`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/README.md#L44) | files](http://design.perl6.org/S22.html#META6.json) specification - | | [JSTOWE/META6
``…/META6.pm`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/lib/META6.pm#L51) | files\|http://design.perl6.org/S22.html#META6.json\> specification - | | [JSTOWE/META6
``…/META6.pm`` :*228*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/lib/META6.pm#L228) | has Version $.perl-version is rw is marshalled-by('Str') is unmarshalled-by(\&unmarsh-version) is specification(Mandatory) is json-name('perl'); | | [JSTOWE/META6
``…/030-versions.t`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/030-versions.t#L30) | is $obj.perl-version, "6", "got right perl version"; | | [JSTOWE/META6
``…/projects.json`` :*226*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L226) | "irc" : "irc://irc.perl.org/#csv" | | [JSTOWE/META6
``…/projects.json`` :*237*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L237) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [JSTOWE/META6
``…/projects.json`` :*4164*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4164) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*4189*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4189) | "description" : "Implemented simple Serialization form http://doc.perl6.org", | | [JSTOWE/META6
``…/projects.json`` :*4420*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4420) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*4448*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4448) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*4484*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4484) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [JSTOWE/META6
``…/projects.json`` :*4546*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4546) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*4984*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L4984) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*5035*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L5035) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [JSTOWE/META6
``…/projects.json`` :*5715*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L5715) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [JSTOWE/META6
``…/projects.json`` :*5745*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L5745) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*5749*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L5749) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/META6
``…/projects.json`` :*10184*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/META6/t/data/projects.json#L10184) | "license" : "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [JSTOWE/MessagePack-Class
``…/Class.pm`` :*150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/MessagePack-Class/lib/MessagePack/Class.pm#L150) | die "Cannot unmarshal {$data.perl} to type {$type.perl}" | | [JSTOWE/Object-Permission-Group
``…/Group.pm`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Object-Permission-Group/lib/Object/Permission/Group.pm#L38) | L\.perl6.org/language/variables#The\_\*\_Twigil\>. | | [JSTOWE/Test-META
``…/README.md`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Test-META/README.md#L68) | file (as described in [S22](http://design.perl6.org/S22.html#META6.json)). | | [JSTOWE/Test-META
``…/META.pm`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/Test-META/lib/Test/META.pm#L34) | file (as described in L\.perl6.org/S22.html#META6.json\>.) | | [JSTOWE/XML-Class
``…/Documentation.md`` :*455*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/XML-Class/Documentation.md#L455) | say $e.body.perl; # Data.new(something =\> "some data") | | [JSTOWE/XML-Class
``…/Class.pm`` :*689*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/JSTOWE/XML-Class/lib/XML/Class.pm#L689) | say $e.body.perl; # Data.new(something =\> "some data") | | [KOORCHIK/LIVR
``…/README.md`` :*321*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KOORCHIK/LIVR/README.md#L321) | http://www.perlfoundation.org/artistic\_license\_2\_0 | | [KUERBIS/Term-Choose-Util
``…/README.md`` :*307*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose-Util/README.md#L307) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-Choose-Util
``…/Util.pm6`` :*1002*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose-Util/lib/Term/Choose/Util.pm6#L1002) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-Choose
``…/README.md`` :*376*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose/README.md#L376) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-Choose
``…/Choose.pm6`` :*1441*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Choose/lib/Term/Choose.pm6#L1441) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-Form
``…/README.md`` :*235*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Form/README.md#L235) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) for the help. | | [KUERBIS/Term-Form
``…/Form.pm6`` :*1345*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-Form/lib/Term/Form.pm6#L1345) | Thanks to the people from L\.perl-community.de\>, from | | [KUERBIS/Term-TablePrint
``…/README.md`` :*301*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-TablePrint/README.md#L301) | Thanks to the people from [Perl-Community.de](http://www.perl-community.de), from [stackoverflow](http://stackoverflow.com) and from [#perl6 on irc.freenode.net](irc://irc.freenode.net/#perl6) for the help. | | [KUERBIS/Term-TablePrint
``…/TablePrint.pm6`` :*979*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/KUERBIS/Term-TablePrint/lib/Term/TablePrint.pm6#L979) | Thanks to the people from L\.perl-community.de\>, from | | [LEONT/Path-Finder
``…/basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L24) | is( +@files, 3, "All files" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L38) | is( +@files, 3, "All w/ prune dir" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L42) | is( +@files, 0, "All w/ prune top directory" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/basic.t`` :*46*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/basic.t#L46) | is( +@files, 1, "All w/ prune subdirs" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/breadth-depth-files.t`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/breadth-depth-files.t#L41) | is-deeply(@files, @depth\_pre, "Depth first iteration (pre)" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/breadth-depth-files.t`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/breadth-depth-files.t#L44) | is-deeply(@files2, @depth\_post, "Depth first iteration (post)" ) or diag @files2.perl; | | [LEONT/Path-Finder
``…/stat_tests.t`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/stat_tests.t#L21) | is( @files.elems, 2, "Any file" ) or diag @files.perl; | | [LEONT/Path-Finder
``…/stat_tests.t`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/LEONT/Path-Finder/t/stat_tests.t#L25) | is( @files[0], $changes, "size \> 0" ) or diag @files.perl; | | [MARTIMM/Auth-SCRAM
``…/README.md`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/Auth-SCRAM/README.md#L5) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/BSON
``…/README.md`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/README.md#L3) | ![Face](logotype/logo\_32x32.png) [![Build Status](https://travis-ci.org/MARTIMM/BSON.svg?branch=master)](https://travis-ci.org/MARTIMM/BSON) [![AppVe… | | [MARTIMM/BSON
``…/CHANGES.md`` :*64*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/doc/CHANGES.md#L64) | \* Small bugfix in Document.perl() | | [MARTIMM/BSON
``…/BSON.pm6`` :*202*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON.pm6#L202) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Binary.pm6`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Binary.pm6#L56) | my Str $bstr = $!binary-data.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*105*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L105) | #note "P: ", $pair.perl, ', ', $pair.value.defined; | | [MARTIMM/BSON
``…/Document.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L179) | $perl \~= $value.perl( $indent, :skip-indent($key.defined)); | | [MARTIMM/BSON
``…/Document.pm6`` :*199*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L199) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*204*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L204) | # $perl \~= $value.perl,\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*209*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L209) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*214*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L214) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L219) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*224*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L224) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*239*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L239) | self.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*371*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L371) | :operation("\\$d\<$key\> = ({$pair.perl}, ...)"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*408*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L408) | :operation("\\$d\<$key\> = {$new.perl}"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*478*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L478) | die "Call me capture: ", capture.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*614*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L614) | #note "Encode element ", $p.perl, ', ', $p.key.WHAT, ', ', $p.value.WHAT; | | [MARTIMM/BSON
``…/Document.pm6`` :*622*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Document.pm6#L622) | #note "Tempvalue: KV: $p.perl()"; | | [MARTIMM/BSON
``…/Javascript.pm6`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/lib/BSON/Javascript.pm6#L51) | $perl \~= $jvs-i1 \~ ":scope\\(\\n{$!scope.perl($indent+2)}"; | | [MARTIMM/BSON
``…/300-document.t`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L193) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*197*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L197) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*223*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L223) | diag "$?LINE, $d.perl()"; | | [MARTIMM/BSON
``…/300-document.t`` :*227*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/300-document.t#L227) | diag "$?LINE, $d.new($b).perl()"; | | [MARTIMM/BSON
``…/350-document.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/350-document.t#L15) | # diag $d.perl; | | [MARTIMM/BSON
``…/350-document.t`` :*38*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/t/350-document.t#L38) | # diag $d.perl; | | [MARTIMM/BSON
``…/bench-doc-int.pl6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/bench-doc-int.pl6#L39) | say "$d1, $d2, ", $buf1.perl, ', ', $buf2.perl; | | [MARTIMM/BSON
``…/double.pl6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/double.pl6#L23) | say "N: $n2, ", $bn2.perl; | | [MARTIMM/BSON
``…/int.pl6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Benchmarks/int.pl6#L25) | say "I = $i2, bi2 = ", $bi2.perl; | | [MARTIMM/BSON
``…/701-decoder.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/701-decoder.t#L9) | #say "d1: {$d1.perl}"; | | [MARTIMM/BSON
``…/703-encodable.t`` :*69*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/703-encodable.t#L69) | #say "H: ", $h.perl; | | [MARTIMM/BSON
``…/Decoder.pm`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/Decoder.pm#L135) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document1.pm6`` :*1150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/Document1.pm6#L1150) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document2.pm6`` :*1155*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/Document2.pm6#L1155) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document3.pm6`` :*1119*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/Document3.pm6#L1119) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/EDC-Tools.pm6`` :*114*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/EDC-Tools.pm6#L114) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Encodable.pm`` :*195*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/Encodable.pm#L195) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/p.pl6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/BSON/xt/Tests/p.pl6#L15) | say "D: ", $req.perl; | | [MARTIMM/GTK-Glade
``…/README.md`` :*4*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/README.md#L4) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/GTK-Glade
``…/README.md`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/README.md#L75) | \* [GTK::Glade](https://modules.perl6.org/dist/GTK::Glade:cpan:MARTIMM/doc/Glade.pdf) | | [MARTIMM/GTK-Glade
``…/README.md`` :*79*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/README.md#L79) | \* [Release notes](https://modules.perl6.org/dist/GTK::Glade:cpan:MARTIMM/doc/CHANGES.md) | | [MARTIMM/GTK-Glade
``…/100-gui-read.t`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/100-gui-read.t#L125) | diag "Widget: " \~ $button.perl; | | [MARTIMM/GTK-Glade
``…/100-gui-read.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/100-gui-read.t#L126) | diag "Target name: " \~ $target-widget-name.perl if ?$target-widget-name; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L146) | diag "Widget: " \~ $widget.perl if ?$widget; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L147) | diag "Data: " \~ $data.perl if ?$data; | | [MARTIMM/GTK-Glade
``…/300-gui-test.t`` :*148*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/300-gui-test.t#L148) | diag "Object: " \~ $object.perl if ?$object; | | [MARTIMM/GTK-Glade
``…/001-gtk.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-Glade/xt/Pencil wire frame/001-gtk.pl6#L37) | note $widget.perl; | | [MARTIMM/GTK-V3
``…/README.md`` :*4*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L4) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/GTK-V3
``…/README.md`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L100) | \| [GTK::V3::Gtk::GtkAboutDialog](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkAboutDialog.pdf) \| [GtkAboutDialog.html][gtkaboutdialog] | | [MARTIMM/GTK-V3
``…/README.md`` :*101*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L101) | \| [GTK::V3::Gtk::GtkBin](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkBin.pdf) \| [GtkBin.html][gtkbin] | | [MARTIMM/GTK-V3
``…/README.md`` :*105*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L105) | \| [GTK::V3::Gtk::GtkComboBox](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkComboBox.pdf) \| [GtkComboBox.html][GtkComboBox] | | [MARTIMM/GTK-V3
``…/README.md`` :*106*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L106) | \| [GTK::V3::Gtk::GtkComboBoxText](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkComboBoxText.pdf) \| [GtkComboBoxText.html][GtkComboBoxText] | | [MARTIMM/GTK-V3
``…/README.md`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L110) | \| [GTK::V3::Gtk::GtkDialog](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkDialog) \| [GtkDialog.html][gtkdialog] | | [MARTIMM/GTK-V3
``…/README.md`` :*113*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/README.md#L113) | \| [GTK::V3::Gtk::GtkFileChooserDialog](https://modules.perl6.org/dist/GTK::V3:cpan:MARTIMM/doc/GtkFileChooserDialog.pdf) \| [GtkFileChooserDialog.html][GtkFileChooserDialog] | | [MARTIMM/GTK-V3
``…/X.pm6`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/lib/GTK/V3/X.pm6#L67) | note "\\n[0] $found-routine.gist()\\( ", $gobject, ', ', \|c.perl, ');' | | [MARTIMM/GTK-V3
``…/X.pm6`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/GTK-V3/lib/GTK/V3/X.pm6#L73) | note "\\n[1] $found-routine.gist()\\( ", \|c.perl, ');' | | [MARTIMM/MongoDB
``…/README.md`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/README.md#L3) | [![Build Status](https://travis-ci.org/MARTIMM/mongo-perl6-driver.svg?branch=master)](https://travis-ci.org/MARTIMM/mongo-perl6-driver) [![AppVeyor B… | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L81) | say "C: ", $c.perl; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*105*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L105) | say "Create $helper-name, {$code.perl}"; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*191*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L191) | say "P: ", $p.perl; | | [MARTIMM/MongoDB
``…/Fallback.pl6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/Fallback.pl6#L194) | say "DD: ", $p.perl; | | [MARTIMM/MongoDB
``…/logging.pl6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/logging.pl6#L27) | note "Insert result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/meta.pl6`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/meta.pl6#L185) | say "0: $A.^parents(:all).perl()"; | | [MARTIMM/MongoDB
``…/names.pl6`` :*80*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/names.pl6#L80) | say $doc.perl; | | [MARTIMM/MongoDB
``…/open-socket.pl6`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/open-socket.pl6#L8) | note $sock.perl; | | [MARTIMM/MongoDB
``…/run-command.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/run-command.pl6#L37) | info-message($doc.perl); | | [MARTIMM/MongoDB
``…/run-command.pl6`` :*57*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/run-command.pl6#L57) | info-message($doc.perl); | | [MARTIMM/MongoDB
``…/sock.pl6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/sock.pl6#L13) | say $sock.perl; | | [MARTIMM/MongoDB
``…/table-role.pl6`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pl6#L47) | say $doc.perl; | | [MARTIMM/MongoDB
``…/table-role.pl6`` :*69*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pl6#L69) | say $doc.perl; | | [MARTIMM/MongoDB
``…/table-role.pm6`` :*189*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pm6#L189) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/MongoDB
``…/table-role.pm6`` :*190*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/Tests/table-role.pm6#L190) | $field-spec[3].WHAT.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L45) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*103*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L103) | note "Master data:\\n", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*135*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L135) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*165*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L165) | note "Result of replSetReconfig:", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*178*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L178) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*202*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L202) | note "Result of replSetInitiate:", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*212*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L212) | note "Result master data:\\n", $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L255) | $doc.perl; | | [MARTIMM/MongoDB
``…/make-replicaset.pl6`` :*293*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/make-replicaset.pl6#L293) | $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*80*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L80) | note "Returned document info: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L90) | note "Account:\\n ", $u.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L265) | note "A: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*288*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L288) | note "R: ", $doc.perl; | | [MARTIMM/MongoDB
``…/mongodb-accounting.pl6`` :*349*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/mongodb-accounting.pl6#L349) | note "\\nServer status: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*37*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L37) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*68*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L68) | note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*201*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L201) | #note "IM 1: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*219*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L219) | note "Admin user creation result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*242*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L242) | note "User $uname creation result: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*246*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L246) | note "R: ", $doc.perl; | | [MARTIMM/MongoDB
``…/start-servers.pl6`` :*249*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/bin/start-servers.pl6#L249) | note "Account:\\n ", $u.perl; | | [MARTIMM/MongoDB
``…/Design-software.md`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Design/Design-software.md#L104) | say $doc.perl; # do something ... | | [MARTIMM/MongoDB
``…/2015-11-3-answer-d-golden.txt`` :*26*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/2015-11-3-answer-d-golden.txt#L26) | binary" on Perlmonks == http://www.perlmonks.org/index.pl?node\_id=1145896) of | | [MARTIMM/MongoDB
``…/2015-11-3-answer-d-golden.txt`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/2015-11-3-answer-d-golden.txt#L49) | http://www.perlmonks.org/index.pl?node\_id=1145896 | | [MARTIMM/MongoDB
``…/Original-README.md`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L3) | ![Leaf](http://modules.perl6.org/logos/MongoDB.png) | | [MARTIMM/MongoDB
``…/Original-README.md`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L77) | %document.perl.say; | | [MARTIMM/MongoDB
``…/Original-README.md`` :*85*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L85) | $cursor.fetch( ).perl.say; | | [MARTIMM/MongoDB
``…/Original-README.md`` :*172*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/doc/Other/Original-README.md#L172) | Released under [Artistic License 2.0](http://www.perlfoundation.org/artistic\_license\_2\_0). | | [MARTIMM/MongoDB
``…/MongoDB.pod6`` :*598*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB.pod6#L598) | :oper-data({ nooops =\> True}.perl), | | [MARTIMM/MongoDB
``…/Scram.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Authenticate/Scram.pm6#L78) | trace-message("Result client final: {($doc//{}).perl}"); | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L194) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*245*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L245) | #say "MPR P: {@req.perl}"; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*253*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L253) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*316*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L316) | oper-data =\> %doc.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*338*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L338) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*383*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L383) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*421*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L421) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*441*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L441) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*454*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L454) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*469*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L469) | oper-data =\> @docs.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*495*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L495) | oper-data =\> $sub-doc.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*524*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L524) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*545*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L545) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*570*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pm6#L570) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Collection.pod6`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pod6#L21) | $document.perl.say; | | [MARTIMM/MongoDB
``…/Collection.pod6`` :*28*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pod6#L28) | $cursor.fetch.perl.say; | | [MARTIMM/MongoDB
``…/Collection.pod6`` :*79*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Collection.pod6#L79) | my MongoDB::Collection $collection = $client.collection('contacts.perl\_users'); | | [MARTIMM/MongoDB
``…/Cursor.pm6`` :*214*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pm6#L214) | note "Get more: ", $cursor-doc.perl; | | [MARTIMM/MongoDB
``…/Cursor.pod6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pod6#L25) | while $cursor.fetch -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/MongoDB
``…/Cursor.pod6`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Cursor.pod6#L42) | for $collection.find -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/MongoDB
``…/Database.pm6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pm6#L81) | #note "Cursor doc 1: ", $doc\\.perl; | | [MARTIMM/MongoDB
``…/Database.pm6`` :*104*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pm6#L104) | #note "Cursor doc 2: ", $doc\.perl; | | [MARTIMM/MongoDB
``…/Database.pod6`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pod6#L100) | See also L\.perl6.org/routine/%2C\> and | | [MARTIMM/MongoDB
``…/Database.pod6`` :*101*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pod6#L101) | L\.perl6.org/language/list\> | | [MARTIMM/MongoDB
``…/Database.pod6`` :*109*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Database.pod6#L109) | # Method 1. With info from http://perldoc.perl.org/perlhist.html | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*324*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L324) | #say $ds.perl; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*355*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L355) | #say $req.perl; | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*499*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L499) | fatal-message("Field $k in schema has problems: " \~ $v.perl); | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*525*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L525) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/MongoDB
``…/Collection.pm6`` :*526*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Collection.pm6#L526) | $field-spec[3].WHAT.perl; | | [MARTIMM/MongoDB
``…/Users.pm6`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L147) | trace-message("Create req: " \~ $req.perl); | | [MARTIMM/MongoDB
``…/Users.pm6`` :*265*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L265) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*285*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L285) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*309*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L309) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*333*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L333) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*360*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L360) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Users.pm6`` :*379*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/HL/Users.pm6#L379) | oper-data =\> @req.perl, | | [MARTIMM/MongoDB
``…/Header.pm6`` :*257*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L257) | #note "$\*THREAD.id() header decoded, $message-header.perl()"; | | [MARTIMM/MongoDB
``…/Header.pm6`` :*290*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L290) | #note "$\*THREAD.id() reply doc, $reply-document.perl()"; | | [MARTIMM/MongoDB
``…/Header.pm6`` :*310*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Header.pm6#L310) | #note "$\*THREAD.id() doc $document.perl()"; | | [MARTIMM/MongoDB
``…/Log.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Log.pm6#L179) | # say .perl; | | [MARTIMM/MongoDB
``…/Server.pm6`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L89) | trace-message("Server state info $!server-name, $!server-id: " \~ $!server-state-info.perl); | | [MARTIMM/MongoDB
``…/Server.pm6`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L99) | #note "\\n$\*THREAD.id() In server, data from Monitor: ", ($monitor-data // {}).perl; | | [MARTIMM/MongoDB
``…/Server.pm6`` :*127*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L127) | warn-message("missing field in doc {$mdata.perl}"); | | [MARTIMM/MongoDB
``…/Server.pm6`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server.pm6#L131) | warn-message("unknown error: {($mdata // '-').perl}"); | | [MARTIMM/MongoDB
``…/Control.pm6`` :*125*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server/Control.pm6#L125) | trace-message("shutdown result: {($doc//{}).perl}"); | | [MARTIMM/MongoDB
``…/Monitor.pm6`` :*194*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/lib/MongoDB/Server/Monitor.pm6#L194) | \~ ($doc//'-').perl | | [MARTIMM/MongoDB
``…/200-Database.t`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/200-Database.t#L51) | #diag $doc.perl; | | [MARTIMM/MongoDB
``…/200-Database.t`` :*90*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/200-Database.t#L90) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/300-Collection.t`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/300-Collection.t#L100) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/300-Collection.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/300-Collection.t#L170) | say $doc.perl; | | [MARTIMM/MongoDB
``…/400-run-command.t`` :*158*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/400-run-command.t#L158) | #note "Doc d: ", $d.perl; | | [MARTIMM/MongoDB
``…/450-find.t`` :*231*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/450-find.t#L231) | # $collection.find( :$criteria, :$projection).perl; | | [MARTIMM/MongoDB
``…/Test-support.pm6`` :*59*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/t/Test-support.pm6#L59) | say $document.perl; | | [MARTIMM/MongoDB
``…/070-uri.t`` :*142*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Basic/070-uri.t#L142) | say "\\nReq: ", $req.perl, "\\n"; | | [MARTIMM/MongoDB
``…/070-uri.t`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Basic/070-uri.t#L143) | say "\\nDoc: ", $doc.perl, "\\n"; | | [MARTIMM/MongoDB
``…/200-datetime.t`` :*51*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Behavior/200-datetime.t#L51) | diag "Update " \~ $response.perl; | | [MARTIMM/MongoDB
``…/200-datetime.t`` :*61*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Behavior/200-datetime.t#L61) | ).perl; | | [MARTIMM/MongoDB
``…/465-HLCollection.t`` :*71*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/465-HLCollection.t#L71) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/465-HLCollection.t`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/465-HLCollection.t#L170) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L91) | say $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*122*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L122) | say $doc.perl; | | [MARTIMM/MongoDB
``…/467-HLCollection.t`` :*137*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/HL/467-HLCollection.t#L137) | #say $doc.perl; | | [MARTIMM/MongoDB
``…/612-repl-start.t`` :*58*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Replica/612-repl-start.t#L58) | #diag $doc.perl; | | [MARTIMM/MongoDB
``…/612-repl-start.t`` :*97*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Replica/612-repl-start.t#L97) | diag $doc.perl; | | [MARTIMM/MongoDB
``…/112-Client.t`` :*70*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L70) | trace-message("Result create user $uname: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*83*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L83) | trace-message("Result create user secnd-user: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L99) | trace-message("Result create user $auname: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*126*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L126) | trace-message("Insert with un/pw: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/112-Client.t`` :*152*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/112-Client.t#L152) | trace-message("Insert with un/pw: " \~ $doc.perl); | | [MARTIMM/MongoDB
``…/500-Users.t`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/500-Users.t#L185) | #say "Doc: ", $doc.perl; | | [MARTIMM/MongoDB
``…/500-Users.t`` :*190*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Security/500-Users.t#L190) | #say "Doc: ", $doc.perl; | | [MARTIMM/MongoDB
``…/driver-authentication.sxml`` :*143*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Sxml/driver-authentication.sxml#L143) | say "Doc:", $doc.perl; | | [MARTIMM/MongoDB
``…/driver-authentication.t`` :*54*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/MongoDB/xt/Sxml/driver-authentication.t#L54) | say "Doc:", $doc.perl; | | [MARTIMM/XML-Actions
``…/README.md`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MARTIMM/XML-Actions/README.md#L3) | [![Build Status](https://travis-ci.org/MARTIMM/XmlActions.svg?branch=master)](https://travis-ci.org/MARTIMM/XmlActions) [![AppVeyor Build Status](htt… | | [MATIASL/Pygments
``…/perl.py`` :*3*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L3) | pygments.lexers.perl | | [MATIASL/Pygments
``…/perl.py`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L25) | For \`Perl \.perl.org\>\`\_ source code. | | [MATIASL/Pygments
``…/perl.py`` :*217*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L217) | For \`Perl 6 \.perl6.org\>\`\_ source code. | | [MATIASL/Pygments
``…/perl.py`` :*462*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L462) | context.perl6\_token\_nesting\_level += 1 | | [MATIASL/Pygments
``…/perl.py`` :*474*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L474) | context.perl6\_token\_nesting\_level -= 1 | | [MATIASL/Pygments
``…/perl.py`` :*475*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L475) | if context.perl6\_token\_nesting\_level == 0: | | [MATIASL/Pygments
``…/perl.py`` :*479*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MATIASL/Pygments/resources/perl.py#L479) | context.perl6\_token\_nesting\_level = 1 | | [MELEZHIK/Sparrowdo
``…/run.sh`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/.travis.d/run.sh#L10) | export PATH=/opt/rakudo-pkg/bin/:$HOME/.perl6/bin:$PATH | | [MELEZHIK/Sparrowdo
``…/.travis.yml`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/.travis.yml#L24) | - export PATH=$PATH:$HOME/.perl6/bin:/opt/rakudo-pkg/bin | | [MELEZHIK/Sparrowdo
``…/sparrowdo`` :*283*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/bin/sparrowdo#L283) | term-out( "task data: {get\_tasks.perl}", input\_params('NoColor'), %( colors =\> 'bold green') ) if input\_params('Verbose'); | | [MELEZHIK/Sparrowdo
``…/sparrowfile`` :*1*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MELEZHIK/Sparrowdo/examples/read-config/sparrowfile#L1) | config.perl.say; | | [MORITZ/Grammar-ErrorReporting
``…/ErrorReporting.pm6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Grammar-ErrorReporting/lib/Grammar/ErrorReporting.pm6#L31) | at line $.line, around $.context-string.perl() | | [MORITZ/JSON-Tiny
``…/README.md`` :*6*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/README.md#L6) | say from-json('{ "a": 42 }').perl; | | [MORITZ/JSON-Tiny
``…/Tiny.pm`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/lib/JSON/Tiny.pm#L52) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [MORITZ/JSON-Tiny
``…/03-unicode.t`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/t/03-unicode.t#L17) | or say "# Got: $got.perl()\\n# Expected: {$p.value.perl}"; | | [MORITZ/JSON-Tiny
``…/04-roundtrip.t`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/JSON-Tiny/t/04-roundtrip.t#L39) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [MORITZ/Math-Model
``…/Model.pm`` :*55*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Math-Model/lib/Math/Model.pm#L55) | # say @order.perl; | | [MORITZ/Math-Model
``…/basic.t`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MORITZ/Math-Model/t/basic.t#L24) | diag "result: %res.perl()"; | | [MOZNION/IO-Blob
``…/Blob.pm6`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/IO-Blob/lib/IO/Blob.pm6#L24) | "IO::Blob.new(data =\> {$.data.perl})" | | [MOZNION/IO-Blob
``…/010_basic.t`` :*287*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/IO-Blob/t/010_basic.t#L287) | is $io.perl, 'IO::Blob.new(data =\> Blob)'; | | [MOZNION/Log-Minimal
``…/README.md`` :*186*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/README.md#L186) | Serialize message with \`.perl\`. | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*110*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L110) | $messages \~= $.autodump ?? @text[0].perl !! @text[0]; | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*112*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L112) | $messages = sprintf(@text.shift, $.autodump ?? map { .perl }, @text !! @text); | | [MOZNION/Log-Minimal
``…/Minimal.pm6`` :*344*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MOZNION/Log-Minimal/lib/Log/Minimal.pm6#L344) | Serialize message with C\<.perl\>. | | [MZIESCHA/Bailador-Plugin-NamedQueries
``…/README.md`` :*86*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MZIESCHA/Bailador-Plugin-NamedQueries/README.md#L86) | [https://github.com/perl6/DBIish](https://github.com/perl6/DBIish), [https://modules.perl6.org/dist/DBIx::NamedQueries](https://modules.perl6.org/dist/DBIx::NamedQueries) | | [MZIESCHA/Bailador-Plugin-NamedQueries
``…/NamedQueries.pm`` :*136*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/MZIESCHA/Bailador-Plugin-NamedQueries/lib/Bailador/Plugin/NamedQueries.pm#L136) | L\<\\>, L\<\.perl6.org/dist/DBIx::NamedQueries\>\> | | [NINE/Distribution-Builder-MakeFromJSON
``…/MakeFromJSON.pm6`` :*120*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Distribution-Builder-MakeFromJSON/lib/Distribution/Builder/MakeFromJSON.pm6#L120) | %vars\ = $\*VM.config\.perllibs\>; | | [NINE/Inline-Perl5
``…/.travis.yml`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/.travis.yml#L15) | - curl -L http://install.perlbrew.pl \| bash | | [NINE/Inline-Perl5
``…/README.md`` :*310*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/README.md#L310) | Simply pass a [\`Capture\`](https://docs.perl6.org/type/Capture) object containing | | [NINE/Inline-Perl5
``…/Array.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Array.pm6#L62) | self.Array.perl | | [NINE/Inline-Perl5
``…/Callable.pm6`` :*5*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Callable.pm6#L5) | has $.perl5; # Inline::Perl5 is circular | | [NINE/Inline-Perl5
``…/Callable.pm6`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Callable.pm6#L8) | $.perl5.execute($.ptr, @args); | | [NINE/Inline-Perl5
``…/Hash.pm6`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Hash.pm6#L102) | self.Hash.perl | | [NINE/Inline-Perl5
``…/Object.pm6`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Object.pm6#L7) | has $.perl5; | | [NINE/Inline-Perl5
``…/Object.pm6`` :*83*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Object.pm6#L83) | ?? $.perl5.invoke-args($.ptr, $name, args) | | [NINE/Inline-Perl5
``…/Object.pm6`` :*84*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/NINE/Inline-Perl5/lib/Inline/Perl5/Object.pm6#L84) | !! $.perl5.invoke($.ptr, $name); | | [ROBERTLE/CucumisSextus
``…/README.md`` :*180*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/ROBERTLE/CucumisSextus/README.md#L180) | say @table.perl; | | [RONALDWS/US-ASCII
``…/01-basic.t`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/RONALDWS/US-ASCII/t/01-basic.t#L52) | # see also https://docs.perl6.org/language/packages#index-entry-%3A%3A%28%29 | | [RONALDWS/US-ASCII
``…/04-abnf-core.t`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/RONALDWS/US-ASCII/t/04-abnf-core.t#L34) | # see also https://docs.perl6.org/language/packages#index-entry-%3A%3A%28%29 | | [SACOMO/Uzu
``…/README.md`` :*770*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/README.md#L770) | root\_url: https://www.perl6.org | | [SACOMO/Uzu
``…/README.md`` :*803*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/README.md#L803) | - page: https://www.perl6.org | | [SACOMO/Uzu
``…/README.md`` :*839*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/README.md#L839) | \The Perl 6 Programming Language\ [Perl 6] | | [SACOMO/Uzu
``…/README.md`` :*903*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/README.md#L903) | In some instances it might help to delete your local \`\~/.perl6/precomp\` directory. | | [SACOMO/Uzu
``…/README.md`` :*922*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/README.md#L922) | In some instances it might help to delete your local \`\~/.perl6/precomp\` directory. | | [SACOMO/Uzu
``…/related.mustache`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_mustache/pages/related.mustache#L7) | - page: https://www.perl6.org | | [SACOMO/Uzu
``…/related.mustache`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_mustache/pages/related.mustache#L12) | - page: https://modules.perl6.org | | [SACOMO/Uzu
``…/related.mustache`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_mustache/pages/related.mustache#L32) | - page: http://www.perl6.org | | [SACOMO/Uzu
``…/layout.mustache`` :*2*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_mustache/themes/default/layout.mustache#L2) | root\_url: "https://www.perl6.org" | | [SACOMO/Uzu
``…/layout.mustache`` :*2*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_mustache/themes/summer2017/layout.mustache#L2) | root\_url: "https://www.perl6.org" | | [SACOMO/Uzu
``…/related.tt`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_tt/pages/related.tt#L7) | - page: https://www.perl6.org | | [SACOMO/Uzu
``…/related.tt`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_tt/pages/related.tt#L12) | - page: https://modules.perl6.org | | [SACOMO/Uzu
``…/related.tt`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_tt/pages/related.tt#L34) | - page: http://www.perl6.org | | [SACOMO/Uzu
``…/layout.tt`` :*2*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/example_project_tt/themes/summer2017/layout.tt#L2) | root\_url: "https://www.perl6.org" | | [SACOMO/Uzu
``…/related-ja.html`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related-ja.html#L52) | \The Perl 6 Programming Language\ [Perl 6] | | [SACOMO/Uzu
``…/related-ja.html`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related-ja.html#L62) | \Perl 6 Modules Directory\ [Perl 6] | | [SACOMO/Uzu
``…/related-ja.html`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related-ja.html#L99) | \\Perl 6\ [Page Author\ | | [SACOMO/Uzu
``…/related.html`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related.html#L52) | \The Perl 6 Programming Language\ [Perl 6] | | [SACOMO/Uzu
``…/related.html`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related.html#L62) | \Perl 6 Modules Directory\ [Perl 6] | | [SACOMO/Uzu
``…/related.html`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_mustache/related.html#L99) | \\Perl 6\ [Page Author\ | | [SACOMO/Uzu
``…/related-ja.html`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related-ja.html#L53) | \The Perl 6 Programming Language\ [Perl 6] | | [SACOMO/Uzu
``…/related-ja.html`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related-ja.html#L63) | \Perl 6 Modules Directory\ [Perl 6] | | [SACOMO/Uzu
``…/related-ja.html`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related-ja.html#L102) | \Perl 6\ [page.author] | | [SACOMO/Uzu
``…/related.html`` :*53*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related.html#L53) | \The Perl 6 Programming Language\ [Perl 6] | | [SACOMO/Uzu
``…/related.html`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related.html#L63) | \Perl 6 Modules Directory\ [Perl 6] | | [SACOMO/Uzu
``…/related.html`` :*102*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/expected_tt/related.html#L102) | \Perl 6\ [page.author] | | [SACOMO/Uzu
``…/layout.tt`` :*2*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SACOMO/Uzu/t/serve/themes/summer2017/layout.tt#L2) | root\_url: "https://www.perl6.org" | | [SAMCV/Git-Log
``…/META6.json`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMCV/Git-Log/META6.json#L12) | "license": "http://www.perlfoundation.org/artistic\_license\_2\_0", | | [SAMCV/Git-Log
``…/META6.json`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMCV/Git-Log/META6.json#L27) | "license": "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L62) | say "Current curve queue: { $!contour.curve-queue.perl }"; cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm665 say "Chromatic: { $!chromatic.vector.perl }"; | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L66) | say "Tonal space: { $!tonal-space.vector.perl }"; | | [SAMGWISE/Music-Engine
``…/CounterPoint.pm6`` :*128*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Music-Engine/lib/Music/Engine/CounterPoint.pm6#L128) | die "Failed to select a value! (upper = { $upper.perl }, lower = { $lower.perl })" unless all($upper, $lower).defined; cpan… | | [SAMGWISE/PowerNap
``…/PowerNap.pm6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/PowerNap/lib/PowerNap.pm6#L25) | All result objects implemt the \`Serialise::Map\` ([see](http://modules.perl6.org/dist/Serialise::Map:cpan:SAMGWISE)), as such calling \`.to-map(--\> Map).\&to-json\` will provide a serialised response. | | [SAMGWISE/PowerNap
``…/Controller.pm6`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/PowerNap/lib/PowerNap/Controller.pm6#L29) | warn $\_.perl; cpan/SAMGWISE/PowerNap/lib/PowerNap/Controller.pm638 warn $\_.perl; cpan/SAMGWISE/PowerNap/li… | | [SAMGWISE/Reaper-Control
``…/synopsis.p6`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/examples/synopsis.p6#L22) | .perl.say | | [SAMGWISE/Reaper-Control
``…/Control.pm6`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/lib/Reaper/Control.pm6#L32) | .perl.say | | [SAMGWISE/Reaper-Control
``…/build-doc-md.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Reaper-Control/utils/build-doc-md.p6#L31) | say "### ", symbol.WHAT.perl, "\\n", symbol.WHY, "\\n"; | | [SAMGWISE/Result
``…/OK.pm6`` :*18*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Result/lib/Result/OK.pm6#L18) | die "Value returned by OK failed type constraint. Expected { $!type.WHAT.perl } but recieved { $!value.WHAT.perl }"; cpan/S… | | [SAMGWISE/Test-SourceFiles
``…/SourceFiles.pm6`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SAMGWISE/Test-SourceFiles/lib/Test/SourceFiles.pm6#L30) | say collect-sources.perl | | [SCIMON/Game-Sudoku
``…/Sudoku.pm6`` :*66*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku.pm6#L66) | return @!grid.perl; | | [SCIMON/Game-Sudoku
``…/Solver.pm6`` :*12*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku/Solver.pm6#L12) | $initial = $result.perl; | | [SCIMON/Game-Sudoku
``…/Solver.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SCIMON/Game-Sudoku/lib/Game/Sudoku/Solver.pm6#L14) | } while ( ! $result.complete \&\& $result.perl ne $initial ); | | [SKAJI/App-Mi6
``…/README.md`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/App-Mi6/README.md#L67) | http://design.perl6.org/S22.html | | [SKAJI/App-Mi6
``…/Mi6.pm6`` :*422*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/App-Mi6/lib/App/Mi6.pm6#L422) | http://design.perl6.org/S22.html | | [SKAJI/CPAN-Uploader-Tiny
``…/Changes`` :*7*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/CPAN-Uploader-Tiny/Changes#L7) | - Use proper pause url https://pause.perl.org/pause/authenquery?ACTION=add\_uri (thanks charsbar!) | | [SKAJI/CPAN-Uploader-Tiny
``…/Tiny.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/CPAN-Uploader-Tiny/lib/CPAN/Uploader/Tiny.pm6#L13) | $!url \|\|= %\*ENV\ \|\| 'https://pause.perl.org/pause/authenquery?ACTION=add\_uri'; | | [SKAJI/HTTP-Tinyish
``…/README.md`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/README.md#L35) | https://doc.perl6.org/ | | [SKAJI/HTTP-Tinyish
``…/README.md`` :*36*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/README.md#L36) | http://design.perl6.org/ | | [SKAJI/HTTP-Tinyish
``…/Tinyish.pm6`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/lib/HTTP/Tinyish.pm6#L49) | https://doc.perl6.org/ | | [SKAJI/HTTP-Tinyish
``…/Tinyish.pm6`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/lib/HTTP/Tinyish.pm6#L50) | http://design.perl6.org/ | | [SKAJI/HTTP-Tinyish
``…/Curl.pm6`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/SKAJI/HTTP-Tinyish/lib/HTTP/Tinyish/Curl.pm6#L13) | has $.agent = $?PACKAGE.perl; | | [TBROWDER/Text-More
``…/create-md.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L62) | #say %opts.perl; | | [TBROWDER/Text-More
``…/create-md.p6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L133) | say %kw.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L134) | say %kwp.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L140) | say %mdfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L196) | say %binfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-md.p6`` :*629*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin.old/create-md.p6#L629) | say @words.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L62) | #say %opts.perl; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*133*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L133) | say %kw.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*134*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L134) | say %kwp.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L140) | say %mdfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*196*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L196) | say %binfils.perl if $debug; | | [TBROWDER/Text-More
``…/create-pod6.p6`` :*629*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TBROWDER/Text-More/bin/create-pod6.p6#L629) | say @words.perl if $debug; | | [TIMOTIMO/JSON-Fast
``…/README.md`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/README.md#L39) | say $x.perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L42) | say $x.perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*290*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L290) | die "this kind of whitespace is not allowed in a string: { nqp::substr($text, $pos - 1, 1).perl } at {$pos - 1}"; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*388*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L388) | +(my $result := nqp::substr($text, $startpos - 1, $pos - $startpos + 1)) // die "at $pos: invalid number token $result.perl()"; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*519*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L519) | my str $rest = nqp::substr($text, $pos - 1, 8).perl; | | [TIMOTIMO/JSON-Fast
``…/Fast.pm`` :*535*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/JSON-Fast/lib/JSON/Fast.pm#L535) | die "additional text after the end of the document: { substr($text, $pos).perl }"; | | [TIMOTIMO/SDL2-Raw
``…/shooter.pl`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TIMOTIMO/SDL2-Raw/examples/shooter.pl#L30) | say $foo.perl; | | [TITSUKI/Algorithm-LibSVM
``…/README.md`` :*152*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/README.md#L152) | As a temporary expedient for [RT130187](https://rt.perl.org/Public/Bug/Display.html?id=130187), I applied the patch programs (e.g. [src/3.22/svm.cpp.patch](src/3.22/svm.cpp.patch)) for the sake of disabling random access of the problematic array. | | [TITSUKI/Algorithm-LibSVM
``…/README.md`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/README.md#L161) | \* RT130187 [https://rt.perl.org/Public/Bug/Display.html?id=130187](https://rt.perl.org/Public/Bug/Display.html?id=130187) | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*261*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L261) | As a temporary expedient for L\.perl.org/Public/Bug/Display.html?id=130187\>, I applied the patch programs (e.g. L\) for the sake of disabling random access of the problematic array. | | [TITSUKI/Algorithm-LibSVM
``…/LibSVM.pm6`` :*269*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/Algorithm-LibSVM/lib/Algorithm/LibSVM.pm6#L269) | =item RT130187 L\.perl.org/Public/Bug/Display.html?id=130187\> | | [TITSUKI/App-AizuOnlineJudge
``…/01-basic.t`` :*9*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/App-AizuOnlineJudge/t/01-basic.t#L9) | dies-ok { my $aoj = App::AizuOnlineJudge::IntroductionCourse.new(code =\> "t/I.found.that.perl6.is.fun", problem-number =\> "A", user =\> "perl6isfun", language =\> "C++", lesson-id =\> "ITP1\_1", mockable =\> True); } | | [TITSUKI/App-AizuOnlineJudge
``…/01-basic.t`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TITSUKI/App-AizuOnlineJudge/t/01-basic.t#L10) | dies-ok { my $aoj = App::AizuOnlineJudge::BasicCourse.new(code =\> "t/I.found.that.perl6.is.fun", problem-number =\> "0000", user =\> "perl6isfun", language =\> "C++", mockable =\> True); } | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*179*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L179) | debug "content-length: {$!content-length.perl}"; | | [TOKUHIROM/HTTP-Server-Tiny
``…/Tiny.pm6`` :*477*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/lib/HTTP/Server/Tiny.pm6#L477) | die "response must be Array[Blob]. But {$elem.perl}"; | | [TOKUHIROM/HTTP-Server-Tiny
``…/04-get.t`` :*34*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TOKUHIROM/HTTP-Server-Tiny/t/04-get.t#L34) | CATCH { default { say "ERROR: $\_"; $resp.perl.say; fail; } } | | [TYIL/App-Assixt
``…/Assixt.pm6`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt.pm6#L74) | Push a new release to L\.perl.org/pause/query\>N\ | | [TYIL/App-Assixt
``…/Depend.pm6`` :*72*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/Depend.pm6#L72) | =item1 L\.perl6.org\> | | [TYIL/App-Assixt
``…/New.pm6`` :*50*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/New.pm6#L50) | $config\\ //= ask("Perl 6 version", $config.get("new-module.perl")); | | [TYIL/App-Assixt
``…/New.pm6`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/New.pm6#L147) | C\.perl\> configuration key. | | [TYIL/App-Assixt
``…/Upload.pm6`` :*94*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Commands/Upload.pm6#L94) | Upload a module distribution to L\.perl.org/pause/query\>, to | | [TYIL/App-Assixt
``…/Config.pm6`` :*193*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Config.pm6#L193) | =item1 Key: C\.perl\> | | [TYIL/App-Assixt
``…/Config.pm6`` :*255*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/TYIL/App-Assixt/lib/App/Assixt/Config.pm6#L255) | first\|https://pause.perl.org/pause/query?ACTION=request\_id\>. | | [UFOBAT/Bailador
``…/README.md`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/README.md#L74) | \* https://github.com/perl6/cpandatesters.perl6.org/ used to serve http://testers.p6c.org/ but currently not in use | | [UFOBAT/Bailador
``…/README.md`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/doc/README.md#L62) | When you have installed [Crust](http://modules.perl6.org/dist/Crust) from the Perl 6 ecosystem there is a command called \`crustup\` or \`crus… | | [UFOBAT/Bailador
``…/app.pl6`` :*81*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/app/app.pl6#L81) | $result \~= "$k\\t" \~ $v.perl \~ "\\n"; | | [UFOBAT/Bailador
``…/controllers.pl6`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/controllers/controllers.pl6#L29) | %.data.perl; | | [UFOBAT/Bailador
``…/postapp.pl6`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/examples/postapp/postapp.pl6#L11) | return [request.params.perl, request.content\_type, | | [UFOBAT/Bailador
``…/Multipart.pm`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Request/Multipart.pm#L15) | die "CONTENT-DISPOSITION header is required for multipart/form-data " \~ %.headers.perl unless $content-disposition; | | [UFOBAT/Bailador
``…/Route.pm`` :*10*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L10) | ## https://rt.perl.org/Public/Bug/Display.html?id=131707 | | [UFOBAT/Bailador
``…/Route.pm`` :*11*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L11) | ## https://rt.perl.org/Public/Bug/Display.html?id=130690 | | [UFOBAT/Bailador
``…/Route.pm`` :*161*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Bailador/lib/Bailador/Route.pm#L161) | $.url-matcher \~\~ Str ?? $.url-matcher !! $.url-matcher.perl; | | [UFOBAT/I18N-LangTags
``…/README.md`` :*342*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/I18N-LangTags/README.md#L342) | \* Locale::Codes, in \`http://www.perl.com/CPAN/modules/by-module/Locale/\` | | [UFOBAT/I18N-LangTags
``…/LangTags.pm6`` :*698*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/I18N-LangTags/lib/I18N/LangTags.pm6#L698) | C\.perl.com/CPAN/modules/by-module/Locale/\> | | [UFOBAT/StrictClass
``…/04-isa.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/StrictClass/t/04-isa.t#L15) | # diag $b.perl; | | [UFOBAT/Temp-Path
``…/README.md`` :*65*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L65) | Creates an [IO::Path](https://docs.perl6.org/type/IO::Path) object pointing to a path inside [$\*TMPDIR](https://docs.perl6.org/language/variables#index-entry-%24%2ATMPDIR) that will be deleted (see [DETAILS OF DELETION](#details-of-deletion) section below). | | [UFOBAT/Temp-Path
``…/README.md`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L67) | Unless \`:$chmod\` or \`:$content\` are given, no files will be created. If \`:$chmod\` is given a file containing \`:$content\` (or empty, if no \`:$content\`… | | [UFOBAT/Temp-Path
``…/README.md`` :*69*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L69) | The [basename](https://docs.perl6.org/type/IO::Path#method\_basename) of the path is currently a SHA256 hash, but your program should not make assumptions about the format of the basename. | | [UFOBAT/Temp-Path
``…/README.md`` :*80*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L80) | Creates a directory inside [$\*TMPDIR](https://docs.perl6.org/language/variables#index-entry-%24%2ATMPDIR) that will be deleted (see [DETAILS OF DELETION](#details-of-deletion) section below) and returns the [IO::Path](https://docs.perl6.org/type/IO::Path) object pointing to it. | | [UFOBAT/Temp-Path
``…/README.md`` :*82*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L82) | If \`:$chmod\` is provided, the directory will be created with that mode. Otherwise, the default \`.mkdir\` [mode](https://docs.perl6.org/type/IO::Path#routine\_mkdir) will be used. | | [UFOBAT/Temp-Path
``…/README.md`` :*84*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L84) | Note that currently \`.mkdir\` pays attention to [umask](https://en.wikipedia.org/wiki/Umask) and \`make-temp-dir\` will first the \`:$chmod\` to \`.mkdir\`,… | | [UFOBAT/Temp-Path
``…/README.md`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/README.md#L91) | The temporary \`IO::Path\` objects created by \`make-temp-path\` and \`make-temp-dir\` terms have a role \`Temp::Path::AutoDel\` mixed in that will [rmtree](… | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*138*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L138) | Creates an L\.perl6.org/type/IO::Path\> object pointing | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*140*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L140) | L\<$\*TMPDIR\|https://docs.perl6.org/language/variables#index-entry-%24%2ATMPDIR\> | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*147*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L147) | L\.perl6.org/type/IO::Path#method\_chmod\>. If C\<:$content\> | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*150*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L150) | L\.perl6.org/type/IO::Handle#method\_open\>. | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*152*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L152) | The L\.perl6.org/type/IO::Path#method\_basename\> | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*170*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L170) | L\<$\*TMPDIR\|https://docs.perl6.org/language/variables#index-entry-%24%2ATMPDIR\> | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*173*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L173) | L\.perl6.org/type/IO::Path\> object pointing to it. | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*177*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L177) | L\.perl6.org/type/IO::Path#routine\_mkdir\> will be used. | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*182*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L182) | L\<.chmod\|https://docs.perl6.org/type/IO::Path#method\_chmod\> it, to remove | | [UFOBAT/Temp-Path
``…/Path.pm6`` :*195*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/Temp-Path/lib/Temp/Path.pm6#L195) | L\<.unlink\|https://docs.perl6.org/type/IO::Path#routine\_unlink\> the filesystem | | [UFOBAT/XML-XPath
``…/Number.pm6`` :*19*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/FunctionCall/Number.pm6#L19) | say "r = $r ceiling -\> ", $r.ceiling, " ", $r.perl, " what:", $r.WHAT; | | [UFOBAT/XML-XPath
``…/InfixExprOperatorPerElement.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/InfixExprOperatorPerElement.pm6#L14) | # say "invoke: ", $first-set.perl, $other-set.perl; | | [UFOBAT/XML-XPath
``…/NodeTest.pm6`` :*185*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/NodeTest.pm6#L185) | #say "take=$take node-ns=$node-ns ns=$ns ", $node-name.perl; | | [UFOBAT/XML-XPath
``…/Predicates.pm6`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Predicates.pm6#L14) | #say $node.perl; | | [UFOBAT/XML-XPath
``…/Predicates.pm6`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/lib/XML/XPath/Predicates.pm6#L15) | #say $predicate-result.perl; | | [UFOBAT/XML-XPath
``…/48_translate.t`` :*14*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/t/48_translate.t#L14) | # https://rt.perl.org/Public/Bug/Display.html?id=130762 | | [UFOBAT/XML-XPath
``…/48_translate.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UFOBAT/XML-XPath/t/48_translate.t#L15) | skip 'skipping one test because of https://rt.perl.org/Public/Bug/Display.html?id=130762', 1; | | [UGEXE/zef
``…/README.pod`` :*400*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/README.pod#L400) | =item \* B\ - This sets the default value for C\<--install-to="..."\>. The default value of C\ means it will first try installing to rak… | | [UGEXE/zef
``…/CLI.pm6`` :*700*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L700) | my $max-width = ($\*OUT.t \&\& $wrap.perl eq 'Bool::False') | | [UGEXE/zef
``…/CLI.pm6`` :*702*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/CLI.pm6#L702) | !! $wrap.perl eq 'Bool::True' | | [UGEXE/zef
``…/Client.pm6`` :*597*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/Client.pm6#L597) | # Optionally report to any cpan testers type service (testers.perl6.org) | | [UGEXE/zef
``…/Distribution.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/Distribution.pm6#L62) | # get assigned such that \`Distribution.depends.perl\` -\> \`([1,2,3])\` instead | | [UGEXE/zef
``…/P6CReporter.pm6`` :*62*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UGEXE/zef/lib/Zef/Service/P6CReporter.pm6#L62) | my $response = ::('Net::HTTP::POST')("http://testers.perl6.org/report", body =\> $report-json.encode); | | [UZLUISF/ENIGMA-Machine
``…/README.md`` :*82*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/UZLUISF/ENIGMA-Machine/README.md#L82) | \* From [Perl 6 Modules Directory](https://modules.perl6.org/): | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*545*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L545) | #note $value.perl; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*689*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L689) | # note "Fetched value for {$.name}: ", $val.VAR.^name, " // ", $val.perl; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*714*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L714) | #note "INVOKING {$.name} FILTER WITH {@params.perl}"; | | [VRURG/AttrX-Mooish
``…/Mooish.pm6`` :*718*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/AttrX-Mooish/lib/AttrX/Mooish.pm6#L718) | #note "INVOKING {$.name} TRIGGER WITH {@params.perl}"; | | [VRURG/Cro-RPC-JSON
``…/README.md`` :*44*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/README.md#L44) | This module provides a convenience shortcut for handling JSON-RPC requests by exporting \`json-rpc\` function to be used inside a [Cro::HTTP::Router](h… | | [VRURG/Cro-RPC-JSON
``…/JSON.pm6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON.pm6#L45) | one argument which could either be a L\\|https://docs.perl6.org/type/Code.html\> object or an instantiated class. | | [VRURG/Cro-RPC-JSON
``…/JSON.pm6`` :*130*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON.pm6#L130) | # note "MSG: ", $msg.perl; | | [VRURG/Cro-RPC-JSON
``…/Handler.pm6`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/Handler.pm6#L17) | #note "Handling JSON block ", $msg.perl; | | [VRURG/Cro-RPC-JSON
``…/RequestParser.pm6`` :*33*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/RequestParser.pm6#L33) | #note "JSON PARSED: ", $json.perl; | | [VRURG/Cro-RPC-JSON
``…/RequestParser.pm6`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/Cro-RPC-JSON/lib/Cro/RPC/JSON/RequestParser.pm6#L52) | #note $jrpc-request.perl; | | [VRURG/OO-Plugin
``…/Plugin.html`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/docs/html/OO/Plugin.html#L16) | \ | | [VRURG/OO-Plugin
``…/Class.html`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/docs/html/OO/Plugin/Class.html#L16) | \ | | [VRURG/OO-Plugin
``…/Manager.html`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/docs/html/OO/Plugin/Manager.html#L16) | \ | | [VRURG/OO-Plugin
``…/Manual.html`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/docs/html/OO/Plugin/Manual.html#L16) | \ | | [VRURG/OO-Plugin
``…/Registry.html`` :*16*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/docs/html/OO/Plugin/Registry.html#L16) | \ | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*623*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L623) | self!dbg: "!!! CAUGHT ", $\_.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*876*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L876) | # self!dbg: %SEEN.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*887*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L887) | msg "@@@ Checking deps of {$sn}: ", %deps.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*930*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L930) | die "Unexpected TPS seen mark value: " \~ $\_.perl | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1097*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1097) | self!dbg: "---- SIGNATURE: ", \&routine.signature.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1113*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1113) | "\\n", $params[$param-last].perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1305*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1305) | self!dbg: "\>\>\> ", $\*THREAD.id, " WORKING ON EVENT ", $ev.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1357*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1357) | self!dbg: "Event packet from the queue: ", $ev.perl; | | [VRURG/OO-Plugin
``…/Manager.pm6`` :*1371*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Manager.pm6#L1371) | self!dbg: "@@@ W-COMPLETE of {$ev.name}: ", @w-complete.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*407*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L407) | # note "\>\>\> PLUG CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*418*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L418) | # note "!!! PLUG CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/Registry.pm6`` :*419*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/lib/OO/Plugin/Registry.pm6#L419) | # note "!!! EXTENDED CLASSES: ", %!registry\.perl; | | [VRURG/OO-Plugin
``…/040-order.t`` :*252*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/VRURG/OO-Plugin/t/040-order.t#L252) | # note @plugins.perl; | | [WARRINGD/Font-AFM
``…/make-glyphlist.pl`` :*22*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/etc/make-glyphlist.pl#L22) | say %glyphs.perl; | | [WARRINGD/Font-AFM
``…/make-metrics.pl`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/etc/make-metrics.pl#L52) | print $afm.perl-gen: :name($class-name); | | [WARRINGD/Font-AFM
``…/AFM.pm`` :*231*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/lib/Font/AFM.pm#L231) | default { warn "don't know how to convert $key:{$val.perl} of type {.perl}"; $val } | | [WARRINGD/Font-AFM
``…/AFM.pm`` :*526*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-AFM/lib/Font/AFM.pm#L526) | method metrics \\{ {$.metrics.perl} } | | [WARRINGD/Font-FreeType
``…/20bitmap.t`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/Font-FreeType/t/20bitmap.t#L32) | my $desc = "'$fmt' format font, glyph {$char.perl}"; | | [WARRINGD/HTML-Canvas-To-PDF
``…/PDF.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas-To-PDF/lib/HTML/Canvas/To/PDF.pm6#L78) | .?js-ref // .perl; | | [WARRINGD/HTML-Canvas-To-PDF
``…/transforms.t`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas-To-PDF/t/transforms.t#L78) | ctx.fillText("h#{++$n}:"\~[$html-transform.map: \*.fmt('%.2f')].perl, 0, 0); | | [WARRINGD/HTML-Canvas
``…/Canvas.pm`` :*479*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/lib/HTML/Canvas.pm#L479) | %!sym{$\_} // .?js-ref // die "unexpected object: {.perl}"; | | [WARRINGD/HTML-Canvas
``…/Tracer.pm`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/lib/HTML/Canvas/Tracer.pm#L23) | my Str @pretty = @args.map: \*.perl; | | [WARRINGD/HTML-Canvas
``…/cairo-transforms.t`` :*73*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/HTML-Canvas/t/cairo-transforms.t#L73) | ctx.fillText("h#{++$n}:"\~[$html-transform.map: \*.fmt('%.2f')].perl, 0, 0); | | [WARRINGD/PDF-Class
``…/pdf-checker.p6`` :*45*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-checker.p6#L45) | when PDF::COS::TextString { .Str.perl } | | [WARRINGD/PDF-Class
``…/pdf-checker.p6`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-checker.p6#L49) | ?? .value.perl | | [WARRINGD/PDF-Class
``…/pdf-content-dump.p6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-content-dump.p6#L39) | @args.map(\*.perl).join(", "); | | [WARRINGD/PDF-Class
``…/pdf-info.p6`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-info.p6#L25) | # nyi in rakudo https://rt.perl.org/Ticket/Display.html?id=125017 | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L23) | warn :@xrefs.perl; | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*39*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L39) | warn :$xref.perl; | | [WARRINGD/PDF-Class
``…/pdf-revert.p6`` :*41*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/bin/pdf-revert.p6#L41) | warn :$xref.perl; | | [WARRINGD/PDF-Class
``…/make-quick-ref.pl`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/etc/make-quick-ref.pl#L52) | warn "ignoring class: $name ({$type.perl})"; | | [WARRINGD/PDF-Class
``…/Thread.pm`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Action/Thread.pm#L23) | multi sub coerce($\_, ThreadOrIndexOrTitle) is default { fail "unable to coerce {.perl} to a Thread" } | | [WARRINGD/PDF-Class
``…/Thread.pm`` :*30*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Action/Thread.pm#L30) | multi sub coerce($\_, BeadOrIndex) is default { fail "unable to coerce {.perl} to a Bead" } | | [WARRINGD/PDF-Class
``…/Catalog.pm`` :*146*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Catalog.pm#L146) | fail "unable to coerce {.perl} to an open action"; | | [WARRINGD/PDF-Class
``…/OutlineNode.pm`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Class/OutlineNode.pm#L21) | when DestinationLike { warn "todo coerce dest: {.perl}" } | | [WARRINGD/PDF-Class
``…/Destination.pm`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Destination.pm#L67) | fail "unable to construct destination: {@args.perl}"; | | [WARRINGD/PDF-Class
``…/Destination.pm`` :*86*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Destination.pm#L86) | fail "Unable to handle destination: {.perl}"; | | [WARRINGD/PDF-Class
``…/Field.pm`` :*72*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field.pm#L72) | fail "unable to coerce {.perl} to an Annotation or Field"; | | [WARRINGD/PDF-Class
``…/Choice.pm`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field/Choice.pm#L27) | fail "unable to coerce {.perl} to field options"; | | [WARRINGD/PDF-Class
``…/Text.pm`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Field/Text.pm#L21) | fail "unable to coerce {.perl} to Text or a Stream"; | | [WARRINGD/PDF-Class
``…/Filespec.pm`` :*32*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Filespec.pm#L32) | fail "unable to coerce to a File: {.perl}"; | | [WARRINGD/PDF-Class
``…/PostScript.pm`` :*25*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Function/PostScript.pm#L25) | die "typecheck error, expected {$type.perl}, got: {$v.perl}" | | [WARRINGD/PDF-Class
``…/Image.pm`` :*131*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Image.pm#L131) | X::NYI.new(:feature("PNG Image with color-space: {.perl}")).throw; | | [WARRINGD/PDF-Class
``…/Page.pm`` :*56*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/Page.pm#L56) | fail "unable to coerce: {.perl} ({.WHAT.^name}) to an annotation"; | | [WARRINGD/PDF-Class
``…/StructElem.pm`` :*52*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/lib/PDF/StructElem.pm#L52) | fail "Unable to coerce {.perl} to a PDF::StructElem.K (child) element"; | | [WARRINGD/PDF-Class
``…/pdf-destination.t`` :*15*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-destination.t#L15) | note "{.perl} is not a valid destination"; | | [WARRINGD/PDF-Class
``…/pdf-function-exponential.t`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-exponential.t#L49) | diag "expected {$b.perl}, got {$a.perl}" | | [WARRINGD/PDF-Class
``…/pdf-function-sampled.t`` :*42*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-sampled.t#L42) | diag "result {$a.perl}" | | [WARRINGD/PDF-Class
``…/pdf-function-stitching.t`` :*63*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/pdf-function-stitching.t#L63) | diag "expected {$b.perl}, got {$a.perl}" | | [WARRINGD/PDF-Class
``…/util.t`` :*8*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Class/t/util.t#L8) | is from-roman($r), $n, "from-roman({$r.perl})"; | | [WARRINGD/PDF-Font-Loader
``…/Identity.pm`` :*24*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-Font-Loader/lib/PDF/Font/Loader/Enc/Identity.pm#L24) | warn { :@!to-unicode, :%!from-unicode }.perl; | | [WARRINGD/PDF-ISO_32000
``…/README.md`` :*60*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/README.md#L60) | The roles also contain [method stubs](https://docs.perl6.org/language/objects#Stubs) for the entries that need to be implemented for the role. For example: | | [WARRINGD/PDF-ISO_32000
``…/pdf-struct-dump.p6`` :*344*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/bin/pdf-struct-dump.p6#L344) | say pad($depth, .perl); | | [WARRINGD/PDF-ISO_32000
``…/make-modules.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/etc/make-modules.p6#L31) | for @non-idents.map: \*.perl { | | [WARRINGD/PDF-ISO_32000
``…/README.in`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WARRINGD/PDF-ISO_32000/src/README.in#L47) | The roles also contain [method stubs](https://docs.perl6.org/language/objects#Stubs) for the entries that need to be implemented for the role. For example: | | [WBIKER/IO-Prompt
``…/README.pod`` :*13*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L13) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*17*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L17) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*21*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L21) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*29*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L29) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*49*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L49) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*71*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L71) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*74*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L74) | say $a.perl; | | [WBIKER/IO-Prompt
``…/README.pod`` :*77*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/README.pod#L77) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*23*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L23) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*27*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L27) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*31*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L31) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*35*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L35) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*43*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L43) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*47*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L47) | # say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*67*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L67) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*89*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L89) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*92*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L92) | say $a.perl; | | [WBIKER/IO-Prompt
``…/example.p6`` :*95*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/example.p6#L95) | say $a.perl; | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*91*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L91) | "call {$call.perl} answer {$answer.perl}" \~ | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*92*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L92) | " =\> {$result.perl} expected {$expected.perl}" | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*99*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L99) | "call {$call.perl} =\> {$prompt.do\_input\_buffer.perl}" \~ | | [WBIKER/IO-Prompt
``…/01-simple.t`` :*100*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/WBIKER/IO-Prompt/t/01-simple.t#L100) | " expected {$output.perl}" | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/MySQL/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*78*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/Oracle/Searchable.pm6#L78) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/Pg/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [YNOTO/DB-Xoos
``…/Searchable.pm6`` :*75*:](https://github.com/moritz/perl6-all-modules/blob/44c17582d24865e17713958e506ae64456e8b1b9/cpan/YNOTO/DB-Xoos/lib/DB/Xoos/SQLite/Searchable.pm6#L75) | say 'not inflating: '\~$row.perl; | | [0racle/p6-wig
``…/README.md`` :*31*:](https://github.com/0racle/p6-wig/blob/8c7544a9519ae028ae72c7e9dc8250232ba62dcb/README.md#L31) | \_I like the idea of "where" instead of "grep"\_ - [lizmat](http://irclog.perlgeek.de/perl6/2016-03-30#i\_12262416) | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*63*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L63) | $param-type = $0 if $param.perl \~\~ /^ (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*64*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L64) | $short-param = "-$0" if $param.perl \~\~ / (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*65*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L65) | $long-param = "--$0" if $param.perl \~\~ / (\) /; | | [7ojo/p6-commandline-usage
``…/Options.pm6`` :*66*:](https://github.com/7ojo/p6-commandline-usage/blob/5b0a87f4651f6c406b2a29db89ed3fe692b9f4d7/lib/CommandLine/Usage/Options.pm6#L66) | $default-value = $0 if $param.perl \~\~ / '=' \\s\* '"'? (\<-["]\>+) '"'? /; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*64*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L64) | die "NYI for $attr.perl()"; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*92*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L92) | say "Parsing ASNSequenceOf of $type.type().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*101*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L101) | note "Parsing ASNSetOf of $type.type().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*108*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L108) | say "Parsing ASNChoice with $tag.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*223*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L223) | say "Parsing $total out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*229*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L229) | say "Parsing \`$decoded.perl()\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*235*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L235) | say "Parsing \`$decoded.perl()\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*240*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L240) | say "Parsing \`{ $input[0] != 0 }\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*246*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L246) | say "Parsing \`$input[0]\` out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Parser.pm6`` :*251*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Parser.pm6#L251) | say "Parsing NULL out of $input.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*27*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L27) | say "Encoding Int ($int) with index $index, resulting in $int-encoded.reverse().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*63*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L63) | say "Encoding ASNSequence $sequence.^name() as $sequence.ASN-order().perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*137*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L137) | die "Could not find value by $choice.ASN-value().key() out of $description.perl()"; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*158*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L158) | say "Encoding ASNChoice by $description.perl() with value: $value.perl()" if $debug; | | [Altai-man/ASN-BER
``…/Serializer.pm6`` :*164*:](https://github.com/Altai-man/ASN-BER/blob/ce2e9d68f26461e494d73f9b34bf6c4a96adb814/lib/ASN/Serializer.pm6#L164) | die "NYI for: $unknown-type.perl()"; | | [Altai-man/ASN-META
``…/README.md`` :*18*:](https://github.com/Altai-man/ASN-META/blob/e6940a6e222d833f25807100f6a5c82c313f9638/README.md#L18) | \* ASN::META uses parsed specification to generate appropriate types with [MOP](https://docs.perl6.org/language/mop) | | [Altai-man/p6-WWW-DuckDuckGo
``…/README.md`` :*26*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/README.md#L26) | This library is free software; you can redistribute it and/or modify it under the terms of the [Artistic License 2.0](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*41*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L41) | @topics.push(WWW::DuckDuckGo::Link.new($topic)) if $topic.WHAT.perl eq 'Hash'; | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*48*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L48) | @topics.push(WWW::DuckDuckGo::Link.new($topic)) if $topic.WHAT.perl eq 'Hash'; | | [Altai-man/p6-WWW-DuckDuckGo
``…/ZeroClickInfo.pm6`` :*55*:](https://github.com/Altai-man/p6-WWW-DuckDuckGo/blob/f8b4d2b246c75d2103d81f6f1429f8146ba95643/lib/WWW/DuckDuckGo/ZeroClickInfo.pm6#L55) | @results.push(WWW::DuckDuckGo::Link.new($\_)) if $\_.WHAT.perl eq 'Hash'; | | [Altai-man/perl6-Config-Netrc
``…/README.md`` :*42*:](https://github.com/Altai-man/perl6-Config-Netrc/blob/a0d8849dcaf66e21435bf8a0fa5a102f54f16b16/README.md#L42) | This library is free software; you can redistribute it and/or modify it under the terms of the [Artistic License 2.0](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [Bailador/Bailador
``…/README.md`` :*74*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/README.md#L74) | \* https://github.com/perl6/cpandatesters.perl6.org/ used to serve http://testers.p6c.org/ but currently not in use | | [Bailador/Bailador
``…/README.md`` :*62*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/doc/README.md#L62) | When you have installed [Crust](http://modules.perl6.org/dist/Crust) from the Perl 6 ecosystem there is a command called \`crustup\` or \`crus… | | [Bailador/Bailador
``…/app.pl6`` :*81*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/app/app.pl6#L81) | $result \~= "$k\\t" \~ $v.perl \~ "\\n"; | | [Bailador/Bailador
``…/controllers.pl6`` :*29*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/controllers/controllers.pl6#L29) | %.data.perl; | | [Bailador/Bailador
``…/postapp.pl6`` :*11*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/examples/postapp/postapp.pl6#L11) | return [request.params.perl, request.content\_type, | | [Bailador/Bailador
``…/Multipart.pm`` :*15*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Request/Multipart.pm#L15) | die "CONTENT-DISPOSITION header is required for multipart/form-data " \~ %.headers.perl unless $content-disposition; | | [Bailador/Bailador
``…/Route.pm`` :*10*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L10) | ## https://rt.perl.org/Public/Bug/Display.html?id=131707 | | [Bailador/Bailador
``…/Route.pm`` :*11*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L11) | ## https://rt.perl.org/Public/Bug/Display.html?id=130690 | | [Bailador/Bailador
``…/Route.pm`` :*161*:](https://github.com/Bailador/Bailador/blob/e4d4483103aac96d5d569c06e07c47874a1aed59/lib/Bailador/Route.pm#L161) | $.url-matcher \~\~ Str ?? $.url-matcher !! $.url-matcher.perl; | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*217*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L217) | my $type = self.perl-type($a.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*238*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L238) | my $type = self.perl-type($sig.returns); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*250*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L250) | my $type = self.perl-type($p.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*287*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L287) | my $type = self.perl-type($a.type); | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*326*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L326) | if not $nonnull and $type.WHAT.perl \~\~ /\\:D$/ | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*329*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L329) | ofType =\> self.perl-type($type, :nonnull) | | [CurtTilmes/Perl6-GraphQL
``…/GraphQL.pm`` :*339*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL.pm#L339) | GraphQL::List.new(ofType =\> self.perl-type($type.of)); | | [CurtTilmes/Perl6-GraphQL
``…/Types.pm`` :*445*:](https://github.com/CurtTilmes/Perl6-GraphQL/blob/ad213b6bab7a8542b0d0b41dd31cbe576ce120e5/lib/GraphQL/Types.pm#L445) | $val.perl | | [CurtTilmes/perl6-dbi-async
``…/01-basic.t`` :*14*:](https://github.com/CurtTilmes/perl6-dbi-async/blob/977a23a98584812fb0a279e9dcb6d4301383de0f/t/01-basic.t#L14) | is $res.column-types.perl, [Str, Str, Int].perl, 'Types'; | | [CurtTilmes/perl6-libuuid
``…/Changes`` :*5*:](https://github.com/CurtTilmes/perl6-libuuid/blob/ad602254eb811cc7ccd5acc5d56cfb5f03501231/Changes#L5) | https://docs.perl6.org/language/nativecall#ABI/API\_version | | [CurtTilmes/perl6-tcc
``…/README.md`` :*14*:](https://github.com/CurtTilmes/perl6-tcc/blob/17fd731044842810c54c55517033acf7d2dce8ae/README.md#L14) | [NativeCall](https://docs.perl6.org/language/nativecall) capabilities, | | [FCO/6pm
``…/Meta6.pm6`` :*8*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/Meta6.pm6#L8) | has Str $.perl is json-skip-null is rw = "v6.\*"; | | [FCO/6pm
``…/SixPM.pm6`` :*15*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L15) | method get-perl6-version { prompt "perl6 version [{$!meta.perl}]: " } | | [FCO/6pm
``…/SixPM.pm6`` :*28*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L28) | $!meta.perl = $perl | | [FCO/6pm
``…/SixPM.pm6`` :*31*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/lib/App/six-pm/SixPM.pm6#L31) | $!meta.perl = $perl | | [FCO/6pm
``…/01-six-pm.t`` :*62*:](https://github.com/FCO/6pm/blob/4682d6763b50067d677bf2948bfc8aca4a0f3642/t/01-six-pm.t#L62) | is $meta.perl, "v6.\*"; | | [FCO/Injector
``…/Bind.pm6`` :*13*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Bind.pm6#L13) | "{$.bind-type}: name: {$!name.perl}; type: {$!type.^name}; capture: {$!capture.perl}; obj: {$!obj.gist}; {self.WHERE}" | | [FCO/Injector
``…/Storage.pm6`` :*10*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L10) | %!bind{$bind.name.perl; $bind.type.\&name; $bind.bind-type} = $bind; | | [FCO/Injector
``…/Storage.pm6`` :*14*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L14) | %!bind{$name.perl; $type.\&name}:exists | | [FCO/Injector
``…/Storage.pm6`` :*15*:](https://github.com/FCO/Injector/blob/104989d31d682bd71f7e7b1de860c65a4224045a/lib/Injector/Storage.pm6#L15) | ?? \|%!bind{$name.perl; $type.\&name}.first.values | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*38*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L38) | }, "{ $.name }{ $data.perl.subst(/\\\\/, "") }" | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*48*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L48) | flunk "{ $.name }({ $data.perl.subst(/\\\\/, "") })" unless $resp | | [FCO/Test-Fuzz
``…/Fuzzed.pm6`` :*50*:](https://github.com/FCO/Test-Fuzz/blob/3f11ed4813505ee6dc93309e59bd20e3f1d8fa47/lib/Test/Fuzz/Fuzzed.pm6#L50) | pass "{ $.name }{ $data.perl.subst(/\\\\/, "") }" | | [FCO/json-stream
``…/README.md`` :*10*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/README.md#L10) | say "[$key =\> $value.perl()]" | | [FCO/json-stream
``…/Stream.pm6`` :*8*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/lib/JSON/Stream.pm6#L8) | say "[$key =\> $value.perl()]" | | [FCO/json-stream
``…/01-t.t`` :*8*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L8) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*14*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L14) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*20*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L20) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*26*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L26) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*32*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L32) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*39*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L39) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*46*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L46) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*53*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L53) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*60*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L60) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*67*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L67) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*74*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L74) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*85*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L85) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*100*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L100) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*120*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L120) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*140*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L140) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*156*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L156) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*170*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L170) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*176*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L176) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/01-t.t`` :*182*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/t/01-t.t#L182) | say "$key =\> $value.perl()"; | | [FCO/json-stream
``…/test.t`` :*4*:](https://github.com/FCO/json-stream/blob/a940967d6f90bea42b8cd8ed034bc82759372f6a/test.t#L4) | say "[$key =\> $value.perl()]" | | [FROGGS/p6-Inline-C
``…/C.pm`` :*45*:](https://github.com/FROGGS/p6-Inline-C/blob/1f00cf2dd7ccf09d0e0f94a63914ea4a9ca49270/lib/Inline/C.pm#L45) | $l\_line = "$cfg\ $cfg\.perllibs\> $cfg\ $cfg\ $cfg\$name.$cfg\ $name$o"; | | [FROGGS/p6-JSON-Pretty
``…/Pretty.pm`` :*43*:](https://github.com/FROGGS/p6-JSON-Pretty/blob/c7c90d7358e4c806ee5460dfa25cb248e75c31a5/lib/JSON/Pretty.pm#L43) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [FROGGS/p6-JSON-Pretty
``…/04-roundtrip.t`` :*40*:](https://github.com/FROGGS/p6-JSON-Pretty/blob/c7c90d7358e4c806ee5460dfa25cb248e75c31a5/t/04-roundtrip.t#L40) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [FROGGS/p6-overload-constant
``…/README.md`` :*21*:](https://github.com/FROGGS/p6-overload-constant/blob/9bbfc7a4bad522762d2de6ed0d4bfb3cfb547b72/README.md#L21) | [1] http://perldoc.perl.org/overload.html#Overloading-Constants | | [IanTayler/MinG
``…/MinG.html`` :*24*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/doc/MinG.html#L24) | \ | | [IanTayler/MinG
``…/MinG::EDMG.html`` :*24*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/doc/MinG::EDMG.html#L24) | \ | | [IanTayler/MinG
``…/MinG::From::Text.html`` :*24*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/doc/MinG::From::Text.html#L24) | \ | | [IanTayler/MinG
``…/S13.html`` :*24*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/doc/S13.html#L24) | \ | | [IanTayler/MinG
``…/S13::Logic.html`` :*24*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/doc/S13::Logic.html#L24) | \ | | [IanTayler/MinG
``…/EDMG.pm6`` :*193*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/EDMG.pm6#L193) | debug("THIS SHOULD BE FALSE: {($nq eqv $.q).perl}"); | | [IanTayler/MinG
``…/S13.pm6`` :*89*:](https://github.com/IanTayler/MinG/blob/d4f38b6c043777deccc6009bf7f70b141ae4a56d/lib/MinG/S13.pm6#L89) | debug("THIS SHOULD BE FALSE: {($nq eqv $.q).perl}"); | | [JJ/p6-math-constants
``…/CONTRIBUTING.md`` :*7*:](https://github.com/JJ/p6-math-constants/blob/e10c2ad91e4832d4dfa15ade3d2c40506c230034/CONTRIBUTING.md#L7) | out [terms](https://docs.perl6.org/language/terms#term\_e) for those | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*100*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L100) | ### .gist and .perl | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*102*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L102) | This module modfiies .gist and .perl (in a fairly ugly way) so that | | [LLFourn/p6-AttrX-InitArg
``…/README.md`` :*103*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/README.md#L103) | \`.perl\`'s EVALablilty is preserved. However, \`.gist\` is modified so | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*27*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L27) | self.perlseen(self.^name, { | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*38*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L38) | @attrs.push: $name \~ ' =\> ' \~ $attr.get\_value(self).perl | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*46*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L46) | self.perlseen(self.^name, { | | [LLFourn/p6-AttrX-InitArg
``…/InitArg.pm6`` :*50*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/lib/AttrX/InitArg.pm6#L50) | @attrs.push: $name \~ ' =\> ' \~ $attr.get\_value(self).perl | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*22*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L22) | ok $envoy.perl \~\~ /'TOP SECRET'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*36*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L36) | ok $foo.perl \~\~ /'constructor-name'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*39*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L39) | ok $foo.perl \~\~ /'constructor-name'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*40*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L40) | ok $foo.perl \~\~ /'wee'/; | | [LLFourn/p6-AttrX-InitArg
``…/class.t`` :*53*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/class.t#L53) | nok $foo.perl \~\~ /'no-set'/; | | [LLFourn/p6-AttrX-InitArg
``…/role.t`` :*22*:](https://github.com/LLFourn/p6-AttrX-InitArg/blob/0ca85c6d7248e4889f4756654f7515b31b9bd90d/t/role.t#L22) | ok $envoy.perl \~\~ /'TOP SECRET'/; | | [LLFourn/p6-CompUnit-Util
``…/README.md`` :*55*:](https://github.com/LLFourn/p6-CompUnit-Util/blob/fdbdc605663d951c43cd3229411d1860f725b0e3/README.md#L55) | [#127302](https://rt.perl.org/Public/Bug/Display.html?id=127302), you | | [LLFourn/p6-CompUnit-Util
``…/README.md`` :*349*:](https://github.com/LLFourn/p6-CompUnit-Util/blob/fdbdc605663d951c43cd3229411d1860f725b0e3/README.md#L349) | \`.push\` method. see [S06](https://design.perl6.org/S06.html#Introspection). | | [LLFourn/p6-DispatchMap
``…/README.md`` :*225*:](https://github.com/LLFourn/p6-DispatchMap/blob/3372d5300e15a1a13fe46013c718c9e30859aa3a/README.md#L225) | (internally uses [cando](https://docs.perl6.org/type/Routine#method\_cando)). | | [Leont/build-graph6
``…/Graph.pm`` :*269*:](https://github.com/Leont/build-graph6/blob/ec807d1da46cc00e031e2e856d0a18cbe454ee99/lib/Build/Graph.pm#L269) | %ret\ = $!pattern.perl; | | [Leont/build-simple6
``…/basic.t`` :*75*:](https://github.com/Leont/build-simple6/blob/67c96b73327d26402fd73f228656e09495be05f6/t/basic.t#L75) | is-deeply(@\*got.List, $expected.List, "Got {$expected.perl} in run $run-$count"); | | [MARTIMM/Auth-SCRAM
``…/README.md`` :*5*:](https://github.com/MARTIMM/Auth-SCRAM/blob/bd690e3eb91c9114206a2901a5d775be34bcaa67/README.md#L5) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/BSON
``…/README.md`` :*3*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/README.md#L3) | ![Face](logotype/logo\_32x32.png) [![Build Status](https://travis-ci.org/MARTIMM/BSON.svg?branch=master)](https://travis-ci.org/MARTIMM/BSON) [![AppVe… | | [MARTIMM/BSON
``…/CHANGES.md`` :*64*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/doc/CHANGES.md#L64) | \* Small bugfix in Document.perl() | | [MARTIMM/BSON
``…/BSON.pm6`` :*202*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON.pm6#L202) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Binary.pm6`` :*56*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Binary.pm6#L56) | my Str $bstr = $!binary-data.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*105*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L105) | #note "P: ", $pair.perl, ', ', $pair.value.defined; | | [MARTIMM/BSON
``…/Document.pm6`` :*179*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L179) | $perl \~= $value.perl( $indent, :skip-indent($key.defined)); | | [MARTIMM/BSON
``…/Document.pm6`` :*199*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L199) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*204*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L204) | # $perl \~= $value.perl,\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*209*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L209) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*214*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L214) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*219*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L219) | $perl \~= $value.perl($indent) \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*224*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L224) | $perl \~= $value.perl \~ ",\\n"; | | [MARTIMM/BSON
``…/Document.pm6`` :*239*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L239) | self.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*371*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L371) | :operation("\\$d\<$key\> = ({$pair.perl}, ...)"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*408*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L408) | :operation("\\$d\<$key\> = {$new.perl}"), :type\, | | [MARTIMM/BSON
``…/Document.pm6`` :*478*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L478) | die "Call me capture: ", capture.perl; | | [MARTIMM/BSON
``…/Document.pm6`` :*614*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L614) | #note "Encode element ", $p.perl, ', ', $p.key.WHAT, ', ', $p.value.WHAT; | | [MARTIMM/BSON
``…/Document.pm6`` :*622*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Document.pm6#L622) | #note "Tempvalue: KV: $p.perl()"; | | [MARTIMM/BSON
``…/Javascript.pm6`` :*51*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/lib/BSON/Javascript.pm6#L51) | $perl \~= $jvs-i1 \~ ":scope\\(\\n{$!scope.perl($indent+2)}"; | | [MARTIMM/BSON
``…/300-document.t`` :*193*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L193) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*197*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L197) | diag $d.perl; | | [MARTIMM/BSON
``…/300-document.t`` :*223*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L223) | diag "$?LINE, $d.perl()"; | | [MARTIMM/BSON
``…/300-document.t`` :*227*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/300-document.t#L227) | diag "$?LINE, $d.new($b).perl()"; | | [MARTIMM/BSON
``…/350-document.t`` :*15*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/350-document.t#L15) | # diag $d.perl; | | [MARTIMM/BSON
``…/350-document.t`` :*38*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/t/350-document.t#L38) | # diag $d.perl; | | [MARTIMM/BSON
``…/bench-doc-int.pl6`` :*39*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/bench-doc-int.pl6#L39) | say "$d1, $d2, ", $buf1.perl, ', ', $buf2.perl; | | [MARTIMM/BSON
``…/double.pl6`` :*23*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/double.pl6#L23) | say "N: $n2, ", $bn2.perl; | | [MARTIMM/BSON
``…/int.pl6`` :*25*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Benchmarks/int.pl6#L25) | say "I = $i2, bi2 = ", $bi2.perl; | | [MARTIMM/BSON
``…/701-decoder.t`` :*9*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/701-decoder.t#L9) | #say "d1: {$d1.perl}"; | | [MARTIMM/BSON
``…/703-encodable.t`` :*69*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/703-encodable.t#L69) | #say "H: ", $h.perl; | | [MARTIMM/BSON
``…/Decoder.pm`` :*135*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/Decoder.pm#L135) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document1.pm6`` :*1150*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/Document1.pm6#L1150) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document2.pm6`` :*1155*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/Document2.pm6#L1155) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Document3.pm6`` :*1119*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/Document3.pm6#L1119) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/EDC-Tools.pm6`` :*114*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/EDC-Tools.pm6#L114) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/Encodable.pm`` :*195*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/Encodable.pm#L195) | # http://doc.perl6.org/language/operators^) | | [MARTIMM/BSON
``…/p.pl6`` :*15*:](https://github.com/MARTIMM/BSON/blob/f5ba613c858e4e72ca9ae50f763009c8f56123be/xt/Tests/p.pl6#L15) | say "D: ", $req.perl; | | [MARTIMM/PKCS5
``…/README.md`` :*5*:](https://github.com/MARTIMM/PKCS5/blob/939c0d173672986f3a082e2babd7cd27456b6b94/README.md#L5) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/PKCS5
``…/PBKDF2.pm6`` :*48*:](https://github.com/MARTIMM/PKCS5/blob/939c0d173672986f3a082e2babd7cd27456b6b94/lib/PKCS5/PBKDF2.pm6#L48) | #say \&$CGH.perl; | | [MARTIMM/PKCS5
``…/PBKDF2.pm6`` :*51*:](https://github.com/MARTIMM/PKCS5/blob/939c0d173672986f3a082e2babd7cd27456b6b94/lib/PKCS5/PBKDF2.pm6#L51) | \&$CGH.perl \~\~ m/ ['sub'\|'method'] \\s+ ( \<.ident\>+ ) /; | | [MARTIMM/config-datalang-refine
``…/README.md`` :*4*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/README.md#L4) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/config-datalang-refine
``…/100-refine-toml.t`` :*241*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/100-refine-toml.t#L241) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/200-refine-json.t`` :*219*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/200-refine-json.t#L219) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/200-refine-json.t`` :*233*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/200-refine-json.t#L233) | #say $o.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*63*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L63) | diag "Configuration: " \~ $c.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*66*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L66) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*72*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L72) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*80*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L80) | diag "Configuration: " \~ $c.perl; | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*82*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L82) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/300-refine-locations.t`` :*88*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/t/300-refine-locations.t#L88) | diag "Refined using \: " \~ $c.perl(:h($o)); | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*10*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L10) | say "\\n", $c.refine(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*12*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L12) | say "\\n", $c.refine-filter(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*14*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L14) | say "\\n", $c.refine-filter-str(\).perl; | | [MARTIMM/config-datalang-refine
``…/ex1-pod.pl6`` :*16*:](https://github.com/MARTIMM/config-datalang-refine/blob/2c2d9f0637ee964816ad825bbd115fe5809dbbff/xt/ex1-pod.pl6#L16) | say "\\n", $c.refine-filter-str(\).perl; | | [MARTIMM/mongo-perl6-driver
``…/README.md`` :*3*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/README.md#L3) | [![Build Status](https://travis-ci.org/MARTIMM/mongo-perl6-driver.svg?branch=master)](https://travis-ci.org/MARTIMM/mongo-perl6-driver) [![AppVeyor B… | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*81*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L81) | say "C: ", $c.perl; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*105*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L105) | say "Create $helper-name, {$code.perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*191*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L191) | say "P: ", $p.perl; | | [MARTIMM/mongo-perl6-driver
``…/Fallback.pl6`` :*194*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/Fallback.pl6#L194) | say "DD: ", $p.perl; | | [MARTIMM/mongo-perl6-driver
``…/logging.pl6`` :*27*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/logging.pl6#L27) | note "Insert result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/meta.pl6`` :*185*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/meta.pl6#L185) | say "0: $A.^parents(:all).perl()"; | | [MARTIMM/mongo-perl6-driver
``…/names.pl6`` :*80*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/names.pl6#L80) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/open-socket.pl6`` :*8*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/open-socket.pl6#L8) | note $sock.perl; | | [MARTIMM/mongo-perl6-driver
``…/run-command.pl6`` :*37*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/run-command.pl6#L37) | info-message($doc.perl); | | [MARTIMM/mongo-perl6-driver
``…/run-command.pl6`` :*57*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/run-command.pl6#L57) | info-message($doc.perl); | | [MARTIMM/mongo-perl6-driver
``…/sock.pl6`` :*13*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/sock.pl6#L13) | say $sock.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pl6`` :*47*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pl6#L47) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pl6`` :*69*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pl6#L69) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/table-role.pm6`` :*189*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pm6#L189) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/mongo-perl6-driver
``…/table-role.pm6`` :*190*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/Tests/table-role.pm6#L190) | $field-spec[3].WHAT.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*45*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L45) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*103*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L103) | note "Master data:\\n", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*135*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L135) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*165*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L165) | note "Result of replSetReconfig:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*178*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L178) | #note "Master server data:\\n", $master-server-state.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*202*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L202) | note "Result of replSetInitiate:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*212*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L212) | note "Result master data:\\n", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*255*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L255) | $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/make-replicaset.pl6`` :*293*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/make-replicaset.pl6#L293) | $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*80*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L80) | note "Returned document info: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*90*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L90) | note "Account:\\n ", $u.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*265*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L265) | note "A: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*288*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L288) | note "R: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/mongodb-accounting.pl6`` :*349*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/mongodb-accounting.pl6#L349) | note "\\nServer status: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*37*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L37) | #note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*68*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L68) | note MongoDB::MDBConfig.instance.cfg.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*201*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L201) | #note "IM 1: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*219*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L219) | note "Admin user creation result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*242*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L242) | note "User $uname creation result: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*246*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L246) | note "R: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/start-servers.pl6`` :*249*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/bin/start-servers.pl6#L249) | note "Account:\\n ", $u.perl; | | [MARTIMM/mongo-perl6-driver
``…/Design-software.md`` :*104*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Design/Design-software.md#L104) | say $doc.perl; # do something ... | | [MARTIMM/mongo-perl6-driver
``…/2015-11-3-answer-d-golden.txt`` :*26*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/2015-11-3-answer-d-golden.txt#L26) | binary" on Perlmonks == http://www.perlmonks.org/index.pl?node\_id=1145896) of | | [MARTIMM/mongo-perl6-driver
``…/2015-11-3-answer-d-golden.txt`` :*49*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/2015-11-3-answer-d-golden.txt#L49) | http://www.perlmonks.org/index.pl?node\_id=1145896 | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*3*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L3) | ![Leaf](http://modules.perl6.org/logos/MongoDB.png) | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*77*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L77) | %document.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*85*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L85) | $cursor.fetch( ).perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Original-README.md`` :*172*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/doc/Other/Original-README.md#L172) | Released under [Artistic License 2.0](http://www.perlfoundation.org/artistic\_license\_2\_0). | | [MARTIMM/mongo-perl6-driver
``…/MongoDB.pod6`` :*598*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB.pod6#L598) | :oper-data({ nooops =\> True}.perl), | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*194*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L194) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*245*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L245) | #say "MPR P: {@req.perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*253*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L253) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*316*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L316) | oper-data =\> %doc.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*338*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L338) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*383*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L383) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*421*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L421) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*441*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L441) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*454*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L454) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*469*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L469) | oper-data =\> @docs.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*495*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L495) | oper-data =\> $sub-doc.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*524*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L524) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*545*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L545) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*570*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pm6#L570) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Collection.pod6`` :*21*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pod6#L21) | $document.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pod6`` :*28*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pod6#L28) | $cursor.fetch.perl.say; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pod6`` :*79*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Collection.pod6#L79) | my MongoDB::Collection $collection = $client.collection('contacts.perl\_users'); | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pm6`` :*214*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pm6#L214) | note "Get more: ", $cursor-doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pod6`` :*25*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pod6#L25) | while $cursor.fetch -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/mongo-perl6-driver
``…/Cursor.pod6`` :*42*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Cursor.pod6#L42) | for $collection.find -\> BSON::Document $document { $document.perl.say; } | | [MARTIMM/mongo-perl6-driver
``…/Database.pm6`` :*74*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pm6#L74) | #note "Cursor doc 1: ", $doc\\.perl; | | [MARTIMM/mongo-perl6-driver
``…/Database.pm6`` :*96*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pm6#L96) | #note "Cursor doc 2: ", $doc\.perl; | | [MARTIMM/mongo-perl6-driver
``…/Database.pod6`` :*100*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pod6#L100) | See also L\.perl6.org/routine/%2C\> and | | [MARTIMM/mongo-perl6-driver
``…/Database.pod6`` :*101*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pod6#L101) | L\.perl6.org/language/list\> | | [MARTIMM/mongo-perl6-driver
``…/Database.pod6`` :*109*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Database.pod6#L109) | # Method 1. With info from http://perldoc.perl.org/perlhist.html | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*324*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L324) | #say $ds.perl; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*355*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L355) | #say $req.perl; | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*499*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L499) | fatal-message("Field $k in schema has problems: " \~ $v.perl); | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*525*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L525) | [\~] 'type failure, is ', $field-spec[2].WHAT.perl, " but must be ", | | [MARTIMM/mongo-perl6-driver
``…/Collection.pm6`` :*526*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Collection.pm6#L526) | $field-spec[3].WHAT.perl; | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*262*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L262) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*283*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L283) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*308*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L308) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*333*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L333) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*361*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L361) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Users.pm6`` :*381*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/HL/Users.pm6#L381) | oper-data =\> @req.perl, | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*257*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L257) | #note "$\*THREAD.id() header decoded, $message-header.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*290*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L290) | #note "$\*THREAD.id() reply doc, $reply-document.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Header.pm6`` :*310*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Header.pm6#L310) | #note "$\*THREAD.id() doc $document.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Log.pm6`` :*175*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Log.pm6#L175) | # say .perl; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*79*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L79) | trace-message("First contact result: " \~ ($doc//'-').perl); | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*82*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L82) | #note "\\n$\*THREAD.id(): {($doc//'-').perl}"; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*120*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L120) | #note "\\n$\*THREAD.id() In server, data from Monitor: ", ($monitor-data // {}).perl; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*138*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L138) | #note "MData: $monitor-data.perl()"; | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*154*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L154) | warn-message("Missing field in doc {$mdata.perl}"); | | [MARTIMM/mongo-perl6-driver
``…/Server.pm6`` :*158*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server.pm6#L158) | warn-message("Unknown error: {($mdata // '-').perl}"); | | [MARTIMM/mongo-perl6-driver
``…/Monitor.pm6`` :*156*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/lib/MongoDB/Server/Monitor.pm6#L156) | \~ ($doc//'-').perl | | [MARTIMM/mongo-perl6-driver
``…/200-Database.t`` :*49*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/200-Database.t#L49) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-Database.t`` :*95*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/200-Database.t#L95) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/300-Collection.t`` :*96*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/300-Collection.t#L96) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/300-Collection.t`` :*166*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/300-Collection.t#L166) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/400-run-command.t`` :*161*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/400-run-command.t#L161) | #note "Doc d: ", $d.perl; | | [MARTIMM/mongo-perl6-driver
``…/450-find.t`` :*236*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/450-find.t#L236) | # $collection.find( :$criteria, :$projection).perl; | | [MARTIMM/mongo-perl6-driver
``…/Test-support.pm6`` :*52*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/Test-support.pm6#L52) | say $document.perl; | | [MARTIMM/mongo-perl6-driver
``…/Test-support.pm6`` :*394*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/t/Test-support.pm6#L394) | #note "V: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/500-Users.t`` :*185*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Accounts/500-Users.t#L185) | #say "Doc: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/500-Users.t`` :*190*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Accounts/500-Users.t#L190) | #say "Doc: ", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/070-uri.t`` :*142*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Basic/070-uri.t#L142) | say "\\nReq: ", $req.perl, "\\n"; | | [MARTIMM/mongo-perl6-driver
``…/070-uri.t`` :*143*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Basic/070-uri.t#L143) | say "\\nDoc: ", $doc.perl, "\\n"; | | [MARTIMM/mongo-perl6-driver
``…/112-Client.t`` :*98*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/112-Client.t#L98) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-datetime.t`` :*51*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/200-datetime.t#L51) | diag "Update " \~ $response.perl; | | [MARTIMM/mongo-perl6-driver
``…/200-datetime.t`` :*61*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/200-datetime.t#L61) | ).perl; | | [MARTIMM/mongo-perl6-driver
``…/612-repl-start.t`` :*58*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/612-repl-start.t#L58) | #diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/612-repl-start.t`` :*97*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Behavior/612-repl-start.t#L97) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/465-HLCollection.t`` :*71*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/465-HLCollection.t#L71) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/465-HLCollection.t`` :*170*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/465-HLCollection.t#L170) | diag $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*91*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L91) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*122*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L122) | say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/467-HLCollection.t`` :*137*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/HL/467-HLCollection.t#L137) | #say $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/driver-authentication.sxml`` :*143*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Sxml/driver-authentication.sxml#L143) | say "Doc:", $doc.perl; | | [MARTIMM/mongo-perl6-driver
``…/driver-authentication.t`` :*54*:](https://github.com/MARTIMM/mongo-perl6-driver/blob/c05ae0967e396e703d78fdeeca460909adc65397/xt/Sxml/driver-authentication.t#L54) | say "Doc:", $doc.perl; | | [MARTIMM/pod-render
``…/README.md`` :*5*:](https://github.com/MARTIMM/pod-render/blob/42bf4f59aa199104b3985742ea4e6e6c3587dfa9/README.md#L5) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/pod-render
``…/Render.pm6`` :*151*:](https://github.com/MARTIMM/pod-render/blob/42bf4f59aa199104b3985742ea4e6e6c3587dfa9/lib/Pod/Render.pm6#L151) | 'href="//design.perl6.org/perl.css"' \\s\* | | [MARTIMM/pod-render
``…/pod6.css`` :*69*:](https://github.com/MARTIMM/pod-render/blob/42bf4f59aa199104b3985742ea4e6e6c3587dfa9/resources/pod6.css#L69) | background-image: url("https://docs.perl6.org/images/Camelia.svg"); | | [MARTIMM/semaphore-readerswriters
``…/README.md`` :*3*:](https://github.com/MARTIMM/semaphore-readerswriters/blob/d45d81aec26e56800cae6832b6256a811fe9e4a5/README.md#L3) | [![Build Status](https://travis-ci.org/MARTIMM/semaphore-readerswriters.svg?branch=master)](https://travis-ci.org/MARTIMM/semaphore-readerswriters) [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/tinky-hash
``…/README.md`` :*4*:](https://github.com/MARTIMM/tinky-hash/blob/e46204615418ae637e16dfd742df3fefe16c17c6/README.md#L4) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MARTIMM/unicode-precis
``…/README.md`` :*3*:](https://github.com/MARTIMM/unicode-precis/blob/d98f54275691491978a1bd4a518a96d05f979949/README.md#L3) | [![License](http://martimm.github.io/label/License-label.svg)](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [MadcapJake/Test-Lab
``…/Errors.pm6`` :*33*:](https://github.com/MadcapJake/Test-Lab/blob/426512b31da69642145517ac2475050c1fa8f7ab/lib/Test/Lab/Errors.pm6#L33) | " {$observation.exception.perl}\\n" \~ | | [MadcapJake/Test-Lab
``…/Errors.pm6`` :*36*:](https://github.com/MadcapJake/Test-Lab/blob/426512b31da69642145517ac2475050c1fa8f7ab/lib/Test/Lab/Errors.pm6#L36) | " {$observation.value.perl}" | | [MattOates/Text--Emotion
``…/basic.t`` :*9*:](https://github.com/MattOates/Text--Emotion/blob/1327f8be4b4ff027399a6006fdf56da0672d39fc/t/basic.t#L9) | say $scorer.WHAT.perl; | | [Mouq/json5
``…/Tiny.pm6`` :*46*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/lib/JSON5/Tiny.pm6#L46) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [Mouq/json5
``…/03-unicode.t`` :*16*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/t/03-unicode.t#L16) | or say "# Got: {$o.ast.perl}\\n# Expected: {$p.value.perl}"; | | [Mouq/json5
``…/04-roundtrip.t`` :*39*:](https://github.com/Mouq/json5/blob/b2968f31859596336e59a05ebe1226c1bcfaf698/t/04-roundtrip.t#L39) | or say "# Got: {$r.perl}\\n# Expected: $v.value.perl()"; | | [Mouq/toml-pm6
``…/TOML.pm6`` :*8*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L8) | sub quot-maybe(Str $\_) { m/\<-[A..Za..z0..9\_-]\>/ ?? .perl !! $\_ } | | [Mouq/toml-pm6
``…/TOML.pm6`` :*39*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L39) | die "Don't know how to represent $t.perl() as a TOML value."; | | [Mouq/toml-pm6
``…/TOML.pm6`` :*44*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L44) | multi to-toml-val(Str $s) { $s.perl } | | [Mouq/toml-pm6
``…/TOML.pm6`` :*46*:](https://github.com/Mouq/toml-pm6/blob/287feac8aaa8055853a9de74e3b5b14c3055465f/lib/TOML.pm6#L46) | multi to-toml-val(Numeric $n) { $n.perl } | | [Perl6-Noise-Gang/Audio-PortAudio
``…/enum-devices`` :*9*:](https://github.com/Perl6-Noise-Gang/Audio-PortAudio/blob/3eeabdc29be87e394fc7a35f2892c3ec13209a04/examples/enum-devices#L9) | say $dev.perl; | | [Perl6-Noise-Gang/perl6-Audio-MIDI-Note
``…/README.md`` :*43*:](https://github.com/Perl6-Noise-Gang/perl6-Audio-MIDI-Note/blob/49db041be0c50e6a1f8b1609d69bdf1399c5bc41/README.md#L43) | This module uses [Audio::PortMIDI](http://modules.perl6.org/repo/Audio::PortMIDI) | | [Perl6-Noise-Gang/perl6-Audio-MIDI-Note
``…/README.md`` :*185*:](https://github.com/Perl6-Noise-Gang/perl6-Audio-MIDI-Note/blob/49db041be0c50e6a1f8b1609d69bdf1399c5bc41/README.md#L185) | [Audio::PortMIDI](http://modules.perl6.org/dist/Audio::PortMIDI) for details. | | [Skarsnik/gptrixie
``…/gptrixie`` :*382*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/bin/gptrixie#L382) | say $t.perl; | | [Skarsnik/gptrixie
``…/DumbGenerator.pm6`` :*66*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/DumbGenerator.pm6#L66) | debug "==" x $cpt \~ $t.id \~ ' ' \~ $t.WHAT.perl \~ ' ' \~ $t; | | [Skarsnik/gptrixie
``…/DumbGenerator.pm6`` :*68*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/DumbGenerator.pm6#L68) | debug "ref-type : " \~ $t.ref-type.id \~ '/' \~ $t.ref-id \~ ' '\~ $t.ref-type.WHAT.perl \~ " - " \~ $t.ref-type; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*14*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L14) | say $gpt-conf.perl, $gpt-conf.WHAT; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*21*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L21) | say $mod-conf.perl , $mod-conf.WHAT; | | [Skarsnik/gptrixie
``…/FileGenerator.pm6`` :*52*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/FileGenerator.pm6#L52) | \~ %conf\.perl \~ '))}'; | | [Skarsnik/gptrixie
``…/HandleFileDeps.pm6`` :*9*:](https://github.com/Skarsnik/gptrixie/blob/598e3cd95015e14219d67eaf50d383c7f49e9a1f/lib/GPT/HandleFileDeps.pm6#L9) | say %alldeps.perl; | | [Skarsnik/nativecall-typediag
``…/gumbo.pl6`` :*17*:](https://github.com/Skarsnik/nativecall-typediag/blob/a0d3f9aa44567090bbde5635e4b617e7c68f0c76/examples/gumbo.pl6#L17) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [Skarsnik/nativecall-typediag
``…/TypeDiag.pm6`` :*27*:](https://github.com/Skarsnik/nativecall-typediag/blob/a0d3f9aa44567090bbde5635e4b617e7c68f0c76/lib/NativeCall/TypeDiag.pm6#L27) | if ::($export).does(Callable) and ::($export).^roles.perl \~\~ /NativeCall/ { | | [Skarsnik/p6-linux-proc-statm
``…/README.md`` :*9*:](https://github.com/Skarsnik/p6-linux-proc-statm/blob/3c693653154614ff5e4d22b8120e87b3b5d788b6/README.md#L9) | say get-statm.perl; #use $\*PID | | [Skarsnik/perl6-irc-art
``…/Art.pm6`` :*180*:](https://github.com/Skarsnik/perl6-irc-art/blob/c89376fb3dc6bd239cd1c9e48caaacd457fba9c3/lib/IRC/Art.pm6#L180) | $fh.print(@!canvas.perl); | | [Takadonet/Algorithm--Diff
``…/oo.t`` :*40*:](https://github.com/Takadonet/Algorithm--Diff/blob/3e2e24b4757506885a6ea6539d5f40c092389aa9/t/oo.t#L40) | # $d.perl.say; github/TiMBuS/Net--IRC/README.pod62 $server = "irc.perl.org"; | | [TiMBuS/Net--IRC
``…/Bot.pm`` :*17*:](https://github.com/TiMBuS/Net--IRC/blob/cfc00411fd10eb41c63c90a7e82f451b6c9127bf/lib/Net/IRC/Bot.pm#L17) | has $.server = "irc.perl.org"; | | [TiMBuS/Net--IRC
``…/Bot.pm`` :*111*:](https://github.com/TiMBuS/Net--IRC/blob/cfc00411fd10eb41c63c90a7e82f451b6c9127bf/lib/Net/IRC/Bot.pm#L111) | or $\*ERR.say("Could not parse the following IRC event: $line.perl()") and return; | | [Tux/CSV
``…/.travis.yml`` :*35*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/.travis.yml#L35) | - "irc.perl.org#csv" | | [Tux/CSV
``…/43-1.t`` :*16*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L16) | note $u.uninames.perl; | | [Tux/CSV
``…/43-1.t`` :*24*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L24) | note $s.uninames.perl; | | [Tux/CSV
``…/43-1.t`` :*30*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/43-1.t#L30) | note $csv.fields[1].text.uninames.perl; | | [Tux/CSV
``…/CONTRIBUTING.md`` :*19*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/CONTRIBUTING.md#L19) | [.perltidy](https://github.com/Tux/Release-Checklist/blob/master/.perltidyrc) and | | [Tux/CSV
``…/CONTRIBUTING.md`` :*20*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/CONTRIBUTING.md#L20) | [.perlcritic](https://github.com/Tux/Release-Checklist/blob/master/.perlcriticrc). | | [Tux/CSV
``…/META6.json`` :*17*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/META6.json#L17) | "irc" : "irc://irc.perl.org/#csv" | | [Tux/CSV
``…/015-irc.txt`` :*7*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/015-irc.txt#L7) | http://doc.perl6.org | | [Tux/CSV
``…/015-irc.txt`` :*9*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/015-irc.txt#L9) | http://modules.perl6.org | | [Tux/CSV
``…/018-debug.txt`` :*7*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/018-debug.txt#L7) | $ perl6 -e'.perl.say for 1, "test.pl".IO, 1/4, \\4' | | [Tux/CSV
``…/021-bugs.txt`` :*9*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/021-bugs.txt#L9) | @foo.perl.say; | | [Tux/CSV
``…/050-meta.txt`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/050-meta.txt#L21) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}]).perl.say' | | [Tux/CSV
``…/050-meta.txt`` :*24*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/050-meta.txt#L24) | $ p6 -MText::CSV -e'csv(in =\> [q{1,,"2","",3}], :blank-is-undef).perl.say' | | [Tux/CSV
``…/073-check.txt`` :*12*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/073-check.txt#L12) | $c.is-insane.perl.say; | | [Tux/CSV
``…/074-build.txt`` :*22*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/074-build.txt#L22) | $c.is-insane.perl.say; | | [Tux/CSV
``…/index`` :*13*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/NLPW-2015/index#L13) | - .perl and .gist | | [Tux/CSV
``…/Notes`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/Notes#L21) | $ p6 -e'"\\x[00d0]\\x[0110]\\x[0189]".perl.say' | | [Tux/CSV
``…/bugs.pl`` :*75*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L75) | # https://rt.perl.org/Ticket/Display.html?id=122892 | | [Tux/CSV
``…/bugs.pl`` :*96*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L96) | c.new.bar("baz").perl.say; | | [Tux/CSV
``…/bugs.pl`` :*97*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L97) | c.new.bux("baz").perl.say; | | [Tux/CSV
``…/bugs.pl`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L102) | # https://rt.perl.org//Public/Bug/Display.html?id=123597 | | [Tux/CSV
``…/bugs.pl`` :*193*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L193) | q{my @x = ("foo",1,Nil,2,"a","",3); @x.perl.say}); | | [Tux/CSV
``…/bugs.pl`` :*255*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L255) | q{my$fh=open "t.csv",:w;$fh.print("+");$fh.close;$fh=open "t.csv",:r;$fh.get.perl.say;}); | | [Tux/CSV
``…/bugs.pl`` :*260*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/bugs.pl#L260) | q{my$fh=open "crnl.csv",:r,:!chomp;$fh.get.perl.say;}); | | [Tux/CSV
``…/csv.pl`` :*159*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L159) | #say $csv\_parser.perl; | | [Tux/CSV
``…/csv.pl`` :*161*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L161) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv.pl`` :*164*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L164) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv.pl`` :*172*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv.pl#L172) | #say @r.perl; | | [Tux/CSV
``…/csv_gram.pl`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L102) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*107*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L107) | say $csv\_parser2.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*110*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L110) | say $csv\_parser.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*115*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L115) | say $csv\_parser2.getline().perl; | | [Tux/CSV
``…/csv_gram.pl`` :*124*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/csv_gram.pl#L124) | # say $r.perl; | | [Tux/CSV
``…/csv-check`` :*28*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/examples/csv-check#L28) | my Str $x = $s.perl; | | [Tux/CSV
``…/csv-check-tuxic`` :*27*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/examples/csv-check-tuxic#L27) | my Str $x = $s.perl; | | [Tux/CSV
``…/CSV.pm`` :*239*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L239) | say "Row: ", $.row.to\_list.perl; | | [Tux/CSV
``…/CSV.pm`` :*240*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L240) | say "Col: ", $.col.to\_list.perl; | | [Tux/CSV
``…/CSV.pm`` :*322*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L322) | $s \~ ":" \~ $!text.perl; | | [Tux/CSV
``…/CSV.pm`` :*1021*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1021) | $opt\_v \> 4 and progress ($!record\_number, $buffer.perl); | | [Tux/CSV
``…/CSV.pm`` :*1057*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1057) | $opt\_v \> 2 and progress (0, @ch.perl); | | [Tux/CSV
``…/CSV.pm`` :*1074*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1074) | $opt\_v \> 8 and progress ($i, "###", $chunk.perl\~"\\t", $f.gist); | | [Tux/CSV
``…/CSV.pm`` :*1091*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1091) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [Tux/CSV
``…/CSV.pm`` :*1119*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/lib/Text/CSV.pm#L1119) | $opt\_v \> 9 and progress ($i, " inside quoted field ", @ch[$i..\*-1].perl); | | [Tux/CSV
``…/12_acc.t`` :*248*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/12_acc.t#L248) | is ($e, 1003, $x.perl \~ " in $attr"); | | [Tux/CSV
``…/40_misc.t`` :*9*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/40_misc.t#L9) | sub is\_binary (Str $got, Str $exp, Str $tst) { is ($got.perl, $exp.perl, $tst); } | | [Tux/CSV
``…/41_null.t`` :*76*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/41_null.t#L76) | is (@got.perl, @line.perl, "read [ ... ]"); | | [Tux/CSV
``…/41_null.t`` :*114*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/41_null.t#L114) | is (@got.perl, @line.perl, "read [ ... ]"); | | [Tux/CSV
``…/45_eol.t`` :*35*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L35) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*120*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L120) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*153*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L153) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/45_eol.t`` :*163*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/45_eol.t#L163) | my $s\_rs = $rs.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*27*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L27) | my $s\_eol = join " - ", $rs.perl, $ors.perl, $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*55*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L55) | is (@p.perl, @f.perl, "result \|$s\_eol\|"); | | [Tux/CSV
``…/46_eol_si.t`` :*67*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L67) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*98*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L98) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*109*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L109) | my $s\_rs = $rs.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*122*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L122) | note " ", $efn.perl; | | [Tux/CSV
``…/46_eol_si.t`` :*123*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/46_eol_si.t#L123) | note " --\> ", @row.perl; | | [Tux/CSV
``…/50_utf8.t`` :*38*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/50_utf8.t#L38) | is ($str.perl, $exp.perl, "string $msg"); | | [Tux/CSV
``…/50_utf8.t`` :*43*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/50_utf8.t#L43) | is ((@out[$\_]//CSV::Field.new).text.perl, @in[$\_].perl, "field $\_ $msg") for ^@in.elems; | | [Tux/CSV
``…/55_combi.t`` :*21*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/55_combi.t#L21) | my $combi = join " ", "--", map { sprintf "%6s", %attr{$\_}.perl; }, | | [Tux/CSV
``…/55_combi.t`` :*84*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/55_combi.t#L84) | $csv.error\_diag.perl.say; | | [Tux/CSV
``…/65_allow.t`` :*81*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L81) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*120*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L120) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*143*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L143) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/65_allow.t`` :*170*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L170) | #("# $tst $bin " \~ $eol.perl \~ "\\t" \~ $csv.error\_diag.error).say; | | [Tux/CSV
``…/65_allow.t`` :*176*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/65_allow.t#L176) | my $s\_eol = $eol.perl; | | [Tux/CSV
``…/77_getall.t`` :*39*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L39) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*41*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L41) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [Tux/CSV
``…/77_getall.t`` :*45*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L45) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*88*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L88) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/77_getall.t`` :*90*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L90) | ok ($csv.print ($fh, $\_), "write "\~$\_.perl) for @list; | | [Tux/CSV
``…/77_getall.t`` :*94*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/77_getall.t#L94) | { ok (my $csv = Text::CSV.new (eol =\> $eol), "csv out EOL "\~$eol.perl); | | [Tux/CSV
``…/79_callbacks.t`` :*137*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/79_callbacks.t#L137) | ok (True, "Callbacks: "\~@args.perl); | | [Tux/CSV
``…/80_diag.t`` :*29*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/80_diag.t#L29) | is ($csv.parse ($buf), False, "$err - Err for parse ({$buf.perl})"); | | [Tux/CSV
``…/80_diag.t`` :*135*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/80_diag.t#L135) | is ($e.error, 2013, "Illegal RFC7111 spec ({$spec.perl})"); | | [Tux/CSV
``…/85_util.t`` :*76*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/85_util.t#L76) | is ($self, Any, "FAIL for {$data.perl}"); | | [Tux/CSV
``…/85_util.t`` :*108*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/85_util.t#L108) | ok (my $slf = $csv.header ($fh, :$munge-column-names), "header with fold {$munge-column-names.perl}"); | | [Tux/CSV
``…/90_csv.t`` :*102*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/t/90_csv.t#L102) | #@r.perl.say; | | [Tux/CSV
``…/test-t.pl`` :*22*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test-t.pl#L22) | # see https://irclog.perlgeek.de/perl6-dev/2017-10-20#i\_15329645 | | [Tux/CSV
``…/test-t.pl`` :*33*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test-t.pl#L33) | # see https://irclog.perlgeek.de/perl6-dev/2017-10-20#i\_15329645 | | [Tux/CSV
``…/test.pl`` :*26*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L26) | # text last for formatted output of .perl (for now) | | [Tux/CSV
``…/test.pl`` :*91*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L91) | $opt\_v \> 8 and say $buffer.perl; | | [Tux/CSV
``…/test.pl`` :*130*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L130) | $opt\_v \> 8 and progress($i, "###", "'$chunk'", $f.perl); | | [Tux/CSV
``…/test.pl`` :*153*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L153) | $opt\_v \> 5 and progress($i, "QUO", $f.perl); | | [Tux/CSV
``…/test.pl`` :*204*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L204) | $opt\_v \> 5 and progress($i, "ESC", $f.perl); | | [Tux/CSV
``…/test.pl`` :*224*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L224) | $opt\_v \> 1 and say $csv\_parser.perl; | | [Tux/CSV
``…/test.pl`` :*225*:](https://github.com/Tux/CSV/blob/d89a1f53376dcdd31456ca33298a28c463cc2e2a/test.pl#L225) | $opt\_v and progress(.perl) for $csv\_parser.parse($test); | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*12*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L12) | is $q.perl, mqn( 0, 0, 0, 0), 'Bare Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*18*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L18) | is $q.perl, mqn( 1, 0, 0, 0 ), 'Unit Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*24*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L24) | is $q.perl, mqn( 3, 0, 0, 0 ), 'Real Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*30*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L30) | is $q.perl, mqn( 3, 4, 5, 6 ), 'Full Quat: .perl'; | | [Util/Perl6-Math-Quaternion
``…/basic.t`` :*37*:](https://github.com/Util/Perl6-Math-Quaternion/blob/3b90e593f6a428c9b8747bfa02e24087dbf2dcf2/t/basic.t#L37) | is $q.perl, mqn( '8e0', '9e0', 0, 0 ), 'Complex Quat: .perl'; | | [ab5tract/Terminal-Print
``…/RawInput.pm6`` :*25*:](https://github.com/ab5tract/Terminal-Print/blob/2b3b9a3568cdc4a6317a4035c9b30909b05f69b8/lib/Terminal/Print/RawInput.pm6#L25) | # https://rt.perl.org/Public/Bug/Display.html?id=130716 | | [afiskon/p6-xml-parser-tiny
``…/README`` :*20*:](https://github.com/afiskon/p6-xml-parser-tiny/blob/fdb5aab5f2f012df599a82cb3f8693852e330ec5/README#L20) | say $tree.perl; | | [afiskon/p6-xml-parser-tiny
``…/Tiny.pm6`` :*42*:](https://github.com/afiskon/p6-xml-parser-tiny/blob/fdb5aab5f2f012df599a82cb3f8693852e330ec5/lib/XML/Parser/Tiny.pm6#L42) | say $tree.perl; | | [ajs/perl6-Math-Sequences
``…/Integer.pm`` :*36*:](https://github.com/ajs/perl6-Math-Sequences/blob/fe01de360f9b51040cfe82bd20ad6658f402ae98/lib/Math/Sequences/Integer.pm#L36) | self.min.perl, self.max.perl, | | [akiym/JSON-Hjson
``…/README.md`` :*21*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/README.md#L21) | say from-hjson($text).perl; | | [akiym/JSON-Hjson
``…/Hjson.pm6`` :*39*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/lib/JSON/Hjson.pm6#L39) | say from-hjson($text).perl; | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*19*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L19) | cmp-ok $got.perl, 'eq', $expected.perl, $name; | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*27*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L27) | if $retval.WHAT === Num \&\& $retval.perl \~\~ /e0$/ { | | [akiym/JSON-Hjson
``…/02-testcases.t`` :*30*:](https://github.com/akiym/JSON-Hjson/blob/317c585bfe34922dec8b00bc2b87dec07ae78409/t/02-testcases.t#L30) | if $retval.WHAT === Rat \&\& $retval.perl \~\~ /\\.0$/ { | | [albastev/Grammar-Modelica
``…/parseThemAll.p6`` :*27*:](https://github.com/albastev/Grammar-Modelica/blob/e98b467ab3f8ab3fb317072bdd13269dc9820bb4/examples/parseThemAll.p6#L27) | # https://docs.perl6.org/routine/dir | | [andydude/p6-c-parser
``…/cdump.pl6`` :*42*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L42) | if $ast.WHAT.perl eq 'Any' { | | [andydude/p6-c-parser
``…/cdump.pl6`` :*54*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L54) | my $out = C::Parser::Utils::fake\_indent($ast.ast.perl); | | [andydude/p6-c-parser
``…/cdump.pl6`` :*63*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/bin/cdump.pl6#L63) | say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*8*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L8) | if $operator.WHAT.perl ne 'Match' { | | [andydude/p6-c-parser
``…/Utils.pm6`` :*49*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L49) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*66*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L66) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Utils.pm6`` :*78*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/AST/Utils.pm6#L78) | #say $ast.perl; | | [andydude/p6-c-parser
``…/Actions.pm6`` :*706*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/lib/C/Parser/Actions.pm6#L706) | #say C::Parser::Utils::fake\_indent($ast.perl); | | [andydude/p6-c-parser
``…/primary_lex.t`` :*25*:](https://github.com/andydude/p6-c-parser/blob/8f277d3597d6fa72cc8b7276ac9f9eca8666ec9c/t/primary_lex.t#L25) | #say @tokens.perl; | | [araraloren/perl6-app-findsource
``…/README.md`` :*10*:](https://github.com/araraloren/perl6-app-findsource/blob/2a10109a83d20600ea57fe048320052d15a6a2fc/README.md#L10) | /home/\*/.perl6/bin/fs [add\|list\|remove] [-l=\] [-w=\] [-a=\] [-i] [-no=\] [-only=\] [-d\|--debug] \ | | [araraloren/perl6-app-findsource
``…/README.md`` :*62*:](https://github.com/araraloren/perl6-app-findsource/blob/2a10109a83d20600ea57fe048320052d15a6a2fc/README.md#L62) | /home/\*/.perl6/bin/fs [add\|list\|remove] [-l=\] [-w=\] [-a=\] [-i] [-no=\] [-only=\] [-d\|--debug] [-c=\] [-cpp=\] [-h=\] \ | | [araraloren/perl6-terminal-table
``…/Frame.pm6`` :*93*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/Frame.pm6#L93) | return self.defined ?? "Line.new(base =\> \\"{$!base.perl}\\", n =\> $!n)" !! "(Line)"; | | [araraloren/perl6-terminal-table
``…/Frame.pm6`` :*127*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/Frame.pm6#L127) | return self.defined ?? "Corner.new(base =\> \\"{$!base.perl}\\")" !! "(Corner)"; | | [araraloren/perl6-terminal-table
``…/String.pm6`` :*103*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/String.pm6#L103) | " width =\> {$!width}, style =\> {$!style.perl})" !! "(String)"; | | [araraloren/perl6-terminal-table
``…/VisitorHelper.pm6`` :*26*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/lib/Terminal/Table/VisitorHelper.pm6#L26) | fail "Not wrapper named: $name with signature {c.perl}!"; | | [araraloren/perl6-terminal-table
``…/self-define-style.p6`` :*9*:](https://github.com/araraloren/perl6-terminal-table/blob/3a0aa99903654d1774e8f28bf0a1b9d8af04eea2/sample/self-define-style.p6#L9) | constant MODULE-LIST = 'http://modules.perl6.org'; | | [atweiden/config-toml
``…/Dumper.pm6`` :*80*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L80) | is-bare-key(.keys[0]) ?? .keys[0] !! .keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*89*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L89) | is-bare-key(.keys[0]) ?? .keys[0] !! .keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*100*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L100) | !! %table-array-pair.keys[0].perl; | | [atweiden/config-toml
``…/Dumper.pm6`` :*135*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L135) | $key.perl, | | [atweiden/config-toml
``…/Dumper.pm6`` :*253*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/Config/TOML/Dumper.pm6#L253) | is-bare-key(.key) ?? .key !! .key.perl | | [atweiden/config-toml
``…/TOML.pm6`` :*334*:](https://github.com/atweiden/config-toml/blob/128af01ca9285a1876ed9a44c9dcd402901020cc/lib/X/Config/TOML.pm6#L334) | Got: {$.array.perl} | | [atweiden/crane
``…/README.md`` :*5*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L5) | Navigate Perl6 [containers](http://doc.perl6.org/language/containers) | | [atweiden/crane
``…/README.md`` :*32*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L32) | say Crane.list(%h10).perl; | | [atweiden/crane
``…/README.md`` :*150*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L150) | say %inxi.perl; # :info({ :memory(31868.0, 32140.1), :processes(244) }) | | [atweiden/crane
``…/README.md`` :*166*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L166) | say %i.perl; | | [atweiden/crane
``…/README.md`` :*184*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L184) | say %h.perl; | | [atweiden/crane
``…/README.md`` :*201*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L201) | say @a.perl; | | [atweiden/crane
``…/README.md`` :*213*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L213) | say @b.perl; | | [atweiden/crane
``…/README.md`` :*236*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L236) | say %archversion.perl; | | [atweiden/crane
``…/README.md`` :*251*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L251) | adverb](http://doc.perl6.org/type/Hash#%3Aexists). Pass the \`:v\` flag to | | [atweiden/crane
``…/README.md`` :*300*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L300) | say $value.perl; # { :instock(21), :name("lima beans"), :unit("lbs") } | | [atweiden/crane
``…/README.md`` :*303*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L303) | say $value-k.perl; # 1 | | [atweiden/crane
``…/README.md`` :*306*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L306) | say $value-p.perl; # 1 =\> { :instock(21), :name("lima beans"), :unit("lbs") } | | [atweiden/crane
``…/README.md`` :*345*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L345) | say %p.perl; # { :peter({ :pan("boy"), :pickle("dunno"), :piper("man") }) } | | [atweiden/crane
``…/README.md`` :*436*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L436) | say @a.perl; # [] | | [atweiden/crane
``…/README.md`` :*437*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L437) | say @b.perl; # ["foo"] | | [atweiden/crane
``…/README.md`` :*448*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L448) | adverb](http://doc.perl6.org/type/Hash#%3Adelete). Splices elements out | | [atweiden/crane
``…/README.md`` :*471*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L471) | say %h.perl; # { :example\ } | | [atweiden/crane
``…/README.md`` :*472*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L472) | say %h2.perl; # {} | | [atweiden/crane
``…/README.md`` :*494*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L494) | say $a.perl; [1, 2, 3] | | [atweiden/crane
``…/README.md`` :*538*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L538) | say %a.perl; # { :a\, :b\, :c\ } | | [atweiden/crane
``…/README.md`` :*539*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L539) | say %b.perl; # { :vm\ } | | [atweiden/crane
``…/README.md`` :*611*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L611) | say %h.perl; # { :example("hello") } | | [atweiden/crane
``…/README.md`` :*612*:](https://github.com/atweiden/crane/blob/77270457082ff654f91ab13ad52e359ea6c68752/README.md#L612) | say %h2.perl; # { :example("hello"), :sample("hello") } | | [atweiden/file-path-resolve
``…/README.md`` :*14*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L14) | File::Path::Resolve.absolute($tilde).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*18*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L18) | File::Path::Resolve.absolute($conkyrc).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*22*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L22) | File::Path::Resolve.relative($script, $conkyrc).perl.say; | | [atweiden/file-path-resolve
``…/README.md`` :*29*:](https://github.com/atweiden/file-path-resolve/blob/57c53c520108cda96b992604138af4ceb9470caf/README.md#L29) | File::Path::Resolve.absolute($dots).perl.say; | | [atweiden/txn-parser
``…/Types.pm6`` :*20*:](https://github.com/atweiden/txn-parser/blob/753a6db8caec9b68de966d2f887b11485abd3f97/lib/TXN/Parser/Types.pm6#L20) | Str $s where { TXN::Parser::Grammar.parse(.perl, :rule\) } | | [atweiden/txn-parser
``…/Types.pm6`` :*104*:](https://github.com/atweiden/txn-parser/blob/753a6db8caec9b68de966d2f887b11485abd3f97/lib/TXN/Parser/Types.pm6#L104) | Str $s where { TXN::Parser::Grammar.parse(.perl, :rule\) } | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*35*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L35) | # See https://rt.perl.org/Ticket/Display.html?id=114480 - table | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*41*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L41) | # https://rt.perl.org/Ticket/Display.html?id=126740. The caption in | | [autarch/perl6-Pod-TreeWalker
``…/TreeWalker.pm6`` :*43*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/lib/Pod/TreeWalker.pm6#L43) | # https://rt.perl.org/Ticket/Display.html?id=126742. | | [autarch/perl6-Pod-TreeWalker
``…/basic.t`` :*240*:](https://github.com/autarch/perl6-Pod-TreeWalker/blob/507f3c7ec6c6565cdc61ce1bdb05b190f0ba5f8a/t/basic.t#L240) | todo( 'https://rt.perl.org/Ticket/Display.html?id=126651', 1 ); | | [awwaiid/p6-Inline-Ruby
``…/Ruby.pm6`` :*198*:](https://github.com/awwaiid/p6-Inline-Ruby/blob/3fcd253288e9bb6caca8a5fe2e6c2e9090a6b5ab/lib/Inline/Ruby.pm6#L198) | # say "Loading a ruby lib... {$spec.perl}"; | | [awwaiid/p6-lrep
``…/trystuff.p6`` :*11*:](https://github.com/awwaiid/p6-lrep/blob/6e0eff5fd8eafd27d3bf246f96beabe5d4918653/trystuff.p6#L11) | # say "Lexical keys: {LEXICAL::.keys.perl}"; | | [azawawi/farabi6
``…/test_http_server_async.pl`` :*7*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/examples/test_http_server_async.pl#L7) | ('[INFO] ' \~ $request.perl).say; | | [azawawi/farabi6
``…/perl.js`` :*18*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/lib/Farabi6/files/assets/3rd-party/codemirror-v5.0/mode/perl/perl.js#L18) | // http://perldoc.perl.org | | [azawawi/farabi6
``…/index.html`` :*100*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/lib/Farabi6/files/index.html#L100) | \Perl 6 Documentation\ | | [azawawi/farabi6
``…/index.html`` :*101*:](https://github.com/azawawi/farabi6/blob/bb8399303659cc9d17429b22fb17c20f9ace4fd7/lib/Farabi6/files/index.html#L101) | \Perl 6 Modules\ | | [azawawi/perl6-browser-open
``…/ex01.pl6`` :*5*:](https://github.com/azawawi/perl6-browser-open/blob/7743349b3948a2fa4431854b282a31f4e9933d1a/examples/ex01.pl6#L5) | my $url = 'www.perl6.org'; | | [azawawi/perl6-clean
``…/Clean.pm6`` :*34*:](https://github.com/azawawi/perl6-clean/blob/fefb5ed2602c5ddaf6118d1a756513e68db3e2f3/lib/Clean.pm6#L34) | clean Foo.new, -\> $o { say $o.perl if $o.defined; } | | [azawawi/perl6-electron
``…/dialog.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L14) | say Electron::Dialog.show-open-dialog.perl; | | [azawawi/perl6-electron
``…/dialog.p6`` :*16*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L16) | say Electron::Dialog.show-save-dialog.perl; | | [azawawi/perl6-electron
``…/dialog.p6`` :*18*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/dialog.p6#L18) | say Electron::Dialog.show-message-box.perl; | | [azawawi/perl6-electron
``…/process.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/process.p6#L14) | say Electron::Process.versions.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*14*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L14) | say Electron::Screen.get\_cursor\_screen\_point.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*16*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L16) | say Electron::Screen.get\_primary\_display.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*18*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L18) | say Electron::Screen.get-all-displays.perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*20*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L20) | say Electron::Screen.get-display-nearest-point({x =\> 0, y =\> 0}).perl; | | [azawawi/perl6-electron
``…/screen.p6`` :*22*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/screen.p6#L22) | say Electron::Screen.get-display-matching({x =\> 0, y =\> 0, width =\> 800, height =\> 600}).perl; | | [azawawi/perl6-electron
``…/shell.p6`` :*19*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/examples/shell.p6#L19) | Electron::Shell.open-external("http://doc.perl6.org"); | | [azawawi/perl6-electron
``…/Shell.pm6`` :*9*:](https://github.com/azawawi/perl6-electron/blob/f764290c756c77799013694953c2fea0140a832c/lib/Electron/Shell.pm6#L9) | Electron::Shell.open-external("http://doc.perl6.org"); | | [azawawi/perl6-file-zip
``…/README.md`` :*15*:](https://github.com/azawawi/perl6-file-zip/blob/91446975e69e90bdf6763d4e556cf617ce33a2a3/README.md#L15) | say $\_.perl for $zip-file.files; | | [azawawi/perl6-file-zip
``…/test.p6`` :*10*:](https://github.com/azawawi/perl6-file-zip/blob/91446975e69e90bdf6763d4e556cf617ce33a2a3/examples/test.p6#L10) | say $\_.perl for $zip-file.files; | | [azawawi/perl6-gtk-scintilla
``…/README.md`` :*77*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/README.md#L77) | - [Native Calling Interface](https://docs.perl6.org/language/nativecall.html) | | [azawawi/perl6-gtk-scintilla
``…/GTK-Scintilla-Editor.md`` :*48*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/doc/GTK-Scintilla-Editor.md#L48) | \* [Padre (Perl IDE)](http://padre.perlide.org) | | [azawawi/perl6-gtk-scintilla
``…/02-events.pl6`` :*52*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/examples/02-events.pl6#L52) | printf("edge-mode = %s\\n", $editor.edge-mode.perl); | | [azawawi/perl6-gtk-scintilla
``…/Editor.pm6`` :*56*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/lib/GTK/Scintilla/Editor.pm6#L56) | =item L\.perlide.org\> | | [azawawi/perl6-gtk-scintilla
``…/ScintillaHistory.html`` :*4441*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/doc/ScintillaHistory.html#L4441) | Perl folding folds "here doc"s and adds options fold.perl.at.else and fold.perl.comment.explicit. Fold structure for Perl fixed. | | [azawawi/perl6-gtk-scintilla
``…/ScintillaRelated.html`` :*170*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/doc/ScintillaRelated.html#L170) | \Padre\ | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*352*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L352) | bool foldPOD; // fold.perl.pod | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*354*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L354) | bool foldPackage; // fold.perl.package | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*385*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L385) | DefineProperty("fold.perl.pod", \&OptionsPerl::foldPOD, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*388*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L388) | DefineProperty("fold.perl.package", \&OptionsPerl::foldPackage, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*391*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L391) | DefineProperty("fold.perl.comment.explicit", \&OptionsPerl::foldCommentExplicit, | | [azawawi/perl6-gtk-scintilla
``…/LexPerl.cxx`` :*394*:](https://github.com/azawawi/perl6-gtk-scintilla/blob/7664d7498ed835202f6d4c624f7a94970698ac85/src/scintilla/lexers/LexPerl.cxx#L394) | DefineProperty("fold.perl.at.else", \&OptionsPerl::foldAtElse, | | [azawawi/perl6-gtk-simpler
``…/15-link-button.pl6`` :*12*:](https://github.com/azawawi/perl6-gtk-simpler/blob/668a5602327ce4f97048045885adb2cf9507d721/examples/15-link-button.pl6#L12) | :uri("http://doc.perl6.org")); | | [azawawi/perl6-memoize
``…/README.md`` :*40*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/README.md#L40) | http://irclog.perlgeek.de/perl6/2016-02-28#i\_12114511). | | [azawawi/perl6-memoize
``…/README.md`` :*64*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/README.md#L64) | - [Design specification for \`is cached\` subroutine trait](http://design.perl6.org/S06.html#is\_cached) | | [azawawi/perl6-memoize
``…/README.md`` :*65*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/README.md#L65) | - [Perl 6 documentation for \`is cached\` subroutine trait](http://doc.perl6.org/routine/is%20cached) | | [azawawi/perl6-memoize
``…/Memoize.pm6`` :*122*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/lib/Memoize.pm6#L122) | When this is enabled, L\.perl6.org/routine/is%20pure\> is | | [azawawi/perl6-memoize
``…/Memoize.pm6`` :*136*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/lib/Memoize.pm6#L136) | =item L\.perl6.org/S06.html#is\_cached\> | | [azawawi/perl6-memoize
``…/Memoize.pm6`` :*137*:](https://github.com/azawawi/perl6-memoize/blob/df3bd1686a012d2727f38745e1fc9685681c6878/lib/Memoize.pm6#L137) | =item L\.perl6.org/routine/is%20cached\> | | [azawawi/perl6-net-curl
``…/03-easy_encoding.t`` :*17*:](https://github.com/azawawi/perl6-net-curl/blob/6058c370112a2477b71608ee273231cde1d8f4ae/t/03-easy_encoding.t#L17) | ok $response \~\~ / 'é' /, "got response" or die :$response.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*22*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L22) | say "Version: " \~ $odoo.version.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*32*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L32) | say $user-model.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*40*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L40) | say "user-ids: " \~ $user-ids.perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*47*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L47) | say "user: " \~ $user[0].perl; | | [azawawi/perl6-odoo-client
``…/01-login.pl6`` :*65*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/01-login.pl6#L65) | say $product.perl; | | [azawawi/perl6-odoo-client
``…/02-module.pl6`` :*32*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/examples/02-module.pl6#L32) | say $result.perl; | | [azawawi/perl6-odoo-client
``…/Model.pm6`` :*19*:](https://github.com/azawawi/perl6-odoo-client/blob/d7469cbf244a25441e8571fc57117b413d022721/lib/Odoo/Client/Model.pm6#L19) | say "user-ids: " \~ $user-ids.perl; | | [azawawi/perl6-parse-selenese
``…/README.md`` :*58*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/README.md#L58) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-parse-selenese
``…/ex01.p6`` :*13*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/examples/ex01.p6#L13) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-parse-selenese
``…/ex02.p6`` :*13*:](https://github.com/azawawi/perl6-parse-selenese/blob/31a8c8f1f2a840408bc12322fc4c0272bf444cb1/examples/ex02.p6#L13) | say "Matches with the following results: " \~ $result.ast.perl; | | [azawawi/perl6-selenium-webdriver
``…/PhantomJS.pm6`` :*26*:](https://github.com/azawawi/perl6-selenium-webdriver/blob/5e3ff320d2f392e44df1433f0544201c154f2590/lib/Selenium/WebDriver/PhantomJS.pm6#L26) | say("phantomjs returned Proc::Async promise: " \~ $p.perl) if $.debug; | | [azawawi/perl6-selenium-webdriver
``…/Wire.pm6`` :*737*:](https://github.com/azawawi/perl6-selenium-webdriver/blob/5e3ff320d2f392e44df1433f0544201c154f2590/lib/Selenium/WebDriver/Wire.pm6#L737) | say "$method $command with params " \~ $params.perl if self.debug; | | [azawawi/perl6-terminal-caca
``…/02-kitchen-sink.pl6`` :*56*:](https://github.com/azawawi/perl6-terminal-caca/blob/fa7fb4eb448a835ab594d154fe465927c03b4136/examples/02-kitchen-sink.pl6#L56) | .text(r, r, "Mouse position: " \~ .mouse-position.perl); | | [azawawi/perl6-terminal-caca
``…/02-kitchen-sink.pl6`` :*57*:](https://github.com/azawawi/perl6-terminal-caca/blob/fa7fb4eb448a835ab594d154fe465927c03b4136/examples/02-kitchen-sink.pl6#L57) | .text(r, r, "Window Size: " \~ .size.perl); | | [bbkr/GeoIP2
``…/README.md`` :*308*:](https://github.com/bbkr/GeoIP2/blob/7f92f2a226187961a21315ae2e6e09a651c2caee/README.md#L308) | so if you want to fork this module do it [under your own authority](https://docs.perl6.org/language/typesystem#Versioning\_and\_Authorship) | | [bbkr/jsonrpc
``…/README.md`` :*325*:](https://github.com/bbkr/jsonrpc/blob/3b4797efc92d501fa5d5a3198457b7c16e091f7d/README.md#L325) | Every object instance has some methods inherited from [Mu](http://doc.perl6.org/type/Mu) and [Any](http://doc.perl6.org/type/Any) classes. | | [bbkr/jsonrpc
``…/RPC.pm6`` :*25*:](https://github.com/bbkr/jsonrpc/blob/3b4797efc92d501fa5d5a3198457b7c16e091f7d/lib/X/JSON/RPC.pm6#L25) | $error \~= ': ' \~ .perl with $.data; | | [bduggan/p6-jupyter-kernel
``…/README.md`` :*115*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/README.md#L115) | \* the word 'atomic' autocompletes to the [atomic operators](https://docs.perl6.org/type/atomicint#Operators). (Use \`atomic-\` or \`atom\` to get the subroutines with their ASCII names). | | [bduggan/p6-jupyter-kernel
``…/README.md`` :*186*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/README.md#L186) | \* Definitions of operators are not preserved (see [bug 131530](https://rt.perl.org/Public/Bug/Display.html?id=131530)). | | [bduggan/p6-jupyter-kernel
``…/hello-world.ipynb`` :*15*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/eg/hello-world.ipynb#L15) | "For documentation about Perl 6, go to http://docs.perl6.org.\\n", | | [bduggan/p6-jupyter-kernel
``…/math.ipynb`` :*51*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/eg/math.ipynb#L51) | "see this [discussion](http://www.perlmonks.org/?node\_id=1189383) and [wikipedia](https://en.wikipedia.org/wiki/Cubic\_function#Algebraic\_solution)\\n", | | [bduggan/p6-jupyter-kernel
``…/Kernel.pm6`` :*61*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/lib/Jupyter/Kernel.pm6#L61) | debug "ctl got a message: { $msg\\ // $msg.perl }"; | | [bduggan/p6-jupyter-kernel
``…/02-sandbox.t`` :*57*:](https://github.com/bduggan/p6-jupyter-kernel/blob/52888c96ca83bed3ca3d9e7cd6103559214f8d66/t/02-sandbox.t#L57) | is $res.output.perl, '"(Int)"', 'Any works'; | | [bioduds/EC-Grammars-DIG
``…/README.md`` :*70*:](https://github.com/bioduds/EC-Grammars-DIG/blob/f6b23da23deb643b91ac66a220a057e64c55c3b9/README.md#L70) | - Module Building - https://docs.perl6.org/language/modules | | [briandfoy/perl6-PrettyDump
``…/.travis.yml`` :*13*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/.travis.yml#L13) | - export PATH=$PATH:\~/.perl6/bin:/opt/rakudo-pkg/bin | | [briandfoy/perl6-PrettyDump
``…/LICENSE`` :*6*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/LICENSE#L6) | http://www.perlfoundation.org/artistic\_license\_2\_0 | | [briandfoy/perl6-PrettyDump
``…/README.md`` :*6*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/README.md#L6) | something nicer than \`.perl\` or \`.gist\`. | | [briandfoy/perl6-PrettyDump
``…/PrettyDump.pm6`` :*330*:](https://github.com/briandfoy/perl6-PrettyDump/blob/df550d0038d656470c007dd4bdc3873d12823b9b/lib/PrettyDump.pm6#L330) | method Str ( Str:D $ds, Int:D :$depth = 0, \*%\_ () --\> Str ) { $ds.perl } | | [briandfoy/perl6-chemistry-elements
``…/LICENSE`` :*3*:](https://github.com/briandfoy/perl6-chemistry-elements/blob/cad6532b5cd55c5529e430fb1caea32c4487f575/LICENSE#L3) | http://www.perlfoundation.org/artistic\_license\_2\_0 | | [briandfoy/perl6-chemistry-elements
``…/Elements.pm6`` :*184*:](https://github.com/briandfoy/perl6-chemistry-elements/blob/cad6532b5cd55c5529e430fb1caea32c4487f575/lib/Chemistry/Elements.pm6#L184) | # https://rt.perl.org/Ticket/Display.html?id=126763 | | [cbk/API-USNavalObservatory
``…/10-travis.t`` :*9*:](https://github.com/cbk/API-USNavalObservatory/blob/ccd2b2b0f940fcca4e473690f2edf9435ed3dfa7/t/10-travis.t#L9) | say $webAgent.perl; | | [cjfields/bioperl6
``…/README.FIRST`` :*12*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/README.FIRST#L12) | http://design.perl6.org/ | | [cjfields/bioperl6
``…/README.md`` :*68*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/README.md#L68) | in the Perl 6 [synopses](http://design.perl6.org/). | | [cjfields/bioperl6
``…/FTLocationParser.pm6`` :*10*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/lib/Bio/Tools/FTLocationParser.pm6#L10) | method location($/) { say $/.perl \~ "\\n"; } | | [cjfields/bioperl6
``…/FeatureCollection.pm6`` :*13*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/nyi/Bio/Role/FeatureCollection.pm6#L13) | # http://design.perl6.org/S07.html | | [cjfields/bioperl6
``…/PrimarySeq.t`` :*29*:](https://github.com/cjfields/bioperl6/blob/dcf2c56f7871820b767ec274c5c7f8a7347d1d01/t/PrimarySeq.t#L29) | is($seq.alphabet.perl, 'SequenceType::dna', 'Alphabet is enum'); | | [colomon/ABC
``…/abc2ly`` :*186*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/bin/abc2ly#L186) | die "Unrecognized alleged stem: " \~ $stem.perl; | | [colomon/ABC
``…/abc2ly`` :*293*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/bin/abc2ly#L293) | $\*ERR.say: "Unrecognized gracing: " \~ $element.value.perl; | | [colomon/ABC
``…/dg-check.pl`` :*37*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/dg-check.pl#L37) | say @trouble.perl; | | [colomon/ABC
``…/Actions.pm`` :*139*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L139) | # say $/\[0].perl; | | [colomon/ABC
``…/Actions.pm`` :*158*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L158) | # say :$ast.perl; | | [colomon/ABC
``…/Actions.pm`` :*159*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Actions.pm#L159) | # say $/{$type}.ast.perl; | | [colomon/ABC
``…/Chord.pm`` :*24*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Chord.pm#L24) | "ABC::Chord.new({ $.main-note.perl }, { $.main-accidental.perl }, { $.main-type.perl }, { $.bass-note.perl }, { $.bass-accidental.perl })"; | | [colomon/ABC
``…/Duration.pm`` :*11*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Duration.pm#L11) | # $\*ERR.say: :$top.perl; | | [colomon/ABC
``…/Duration.pm`` :*12*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Duration.pm#L12) | # $\*ERR.say: :$bottom.perl; | | [colomon/ABC
``…/Grammar.pm`` :*54*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Grammar.pm#L54) | # token tuplet { '(' (\+) {} (\\* \)\*? \.perl; say $0.perl; $1.elems == $0 }\> \? } | | [colomon/ABC
``…/KeyInfo.pm`` :*18*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L18) | # say :$match.perl; | | [colomon/ABC
``…/KeyInfo.pm`` :*42*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L42) | # say $match\.perl; | | [colomon/ABC
``…/KeyInfo.pm`` :*44*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/KeyInfo.pm#L44) | # say :$lookup.perl; | | [colomon/ABC
``…/Note.pm`` :*25*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Note.pm#L25) | "ABC::Note.new({ $.accidental.perl }, { $.basenote.perl }, { $.octave.perl }, { $.ticks.perl }, { $.is-tie.perl })"; | | [colomon/ABC
``…/Utils.pm`` :*30*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/lib/ABC/Utils.pm#L30) | !! "[" \~ $element-pair.value.perl; | | [colomon/ABC
``…/01-regexes.t`` :*313*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L313) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*324*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L324) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*336*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L336) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*347*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L347) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*391*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L391) | # say $match\.perl; | | [colomon/ABC
``…/01-regexes.t`` :*403*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/01-regexes.t#L403) | # say $match\.perl; | | [colomon/ABC
``…/05-actions.t`` :*259*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L259) | # say $match.ast.perl; | | [colomon/ABC
``…/05-actions.t`` :*263*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L263) | # say $match.ast[28].perl; | | [colomon/ABC
``…/05-actions.t`` :*278*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L278) | # say $match.ast.perl; | | [colomon/ABC
``…/05-actions.t`` :*282*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L282) | # say $match.ast[28].perl; | | [colomon/ABC
``…/05-actions.t`` :*311*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/05-actions.t#L311) | # say $match.ast.perl; | | [colomon/ABC
``…/06-duration.t`` :*5*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L5) | is duration-from-parse("2", "3").ticks.perl, (2/3).perl, "2/3 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*7*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L7) | is duration-from-parse(Any, Any).ticks.perl, (1/2).perl, "/ works properly"; | | [colomon/ABC
``…/06-duration.t`` :*10*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L10) | is duration-from-parse("1", Any).ticks.perl, (1/2).perl, "1/ works properly"; | | [colomon/ABC
``…/06-duration.t`` :*11*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L11) | is duration-from-parse(Any, "2").ticks.perl, (1/2).perl, "/2 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*13*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L13) | is duration-from-parse("1").ticks.perl, (1).perl, "1 works properly"; | | [colomon/ABC
``…/06-duration.t`` :*14*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/06-duration.t#L14) | is duration-from-parse(Any).ticks.perl, (1).perl, "'' works properly"; | | [colomon/ABC
``…/07-stringify.t`` :*38*:](https://github.com/colomon/ABC/blob/7f53a6efaf4eb93da2fdcf49b7fe9810a99173f8/t/07-stringify.t#L38) | # say $object.perl; | | [colomon/Benchmark-Plot
``…/graph-bench.pl`` :*24*:](https://github.com/colomon/Benchmark-Plot/blob/3ed6f20fd5c8b8c66215d46ecf0a67d0a84df8ed/bin/graph-bench.pl#L24) | # say :@data.perl; | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*49*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L49) | is \~sorted-merge(@a, @b, -\> $a, $b { $b.abs \<=\> $a.abs })[^7].perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*50*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L50) | (1, 1, -1/2, 1/3, 1/4, -1/8, 1/9).perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*52*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L52) | is \~sorted-merge(@b, @a, -\> $a, $b { $b.abs \<=\> $a.abs })[^7].perl, | | [colomon/List-Utils
``…/06-sorted-merge.t`` :*53*:](https://github.com/colomon/List-Utils/blob/b8eb232844b3b308f2b53af2b4a971e3076bcdf3/t/06-sorted-merge.t#L53) | (1, 1, -1/2, 1/3, 1/4, -1/8, 1/9).perl, | | [colomon/Math-Polynomial
``…/Polynomial.pm`` :*25*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/lib/Math/Polynomial.pm#L25) | "Math::Polynomial.new(" \~ @.coefficients».perl.join(', ') \~ ")"; | | [colomon/Math-Polynomial
``…/01-basics.t`` :*21*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/t/01-basics.t#L21) | is(\~EVAL($p.perl), \~$p, ".perl works, tested with Str"); | | [colomon/Math-Polynomial
``…/01-basics.t`` :*22*:](https://github.com/colomon/Math-Polynomial/blob/be0c31dac06b5a5ff10c9018f66c835f60c19f29/t/01-basics.t#L22) | isa-ok(EVAL($p.perl), Math::Polynomial, ".perl works, tested with isa"); | | [colomon/Math-Vector
``…/Vector.pm`` :*27*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/lib/Math/Vector.pm#L27) | "Math::Vector.new(" \~ @.coordinates.map({.perl}).join(', ') \~ ")"; | | [colomon/Math-Vector
``…/01-basics.t`` :*38*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L38) | is(\~EVAL($v1.perl), \~$v1, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*39*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L39) | is(\~EVAL($v9.perl), \~$v9, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*40*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L40) | is(\~EVAL($vcrazy.perl), \~$vcrazy, ".perl works"); | | [colomon/Math-Vector
``…/01-basics.t`` :*212*:](https://github.com/colomon/Math-Vector/blob/0124769d780fcdca78b6241c4a8e50858cad7bc7/t/01-basics.t#L212) | # my $vlc = EVAL($vl.perl); | | [colomon/TagTools
``…/filename-number-to-track-number`` :*8*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/filename-number-to-track-number#L8) | say :$filename.perl; | | [colomon/TagTools
``…/new-track-numbers`` :*9*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/new-track-numbers#L9) | say :$filename.perl; | | [colomon/TagTools
``…/tags-to-filename`` :*39*:](https://github.com/colomon/TagTools/blob/4cd927a25e6d19beedffa68534e415628ab2f888/bin/tags-to-filename#L39) | my $original-filename = $filename.perl; | | [colomon/io-prompter
``…/demo_IO_Prompter_args.p6`` :*8*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/demo_IO_Prompter_args.p6#L8) | say @\*ARGS.perl; | | [colomon/io-prompter
``…/demo_IO_Prompter_promptloop_gatherer.p6`` :*12*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/demo_IO_Prompter_promptloop_gatherer.p6#L12) | .perl.say for @input; | | [colomon/io-prompter
``…/Prompter.pm`` :*86*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/lib/IO/Prompter.pm#L86) | my $prompter = build\_prompter\_for($param.type.perl, :$in, :$out, :$constraints, :autopunctuate); | | [colomon/io-prompter
``…/Prompter.pm`` :*148*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/lib/IO/Prompter.pm#L148) | die %unexpected\_options.map({"Unknown option in call to prompt(): $\_.perl()"}).join("\\n"); | | [colomon/io-prompter
``…/Prompter.pm`` :*33*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L33) | # say "Processing " \~ :$constraint.perl; | | [colomon/io-prompter
``…/Prompter.pm`` :*56*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L56) | # "be %build\_opt\.perl()" | | [colomon/io-prompter
``…/Prompter.pm`` :*65*:](https://github.com/colomon/io-prompter/blob/f6d08af1a6351ef47656f45035c51c25abbe6f2f/old-lib/IO/Prompter.pm#L65) | warn "prompt(): Cannot use default value {%build\_opt\.perl} ", | | [colomon/perl6-Testing
``…/Testing.pm`` :*37*:](https://github.com/colomon/perl6-Testing/blob/6989e2759a5df6d2b86b0347b214aa8778fdd255/lib/Testing.pm#L37) | \~ "# have: $have.perl()\\n"; | | [colomon/perl6-Testing
``…/Testing.pm`` :*38*:](https://github.com/colomon/perl6-Testing/blob/6989e2759a5df6d2b86b0347b214aa8778fdd255/lib/Testing.pm#L38) | $diagnostics \~= "# want: $want.perl()\\n" if $want.defined; | | [cosimo/perl6-cache-memcached
``…/Memcached.pm`` :*266*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/lib/Cache/Memcached.pm#L266) | $.log-debug("Got from socket (recv=" \~ $ret.perl \~ ")"); | | [cosimo/perl6-cache-memcached
``…/Memcached.pm`` :*430*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/lib/Cache/Memcached.pm#L430) | $.log-debug("memcache: got " \~ @res.perl); | | [cosimo/perl6-cache-memcached
``…/00900-associative.t`` :*37*:](https://github.com/cosimo/perl6-cache-memcached/blob/a18e25c472f8c255dfefdbe4258343bdfbbd7e03/t/00900-associative.t#L37) | is $memd{$key}, $value, "got expected pair { $pair.perl }"; | | [cosimo/perl6-digest-md5
``…/README.md`` :*48*:](https://github.com/cosimo/perl6-digest-md5/blob/2194250ff2d50a37f92d4f82fac216729f4eba87/README.md#L48) | [Buf](http://docs.perl6.org/type/Buf) instead of a string. | | [cosimo/perl6-digest-md5
``…/README.md`` :*60*:](https://github.com/cosimo/perl6-digest-md5/blob/2194250ff2d50a37f92d4f82fac216729f4eba87/README.md#L60) | Takes a buffer or array as an argument. Returns a [Buf](http://docs.perl6.org/type/Buf). | | [cosimo/perl6-facter
``…/Facter.pm`` :*131*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter.pm#L131) | self.debug("Facter: adding fact $name as " \~ $block.perl); | | [cosimo/perl6-facter
``…/Collection.pm`` :*37*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Collection.pm#L37) | self.debug("- new Fact '$name' created: " \~ $fact.perl); | | [cosimo/perl6-facter
``…/Collection.pm`` :*53*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Collection.pm#L53) | self.debug("Fact " \~ $fact \~ " adding block " \~ $block.perl); | | [cosimo/perl6-facter
``…/Confine.pm`` :*21*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Confine.pm#L21) | self.debug("Building confine for " \~ $fact \~ " = " \~ @values.perl); | | [cosimo/perl6-facter
``…/Confine.pm`` :*38*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Confine.pm#L38) | self.debug("Confine processing: checking truth for fact " \~ $.fact \~ " = " \~ @.values.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*43*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L43) | self.debug("\\$resolve = " \~ $resolve.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*50*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L50) | self.debug("\\$resolve = " \~ $resolve.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*147*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L147) | #self.debug("- Block is " \~ $block.perl); | | [cosimo/perl6-facter
``…/Fact.pm`` :*149*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L149) | #self.debug("- 1 Got next value: " \~ $next-value \~ " (" \~ $next-value.perl \~ ")"); | | [cosimo/perl6-facter
``…/Fact.pm`` :*151*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Fact.pm#L151) | #self.debug("- 2 Got next value: " \~ $next-value \~ " (" \~ $next-value.perl \~ ")"); | | [cosimo/perl6-facter
``…/Loader.pm`` :*54*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Util/Loader.pm#L54) | self.debug("Loading facts from search\_path: " \~ self.search\_path.perl); | | [cosimo/perl6-facter
``…/basic.t`` :*28*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/t/basic.t#L28) | diag("Collection object:" \~ $coll.perl); | | [cosimo/perl6-facter
``…/basic.t`` :*29*:](https://github.com/cosimo/perl6-facter/blob/ea0698917734586911a4adf837508baa49de5cf1/t/basic.t#L29) | diag("Search dirs:" \~ @search\_dirs.perl); | | [cygx/p6-debug
``…/logger.pm6`` :*21*:](https://github.com/cygx/p6-debug/blob/6ab20f4fe822f9a02325aa0a085fd83c7454f32d/logger.pm6#L21) | "{ DateTime.new($!instant) } $!file:$!line { $!msg.Str.perl }"; | | [cygx/p6-tinycc-resources-win64
``…/gen.p6`` :*3*:](https://github.com/cygx/p6-tinycc-resources-win64/blob/1ab4b2af762642011f340d2aca91062b2ad8e370/gen.p6#L3) | when .f { take .substr(10).perl } | | [dagurval/p6-Time-Duration
``…/README.md`` :*211*:](https://github.com/dagurval/p6-Time-Duration/blob/32d8092c0a36da3f3a6825f5b39e5e2c40d5d3f2/README.md#L211) | See http://modules.perl6.org/ for more information. | | [dagurval/p6-Time-Duration
``…/Duration.pm6`` :*127*:](https://github.com/dagurval/p6-Time-Duration/blob/32d8092c0a36da3f3a6825f5b39e5e2c40d5d3f2/lib/Time/Duration.pm6#L127) | $DEBUG and say "approximate wheel: ", @wheel.perl; | | [darrenf/p6-test-declare
``…/README.md`` :*93*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/README.md#L93) | If required, a [Capture](https://docs.perl6.org/type/Capture.html) of the arguments to the class's \`new\` method. | | [darrenf/p6-test-declare
``…/README.md`` :*97*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/README.md#L97) | If required, a [Capture](https://docs.perl6.org/type/Capture.html) of the arguments to the instance's method. | | [darrenf/p6-test-declare
``…/Declare.pm6`` :*100*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/lib/Test/Declare.pm6#L100) | If required, a L\.perl6.org/type/Capture.html\> of the arguments to the class's C\ method. | | [darrenf/p6-test-declare
``…/Declare.pm6`` :*104*:](https://github.com/darrenf/p6-test-declare/blob/18b6bd209c218c10f251c68fdf90fc0b876ec120/lib/Test/Declare.pm6#L104) | If required, a L\.perl6.org/type/Capture.html\> of the arguments to the instance's method. | | [dnmfarrell/Pod-Perl5
``…/README.pod`` :*56*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/README.pod#L56) | =item \* perlpod L\.perl.org/perlpod.html\> | | [dnmfarrell/Pod-Perl5
``…/ToHTML.pm6`` :*262*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToHTML.pm6#L262) | if $url \~\~ /^https?\\:\\/\\/perldoc\\.perl\\.org/ | | [dnmfarrell/Pod-Perl5
``…/ToHTML.pm6`` :*280*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToHTML.pm6#L280) | !! "http://perldoc.perl.org/{$path}.html{ $section ?? qq/#$section/ !! ''}"; | | [dnmfarrell/Pod-Perl5
``…/ToMarkdown.pm6`` :*231*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToMarkdown.pm6#L231) | if $url \~\~ /^https?\\:\\/\\/perldoc\\.perl\\.org/ | | [dnmfarrell/Pod-Perl5
``…/ToMarkdown.pm6`` :*249*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/lib/Pod/Perl5/ToMarkdown.pm6#L249) | !! "http://perldoc.perl.org/{$path}.html{ $section ?? qq/#$section/ !! ''}"; | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*42*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L42) | \\perlpod documentation\ is the reference spec for this grammar\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*44*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L44) | \\perlvar#DESCRIPTION\ should convert into a perldoc link to perlvar with a section\\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.html`` :*52*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.html#L52) | \\perlpod\ \should\ convert into a link to perlpod\ | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*36*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L36) | \* [perlpod documentation](http://perldoc.perl.org/perlpod.html) is the reference spec for this grammar | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*38*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L38) | [perlvar#DESCRIPTION](http://perldoc.perl.org/perlvar.html#DESCRIPTION) should convert into a perldoc link to perlvar with a section | | [dnmfarrell/Pod-Perl5
``…/readme_example.mkdn`` :*44*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.mkdn#L44) | \* [perlpod](http://perldoc.perl.org/perlpod.html) \*should\* convert into a link to perlpod | | [dnmfarrell/Pod-Perl5
``…/readme_example.pod`` :*41*:](https://github.com/dnmfarrell/Pod-Perl5/blob/0f404ce4f7fe7b7ecafb63e6de132c6ffc02b717/t/test-corpus/readme_example.pod#L41) | =item \* L\.perl.org/perlpod.html\> is the reference spec for this grammar | | [dnmfarrell/Pod-PerlTricks
``…/README.pod`` :*23*:](https://github.com/dnmfarrell/Pod-PerlTricks/blob/993c72264a32df55f982683a758d80485a2b2134/README.pod#L23) | C\ extends ordinary L\.perl.org/perlpod.html\> with new syntax for blogging / publishing. C\ | | [drforr/perl6-Perl6-Parser
``…/README.md`` :*53*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/README.md#L53) | While classes like [EClass](EClass) won't go away, their parent classes like [DecInteger](DecInteger) will remove them from the tree once their valid… | | [drforr/perl6-Perl6-Parser
``…/README.md`` :*178*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/README.md#L178) | Call .perl6 on each element of the tree. You can subclass or override this method in any class as you see fit to properly pretty-print the … | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*53*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L53) | While classes like L\ won't go away, their parent classes like L\ will remove them from the tree once their validation job has been… | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*182*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L182) | Call .perl6 on each element of the tree. You can subclass or override this method in any class as you see fit to properly pretty-print the … | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*208*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L208) | if $node.WHAT.perl eq 'Perl6::Element' { | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*319*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L319) | my $line = $term.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*332*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L332) | $line \~= " ({$term.content.perl})" | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*354*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L354) | my $name = $next.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/Parser.pm6`` :*394*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser.pm6#L394) | $\*ERR.say( @problems \~ ": " \~ $node.perl ); | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*58*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser/Factory.pm6#L58) | The L\ classes all have a required C\<.sigil\> method which returns the sigil associated with that variable (and an C\<.twigil\> method should that be needed.) These are methods rather than attributes to keep the clutter down when using C\<.dump\> or C\<.perl\> debugging methods. | | [drforr/perl6-Perl6-Parser
``…/Factory.pm6`` :*1822*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/lib/Perl6/Parser/Factory.pm6#L1822) | my $str = $node.WHAT.perl; | | [drforr/perl6-Perl6-Parser
``…/05-editing.t`` :*18*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/05-editing.t#L18) | diag "expected type '$type', got type '{$element.WHAT.perl}'"; | | [drforr/perl6-Perl6-Parser
``…/05-editing.t`` :*22*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/05-editing.t#L22) | diag "expected parent '$type', got type '{$element.WHAT.perl}'"; | | [drforr/perl6-Perl6-Parser
``…/README.pod`` :*11*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/README.pod#L11) | AST, and 'say $tree.perl' to view the generated Perl 6 structure. | | [drforr/perl6-Perl6-Parser
``…/rosetta-b.t`` :*582*:](https://github.com/drforr/perl6-Perl6-Parser/blob/7cb505b318fd587ffbc90d66e73600b158a87b05/t/corpus/rosetta-b.t#L582) | say $b.perl; | | [edumentab/p6-app-moarvm-debug
``…/Breakpoints.pm6`` :*9*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Breakpoints.pm6#L9) | #.perl.say; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*113*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L113) | say @chunks.perl; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*118*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L118) | .perl.say; | | [edumentab/p6-app-moarvm-debug
``…/Formatter.pm6`` :*119*:](https://github.com/edumentab/p6-app-moarvm-debug/blob/390afabe37ec9d2681aaf5d265cd121b5c1a3f73/lib/App/MoarVM/Debug/Formatter.pm6#L119) | .perl.say for @chunks; | | [edumentab/p6-moarvm-remote
``…/Remote.pm6`` :*243*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/lib/MoarVM/Remote.pm6#L243) | note "got reply from moarvm: $message.perl()" if $!debug; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*232*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L232) | cmp-ok $received{.key}, "\~\~", .value, "check event's $\_.key() against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*251*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L251) | cmp-ok (try await $prom), "\~\~", .value, "check remote's answer against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*264*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L264) | cmp-ok (await $prom), "\~\~", .value, "check remote's answer against $\_.value.perl()"; | | [edumentab/p6-moarvm-remote
``…/MoarRemoteTest.pm6`` :*271*:](https://github.com/edumentab/p6-moarvm-remote/blob/4d2716d223784c54218d28788ca1055901849ee8/t/lib/MoarRemoteTest.pm6#L271) | die "unknown command in test plan: $\_.perl()"; | | [erickjordan/perl6-Parse-STDF
``…/.notes.txt`` :*4*:](https://github.com/erickjordan/perl6-Parse-STDF/blob/0528a9bfb7bc93d14d82b72a2077cca2b0108619/.notes.txt#L4) | on MoarVM version 2017.10. There is a bug (see \.perl.org/Public/Bug/Display.html?id=127210\>) | | [erickjordan/perl6-Parse-STDF
``…/README.md`` :*101*:](https://github.com/erickjordan/perl6-Parse-STDF/blob/0528a9bfb7bc93d14d82b72a2077cca2b0108619/README.md#L101) | using the \*\*repr\*\* trait. See detail documenation here \.perl6.org/language/nativecall\>. In addition | | [fayland/perl6-Lingua-Unihan
``…/update_lingua_unihan.pl6`` :*38*:](https://github.com/fayland/perl6-Lingua-Unihan/blob/2b98c30c9a0bb25824922f2c7c20935a4afaf5ac/bin/update_lingua_unihan.pl6#L38) | say ($code\_point, $field\_type, $value).perl; | | [fayland/perl6-WebService-GitHub
``…/search.response`` :*539*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/t/test_data/search.response#L539) | "homepage": "http://dev.perl.org/perl5/", github/fayland/perl6-WebService-GitHub/t/test\_data/search.response979 "homepage": "h… | | [fayland/perl6-WebService-GitHub
``…/80-gist.t`` :*42*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/80-gist.t#L42) | # diag $res.perl; | | [fayland/perl6-WebService-GitHub
``…/99-customuseragent.t`` :*12*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/99-customuseragent.t#L12) | diag $res.raw.request.perl; | | [fayland/perl6-WebService-GitHub
``…/99-debug.t`` :*14*:](https://github.com/fayland/perl6-WebService-GitHub/blob/72ef9499faea03dc3570927be39607c643d5b119/xt/99-debug.t#L14) | diag $data.perl; | | [fayland/perl6-WebService-Google-PageRank
``…/PageRank.pm`` :*81*:](https://github.com/fayland/perl6-WebService-Google-PageRank/blob/89857d25db82871f927fb8f6876d2ab8c181357c/lib/WebService/Google/PageRank.pm#L81) | # say %res.perl; | | [finanalyst/pod-cached
``…/README.md`` :*10*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/README.md#L10) | This module is in the [Perl 6 ecosystem](https://modules.perl6.org), so you install it in the usual way: | | [finanalyst/pod-cached
``…/design_proposal.md`` :*6*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/design_proposal.md#L6) | - some tools and content to create all the \`html\` files starting at \`https://doc.perl6.org\` | | [finanalyst/pod-cached
``…/design_proposal.md`` :*26*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/design_proposal.md#L26) | - \`index.html\` files are generated for each section of \`doc.perl6.org\` | | [finanalyst/pod-cached
``…/contexts.pod6`` :*25*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/t/doctest/contexts.pod6#L25) | L\ method\|https://docs.perl6.org/type/Proc#method\_sink\>, | | [finanalyst/pod-cached
``…/contexts.pod6`` :*108*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/t/doctest/contexts.pod6#L108) | L\\|https://docs.perl6.org/language/operators#Reduction\_operators\> | | [finanalyst/pod-cached
``…/contexts.pod6`` :*118*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/t/doctest/contexts.pod6#L118) | Since L\ acts also as buffer concatenation operator\|https://docs.perl6.org/routine/\~#(Operators)\_infix\_\~\>, | | [finanalyst/pod-cached
``…/contexts.pod6`` :*138*:](https://github.com/finanalyst/pod-cached/blob/5ec09b9320e4b98edcf068def75c2218c82692c3/t/doctest/contexts.pod6#L138) | L\\|https://docs.perl6.org/routine/\~#(Operators)\_infix\_\~\> is going to be | | [finanalyst/pod-render
``…/README.md`` :*9*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/README.md#L9) | This module is in the [Perl 6 ecosystem](https://modules.perl6.org), so you install it in the usual way: | | [finanalyst/pod-render
``…/Engine.pm6`` :*46*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Engine.pm6#L46) | say %params.perl; | | [finanalyst/pod-render
``…/Engine.pm6`` :*49*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Engine.pm6#L49) | say ($key eq 'zero') ?? '' !! %!tmpl{$key}.perl; | | [finanalyst/pod-render
``…/Engine.pm6`` :*451*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Engine.pm6#L451) | return 'https://www.google.com/search?q=site%3Adocs.perl6.org+' + encodeURIComponent( keywords ); | | [finanalyst/pod-render
``…/HTML2.pm6`` :*24*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/HTML2.pm6#L24) | say "At $?LINE tree is ", $pod-tree.perl; | | [finanalyst/pod-render
``…/Processed.pm6`` :*116*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L116) | say "pod-tree is:" \~ $!pod-tree.perl if $.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*204*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L204) | note "At $?LINE node is { $node.WHAT.perl }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*218*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L218) | note "At $?LINE node is { $node.WHAT.perl }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*223*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L223) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*228*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L228) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*240*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L240) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*251*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L251) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*260*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L260) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*268*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L268) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*274*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L274) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*279*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L279) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*284*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L284) | note "At $?LINE node is { $node.WHAT.perl } with name { $node.name // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*289*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L289) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*294*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L294) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*300*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L300) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*305*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L305) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*319*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L319) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*325*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L325) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*341*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L341) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*357*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L357) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*362*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L362) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*367*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L367) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*376*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L376) | note "At $?LINE node is ", $node.WHAT.perl if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*377*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L377) | $pf.completion($in-level,'zero', %() ) \~ $pf.completion($in-level, 'comment',%( :contents($node.type \~ '=' \~ $node.config.perl) ) ) | | [finanalyst/pod-render
``…/Processed.pm6`` :*381*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L381) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*386*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L386) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*391*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L391) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*397*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L397) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*403*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L403) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*408*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L408) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*413*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L413) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*418*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L418) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*424*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L424) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*434*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L434) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*440*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L440) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*450*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L450) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*456*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L456) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*462*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L462) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*468*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L468) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*474*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L474) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*479*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L479) | note "At $?LINE node is { $node.WHAT.perl } with type { $node.type // 'na' }" if $pf.debug; | | [finanalyst/pod-render
``…/Processed.pm6`` :*558*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/lib/PodCache/Processed.pm6#L558) | # $node.perl.say; | | [finanalyst/pod-render
``…/040-lists.t`` :*284*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/t/040-lists.t#L284) | P\.perl6.org\> | | [finanalyst/pod-render
``…/050-format-codes.t`` :*266*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/t/050-format-codes.t#L266) | We can L\.perl6.org\> with no problem. | | [finanalyst/pod-render
``…/050-format-codes.t`` :*281*:](https://github.com/finanalyst/pod-render/blob/02c49579afd206f85eb59113b30fc5344ff421f1/t/050-format-codes.t#L281) | \\s\* '\Link to a place\' | | [fjwhittle/p6-Path-Map
``…/README.md`` :*192*:](https://github.com/fjwhittle/p6-Path-Map/blob/81d0bd4ccff1a7763511d39d9dc46dcf495e6199/README.md#L192) | [Path::Router](http://modules.perl6.org/dist/Path::Router), [Path::Map](https://metacpan.org/pod/Path::Map) for Perl 5 | | [fjwhittle/p6-Path-Map
``…/README.md`` :*207*:](https://github.com/fjwhittle/p6-Path-Map/blob/81d0bd4ccff1a7763511d39d9dc46dcf495e6199/README.md#L207) | This library is free software; you can redistribute it and/or modify it under the terms of the [Artistic License 2.0](http://www.perlfoundation.org/artistic\_license\_2\_0) | | [fjwhittle/p6-Path-Map
``…/Map.pm6`` :*404*:](https://github.com/fjwhittle/p6-Path-Map/blob/81d0bd4ccff1a7763511d39d9dc46dcf495e6199/lib/Path/Map.pm6#L404) | L\.perlfoundation.org/artistic\_license\_2\_0\> | | [gabrielash/p6-log-zmq
``…/01.t`` :*52*:](https://github.com/gabrielash/p6-log-zmq/blob/c0fc3bd4ac74e155e05f218089d2bc4fe8da3afa/t/01.t#L52) | say "LOG\\n { $m.perl}"; | | [gabrielash/p6-net-jupyter
``…/kernel.pl`` :*88*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/bin/kernel.pl#L88) | # say "CODE: $code"; say "$silent : $store-history"; say 'EXP'\~ %expressions.perl; | | [gabrielash/p6-net-jupyter
``…/kernel.pl`` :*164*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/bin/kernel.pl#L164) | $LOG.log("$err-str: $restart.perl"); die $restart.gist unless $restart \~\~ Bool; | | [gabrielash/p6-net-jupyter
``…/Dockerfile`` :*28*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/docker/all-spark/Dockerfile#L28) | echo "export PATH=\~/bin/.perl6:/opt/rakudo-pkg/bin:$PATH" \>\> \~/.bashrc; \\ | | [gabrielash/p6-net-jupyter
``…/Dockerfile`` :*26*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/docker/base/Dockerfile#L26) | echo "export PATH=\~/bin/.perl6:/opt/rakudo-pkg/bin:$PATH" \>\> \~/.bashrc; \\ | | [gabrielash/p6-net-jupyter
``…/EvalError.pm`` :*24*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/EvalError.pm#L24) | CATCH { default { %!error\< context \> = $x.perl; }} | | [gabrielash/p6-net-jupyter
``…/EvalError.pm`` :*36*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/EvalError.pm#L36) | %!error\< perl \> = $x.perl; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*71*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L71) | die "Executer called without code! { $!code.perl }" without $!code; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*79*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L79) | $!code = $magic.perl-code; | | [gabrielash/p6-net-jupyter
``…/Executer.pm`` :*105*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Executer.pm#L105) | default { #$out.print( $\_.perl); | | [gabrielash/p6-net-jupyter
``…/Magic.pm`` :*39*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Magic.pm#L39) | has Str $.perl-code; | | [gabrielash/p6-net-jupyter
``…/Messenger.pm`` :*48*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Messenger.pm#L48) | die "signature mismatch. Exiting" \~ $!msg.perl | | [gabrielash/p6-net-jupyter
``…/Messenger.pm`` :*58*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/lib/Net/Jupyter/Messenger.pm#L58) | die "malformed wire message " \~ $!msg.perl; | | [gabrielash/p6-net-jupyter
``…/02.t`` :*45*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/02.t#L45) | %r\ = %r\.perl if %r\.isa(Rat); | | [gabrielash/p6-net-jupyter
``…/02.t`` :*90*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/02.t#L90) | ok %e1.perl eq %\*ENV.perl, say 'ENV Invariant'; | | [gabrielash/p6-net-jupyter
``…/04.t`` :*23*:](https://github.com/gabrielash/p6-net-jupyter/blob/df7feb7b587c0f01f84be77a746db6c65a765fc0/t/04.t#L23) | my $perl-code = $m.perl-code; | | [gabrielash/perl6-zmq
``…/Context.pm`` :*62*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Context.pm#L62) | die "Context: unrecognized option request : { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/Context.pm`` :*67*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Context.pm#L67) | die "Context: { $value.defined ?? 'set' !! 'get'}ting this option not allowed: { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/EchoServer.pm`` :*39*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/EchoServer.pm#L39) | #say $!socket.perl; | | [gabrielash/perl6-zmq
``…/EchoServer.pm`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/EchoServer.pm#L44) | CATCH { default { say $\_.perl; $\_.rethrow }} | | [gabrielash/perl6-zmq
``…/Message.pm`` :*74*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Message.pm#L74) | { die "MsgSaver[$i]: your function probably isn't :(Str:D --\> Str) ",\&f.perl; } | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*541*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L541) | die "Socket: unrecognized option request : { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/Socket.pm`` :*543*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/lib/Net/ZMQ/Socket.pm#L543) | die "Context: {$value.value ?? 'set' !! 'get'}ting this option not allowed: { ($name, $value).perl }" | | [gabrielash/perl6-zmq
``…/05.t`` :*41*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L41) | ok $sent eq $rcvd, "message sent and received correctly {($sent, $rcvd).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*46*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L46) | ok $sent eq $rcvd, "message sent and received correctly {($sent, $rcvd).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*52*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L52) | ok $num eq $rcvdi, "message sent and received correctly {($num, $rcvdi).perl }"; | | [gabrielash/perl6-zmq
``…/05.t`` :*58*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/05.t#L58) | ok $num eq $rcvdi, "message sent and received correctly {($num, $rcvdi).perl }"; | | [gabrielash/perl6-zmq
``…/06.t`` :*50*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/06.t#L50) | ok $ep eq $uri, "get last-endpoint string socket option passed {($ep, $uri).perl }"; | | [gabrielash/perl6-zmq
``…/07.t`` :*40*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/07.t#L40) | ok $p1 eq $rcvd1, "part 1 of message sent and received correctly {($p1, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/07.t`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/07.t#L44) | ok $p2 eq $rcvd2, "part 2 of message sent and received correctly {($p2, $rcvd2).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*44*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L44) | ok $p eq $rcvd1, "full message sent in one part and received correctly {($p, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*52*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L52) | ok $rs eq $rcvd1, "part 1 of message sreceived correctly {($rs, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/10.t`` :*58*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/10.t#L58) | ok $rs eq $rcvd1, "part 2 of message received correctly {($rs, $rcvd1).perl }"; | | [gabrielash/perl6-zmq
``…/13.t`` :*55*:](https://github.com/gabrielash/perl6-zmq/blob/9f40bc98e58f538cf36f5fedb256fd2ad3b9251f/t/13.t#L55) | # say $poll.perl; | | [gfldex/http-server-simple
``…/05-psgi-small.pl6`` :*10*:](https://github.com/gfldex/http-server-simple/blob/13390c5eb8315f60a4e28517349f23109b6fa740/examples/05-psgi-small.pl6#L10) | [ "Hello", "World\\n\\n", %env.perl ] | | [gfldex/http-server-simple
``…/PSGI.pm6`` :*59*:](https://github.com/gfldex/http-server-simple/blob/13390c5eb8315f60a4e28517349f23109b6fa740/lib/HTTP/Server/Simple/PSGI.pm6#L59) | !! [500,[Content-Type =\> 'text/plain'],[self.WHAT.perl,"app missing"]]; | | [gfldex/perl6-rakudo-slippy-semilists
``…/README.md`` :*6*:](https://github.com/gfldex/perl6-rakudo-slippy-semilists/blob/3cfd2989acdbd61297c5ba20c14e069bc3f9f095/README.md#L6) | see: http://design.perl6.org/S09.html#line\_419 | | [gfldex/perl6-slippy-semilist
``…/README.md`` :*7*:](https://github.com/gfldex/perl6-slippy-semilist/blob/4555ed811bcef309544f7f85161ab98893725924/README.md#L7) | see: http://design.perl6.org/S09.html#line\_419 | | [hankache/Acme-Cow
``…/Cow.pm6`` :*134*:](https://github.com/hankache/Acme-Cow/blob/ef57ea8524af67e1492703519f3cbad59d95b08a/lib/Acme/Cow.pm6#L134) | #http://www.nntp.perl.org/group/perl.perl6.language/2010/09/msg34171.html | | [hartenfels/JavaScript-SpiderMonkey
``…/README.md`` :*55*:](https://github.com/hartenfels/JavaScript-SpiderMonkey/blob/186d8b96c048b0b733575e4cc31f5c44f980c6b5/README.md#L55) | This software is copyright (c) 2015 by Carsten Hartenfels. This program is distributed under the terms of the Artistic License 2.0. For further information, please see LICENSE or visit \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [hartenfels/JavaScript-SpiderMonkey
``…/SpiderMonkey.pm6`` :*80*:](https://github.com/hartenfels/JavaScript-SpiderMonkey/blob/186d8b96c048b0b733575e4cc31f5c44f980c6b5/lib/JavaScript/SpiderMonkey.pm6#L80) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [hartenfels/Text-Markdown-Discount
``…/README.md`` :*314*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/README.md#L314) | For further information, please see LICENSE or visit \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [hartenfels/Text-Markdown-Discount
``…/Discount.pm6`` :*625*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/lib/Text/Markdown/Discount.pm6#L625) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [hartenfels/Text-Markdown-Discount
``…/html.html`` :*1*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.html#L1) | \bare link http://doc.perl6.org/\ | | [hartenfels/Text-Markdown-Discount
``…/html.html`` :*3*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.html#L3) | \angly link \http://doc.perl6.org/\\ | | [hartenfels/Text-Markdown-Discount
``…/html.html`` :*5*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.html#L5) | \\titled link\\ | | [hartenfels/Text-Markdown-Discount
``…/html.html`` :*7*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.html#L7) | \\html link\\ | | [hartenfels/Text-Markdown-Discount
``…/html.md`` :*1*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.md#L1) | bare link http://doc.perl6.org/ | | [hartenfels/Text-Markdown-Discount
``…/html.md`` :*3*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.md#L3) | angly link \.perl6.org/\> | | [hartenfels/Text-Markdown-Discount
``…/html.md`` :*5*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.md#L5) | [titled link](http://doc.perl6.org/) | | [hartenfels/Text-Markdown-Discount
``…/html.md`` :*7*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.md#L7) | \html link\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.html`` :*1*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.html#L1) | \bare link http://doc.perl6.org/\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.html`` :*3*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.html#L3) | \angly link \http://doc.perl6.org/\\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.html`` :*5*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.html#L5) | \\titled link\\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.html`` :*7*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.html#L7) | \\<a href=\“http://doc.perl6.org/\”\>html link\</a\>\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.nolinks.html`` :*1*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.nolinks.html#L1) | \bare link http://doc.perl6.org/\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.nolinks.html`` :*3*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.nolinks.html#L3) | \angly link \<http://doc.perl6.org/\>\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.nolinks.html`` :*5*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.nolinks.html#L5) | \[titled link](http://doc.perl6.org/)\ | | [hartenfels/Text-Markdown-Discount
``…/html.nohtml.nolinks.html`` :*7*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nohtml.nolinks.html#L7) | \\<a href=\“http://doc.perl6.org/\”\>html link\</a\>\ | | [hartenfels/Text-Markdown-Discount
``…/html.nolinks.html`` :*1*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nolinks.html#L1) | \bare link http://doc.perl6.org/\ | | [hartenfels/Text-Markdown-Discount
``…/html.nolinks.html`` :*3*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nolinks.html#L3) | \angly link \<http://doc.perl6.org/\>\ | | [hartenfels/Text-Markdown-Discount
``…/html.nolinks.html`` :*5*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nolinks.html#L5) | \[titled link](http://doc.perl6.org/)\ | | [hartenfels/Text-Markdown-Discount
``…/html.nolinks.html`` :*7*:](https://github.com/hartenfels/Text-Markdown-Discount/blob/1c3fc36ba98ba664f117e1588a007ee68908568c/t/data/html.nolinks.html#L7) | \\<a href=\“http://doc.perl6.org/\”\>html link\\ | | [hoelzro/p6-io-string
``…/String.pm`` :*192*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L192) | my @options = ":buffer({$!buffer.perl})"; | | [hoelzro/p6-io-string
``…/String.pm`` :*194*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L194) | @options.push: ":chomp({$.chomp.perl})" if $.chomp; | | [hoelzro/p6-io-string
``…/String.pm`` :*195*:](https://github.com/hoelzro/p6-io-string/blob/364df2753eef8976d902ed51b4085e77f1dda23c/lib/IO/String.pm#L195) | @options.push: ":pos({$!pos.perl})" if $.pos; | | [jaffa4/Dependency-Sort
``…/README.md`` :*33*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/README.md#L33) | say $s.result.perl; # prints independent ones first | | [jaffa4/Dependency-Sort
``…/Sort.pm6`` :*238*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/lib/Dependency/Sort.pm6#L238) | say $s.result.perl; | | [jaffa4/Dependency-Sort
``…/Sort.pm6`` :*247*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/lib/Dependency/Sort.pm6#L247) | say $s.result.perl; | | [jaffa4/Dependency-Sort
``…/all.t`` :*40*:](https://github.com/jaffa4/Dependency-Sort/blob/ae14049d8fe70d45f6fd9781f583c9481edb813d/t/all.t#L40) | #say $s.result.perl; github/jaffa4/inistorage/lib/Ini/Storage.pm165 #say "list:"\~%!list.perl; github/jaffa4/inistorage/lib/Ini… | | [jaffa4/perl6format
``…/Format.pm`` :*40*:](https://github.com/jaffa4/perl6format/blob/7b2a1622d4542770b91fe18f9768caac94e7d5c1/lib/Rakudo/Perl6/Format.pm#L40) | say @token.perl if $debug ; | | [jaffa4/perl6format
``…/Format.pm`` :*94*:](https://github.com/jaffa4/perl6format/blob/7b2a1622d4542770b91fe18f9768caac94e7d5c1/lib/Rakudo/Perl6/Format.pm#L94) | #say $/.perl; | | [jaffa4/perl6parsing
``…/README.md`` :*35*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/README.md#L35) | say @tokens.perl; # look at the structure | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*154*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L154) | $str\~= %visited\_matches{$\_}.perl\~"\\n"; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*167*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L167) | #say "hello $\_" \~ %visited\_matches{$\_}.perl; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*200*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L200) | # print "\<"\~@rec[0].perl\~"\>@rec[2]-@rec[1]\\n"; | | [jaffa4/perl6parsing
``…/Parsing.pm`` :*201*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/lib/Rakudo/Perl6/Parsing.pm#L201) | #print "\<"\~@rec.perl\~"\>\\n"; | | [jaffa4/perl6parsing
``…/basic.t`` :*26*:](https://github.com/jaffa4/perl6parsing/blob/18b0bcdaf1eeb6b418993f7cf4f8a77f09445ff3/t/basic.t#L26) | # note $p.dumptokens().perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*83*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L83) | say "$i: \\[{$text.substr(@token[1],@token[2]-@token[1])}] "\~@token.perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*87*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L87) | #say @!tokens.perl; | | [jaffa4/perl6tracer
``…/Tracer.pm`` :*110*:](https://github.com/jaffa4/perl6tracer/blob/6b324fba11a939149000b29467d75544c851e32d/lib/Rakudo/Perl6/Tracer.pm#L110) | say @token.perl if $debug ; | | [jamesneko/dice-roller
``…/Roller.pm6`` :*363*:](https://github.com/jamesneko/dice-roller/blob/a32d40d594c5d3ed466be43f0800b54ded531bee/lib/Dice/Roller.pm6#L363) | # http://doc.perl6.org/language/objects#Object\_Construction | | [japhb/Text-MiscUtils
``…/Layout.pm6`` :*62*:](https://github.com/japhb/Text-MiscUtils/blob/eede12f787363324c64f6024ec221f6eb8a4033d/lib/Text/MiscUtils/Layout.pm6#L62) | # See http://irclog.perlgeek.de/perl6/2016-07-13#i\_12834465 | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*94*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L94) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*104*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L104) | my $data\_tree\_temp = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/03-apply_tree.t`` :*179*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/03-apply_tree.t#L179) | my $data\_tree\_local = EVAL $data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*68*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L68) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*81*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L81) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*110*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L110) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jdv/p6-data-selector
``…/04-from_docs.t`` :*139*:](https://github.com/jdv/p6-data-selector/blob/a2e9b11fabfc75ede4205c510f55a07d21c8f23f/t/04-from_docs.t#L139) | my $data\_tree = EVAL $examples\_data\_tree.perl; | | [jnthn/grammar-debugger
``…/Debugger.pm6`` :*227*:](https://github.com/jnthn/grammar-debugger/blob/0375008027c8caa216bd869476ce59ae09b2a702/lib/Grammar/Debugger.pm6#L227) | colored(' ' \~ $snippet.substr(0, $sniplen).perl, 'white') !! | | [jnthn/grammar-debugger
``…/Tracer.pm6`` :*71*:](https://github.com/jnthn/grammar-debugger/blob/0375008027c8caa216bd869476ce59ae09b2a702/lib/Grammar/Tracer.pm6#L71) | colored(' ' \~ $snippet.substr(0, $sniplen).perl, 'white') !! | | [jnthn/p6-app-moarvm-heapanalyzer
``…/Model.pm6`` :*518*:](https://github.com/jnthn/p6-app-moarvm-heapanalyzer/blob/8b80eff309b5c95a5c384b8e5318e6081b7afa0c/lib/App/MoarVM/HeapAnalyzer/Model.pm6#L518) | die "expected the $name header at 0x{ ($fh.tell - $text.chars).base(16) }, but got $result.perl() instead." unless $result eq $text; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*445*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L445) | say eval\_in\_ctx($ctx, \~$0).perl; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*507*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L507) | say $cur\_ex.perl; | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*605*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L605) | '$s, @a, %h, self show .perl of the a variable in scope (indexing allowed)', | | [jnthn/rakudo-debugger
``…/CommandLine.pm`` :*607*:](https://github.com/jnthn/rakudo-debugger/blob/f81ab6323f1fb1051aa750e414c75797e6b1bb00/lib/Debugger/UI/CommandLine.pm#L607) | ('ex show .perl of the current exception' if $cur\_ex), | | [jnthn/test-mock
``…/Mock.pm6`` :*25*:](https://github.com/jnthn/test-mock/blob/bfa37f639d42796fcd21ab477d294a054bf22a18/lib/Test/Mock.pm6#L25) | $with-args-note = " with arguments matching $with.perl()"; | | [jonathanstowe/Audio-Sndfile
``…/gen-test-defs`` :*46*:](https://github.com/jonathanstowe/Audio-Sndfile/blob/9ec12486f9744abbdb5030084c644645cdbf915a/test-utils/gen-test-defs#L46) | say @tests.perl; | | [jonathanstowe/Test-META
``…/README.md`` :*58*:](https://github.com/jonathanstowe/Test-META/blob/1ec674d391cde60e95be89f42e5fc51b91941c82/README.md#L58) | file (as described in [S22](http://design.perl6.org/S22.html#META6.json)). | | [jonathanstowe/Test-META
``…/META.pm`` :*34*:](https://github.com/jonathanstowe/Test-META/blob/1ec674d391cde60e95be89f42e5fc51b91941c82/lib/Test/META.pm#L34) | file (as described in L\.perl6.org/S22.html#META6.json\>.) | | [jonathanstowe/XML-Class
``…/Documentation.md`` :*455*:](https://github.com/jonathanstowe/XML-Class/blob/e5f4044a752bc0d71fafdd8cd3ec8d1abd8ff3e1/Documentation.md#L455) | say $e.body.perl; # Data.new(something =\> "some data") | | [jonathanstowe/XML-Class
``…/Class.pm`` :*689*:](https://github.com/jonathanstowe/XML-Class/blob/e5f4044a752bc0d71fafdd8cd3ec8d1abd8ff3e1/lib/XML/Class.pm#L689) | say $e.body.perl; # Data.new(something =\> "some data") | | [jsimonet/log-any
``…/Filter.pm6`` :*50*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Filter.pm6#L50) | #note "checking $f.key() with $f.value().perl()"; | | [jsimonet/log-any
``…/Filter.pm6`` :*54*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Filter.pm6#L54) | #note "checking $f.key() with $f.value().perl()"; | | [jsimonet/log-any
``…/Pipeline.pm6`` :*72*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/lib/Log/Any/Pipeline.pm6#L72) | # note "Dispatching $msg, adapter count : @!adapters.elems(), asynchronicity $!asynchronous.perl() at {now}"; | | [jsimonet/log-any
``…/readme.md`` :*95*:](https://github.com/jsimonet/log-any/blob/9e427611ffb16d9d6bad7df1eb9530a96f2faac3/readme.md#L95) | Starting with 0.9.5 version,, it's now possible to choose the buffering size to use, with \_out-buffer\_. This option can takes the same values as described in the perl6 documentation (https://docs.perl6.org/routine/out-buffer). | | [kalkin/Ddt
``…/README.md`` :*89*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/README.md#L89) | Maybe https://github.com/perl6/ecosystem/blob/master/spec.pod or http://design.perl6.org/S22.html | | [kalkin/Ddt
``…/Ddt.pm6`` :*181*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/lib/Ddt.pm6#L181) | Maybe L\ or L\.perl6.org/S22.html\> | | [kalkin/Ddt
``…/Distribution.pm6`` :*107*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/lib/Ddt/Distribution.pm6#L107) | $meta.perl-version = $\*PERL.version unless $meta.perl-version.defined; | | [kalkin/Ddt
``…/JSON.pm6`` :*33*:](https://github.com/kalkin/Ddt/blob/fc0bf31beda166ce6fb6d1e29fa219d7cf70eded/lib/Ddt/JSON.pm6#L33) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [kalkin/License-Software
``…/Artistic2.pm6`` :*213*:](https://github.com/kalkin/License-Software/blob/0b115fe34743b7bec78c3ced63e5fc1ec16afa19/lib/License/Software/Artistic2.pm6#L213) | submethod url { \.perlfoundation.org/artistic\_license\_2\_0\> }; | | [kalkin/License-Software
``…/14-Artistic2.t`` :*14*:](https://github.com/kalkin/License-Software/blob/0b115fe34743b7bec78c3ced63e5fc1ec16afa19/t/14-Artistic2.t#L14) | is $license.url(), \.perlfoundation.org/artistic\_license\_2\_0\>, 'The Artistic2 url'; | | [kalkin/Pod-To-Latex
``…/Latex.pm6`` :*79*:](https://github.com/kalkin/Pod-To-Latex/blob/b706dbb5a3a7e8797de991f9a4c23dd1478faa07/lib/Pod/To/Latex.pm6#L79) | #say "pod2text: " \~ $pod.WHAT.perl; | | [kalkin/Pod-To-Latex
``…/Latex.pm6`` :*131*:](https://github.com/kalkin/Pod-To-Latex/blob/b706dbb5a3a7e8797de991f9a4c23dd1478faa07/lib/Pod/To/Latex.pm6#L131) | #say "named2text " \~ $pod.WHAT.perl; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*54*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L54) | #say $rs\.perl; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*56*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L56) | #say $ruletype, ":", %r.perl; #exit; | | [labster/p6-Lingua-Number
``…/Number.pm6`` :*66*:](https://github.com/labster/p6-Lingua-Number/blob/8e95e557897804f6e7b379ceabb6411e37ea9c93/lib/Lingua/Number.pm6#L66) | %rbnf-rulesets{$lingua} = @rulesetnames.perl; | | [labster/p6-file-directory-tree
``…/Tree.pm`` :*24*:](https://github.com/labster/p6-file-directory-tree/blob/25faef927c83eea1b688b5a324d5e11011f7305f/lib/File/Directory/Tree.pm#L24) | #say $file.perl; | | [labster/perl6-File-Find-Duplicates
``…/Duplicates.pm6`` :*69*:](https://github.com/labster/perl6-File-Find-Duplicates/blob/919725f6c79be36b6019c498588721a66e5262df/lib/File/Find/Duplicates.pm6#L69) | #say @dupes.perl; | | [leont/yamlish
``…/YAMLish.pm6`` :*1036*:](https://github.com/leont/yamlish/blob/8be481a7a40105a5026f467ed093cb641e1e7208/lib/YAMLish.pm6#L1036) | die "Can't serialize an object of type " \~ $s.WHAT.perl | | [lestrrat/p6-Apache-LogFormat
``…/02-predefined.t`` :*14*:](https://github.com/lestrrat/p6-Apache-LogFormat/blob/46b65c453f1e47999d4895a2ad6ffe6caaca8c3b/t/02-predefined.t#L14) | like $got, rx/ ^ "192.168.1.1 - foo " \ ' "GET /foo/bar/baz HTTP/1.0" 200 ' \\d+ ' "http://doc.perl6.org" "Firefox foo blah\\x0a"' /, "line matches" | | [lestrrat/p6-Apache-LogFormat
``…/TestUtil.pm6`` :*10*:](https://github.com/lestrrat/p6-Apache-LogFormat/blob/46b65c453f1e47999d4895a2ad6ffe6caaca8c3b/t/lib/Apache/LogFormat/TestUtil.pm6#L10) | HTTP\_REFERER =\> "http://doc.perl6.org", | | [lucasbuchala/p6pairs
``…/Duo.pm`` :*81*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/lib/Duo.pm#L81) | multi method perl(::?CLASS:D: --\> Str) { "duo($!key.perl(), $!value.perl())" } | | [lucasbuchala/p6pairs
``…/manpage.md`` :*48*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/manpage.md#L48) | \* https://docs.perl6.org/type/Pair | | [lucasbuchala/p6pairs
``…/01-str.t`` :*12*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/t/01-str.t#L12) | is p.perl, 'duo(1, 2)', '.perl'; | | [lucasbuchala/p6pairs
``…/01-str.t`` :*15*:](https://github.com/lucasbuchala/p6pairs/blob/bbe23800caa7a7396dcab5e9c8e925139454b55d/t/01-str.t#L15) | is Duo.perl, 'Duo', 'type .perl'; | | [madcapjake/p6dx
``…/Diviner.pm6`` :*220*:](https://github.com/madcapjake/p6dx/blob/4493744fd60451a7f2cc31d81357be8b325cc1d3/lib/Diviner.pm6#L220) | for @completions { .perl.say } | | [masak/007
``…/README.md`` :*61*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/README.md#L61) | \* [Hague grant application: Implementation of Macros in Rakudo](http://news.perlfoundation.org/2011/09/hague-grant-application-implem.html) | | [masak/007
``…/Equal.pm6`` :*35*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/lib/_007/Equal.pm6#L35) | [\&\&] $l.properties.keys.sort.perl eq $r.properties.keys.sort.perl, | | [masak/007
``…/hanoi.t`` :*52*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L52) | is parse-state(@lines[^5]).perl, @initial-state.perl, "correct initial state"; | | [masak/007
``…/hanoi.t`` :*73*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L73) | is parse-state(@state-lines).perl, @state.perl, "state is the expected one after move $n"; | | [masak/007
``…/hanoi.t`` :*77*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/examples/hanoi.t#L77) | is parse-state(@lines[\*-5 .. \*-1]).perl, @final-state.perl, "correct final state"; | | [masak/007
``…/feature-flags.t`` :*24*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/integration/feature-flags.t#L24) | ok (%data.keys (-) %flags-checked.keys).perl eq "Set.new()", "we're checking all flags we're declaring"; | | [masak/007
``…/feature-flags.t`` :*25*:](https://github.com/masak/007/blob/5e70be759d229b7e45062723a0431117ef89965a/t/integration/feature-flags.t#L25) | ok (%flags-checked.keys (-) %data.keys).perl eq "Set.new()", "we're declaring all flags we're checking"; | | [masak/druid
``…/Game.pm`` :*52*:](https://github.com/masak/druid/blob/639915854c328d7e937ea57299468285d6f53e9f/lib/Druid/Game.pm#L52) | \~ EVAL($^attr).perl.subst(/^ '[' (.\*) ']' $/, | | [masak/gge
``…/Exp.pm`` :*66*:](https://github.com/masak/gge/blob/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Exp.pm#L66) | ' ' x $indent \~ self.WHAT.perl.subst(/^.\*':'/, '') \~ $contents; | | [masak/gge
``…/Grammar.pm`` :*7*:](https://github.com/masak/gge/blob/d6a018cdd3e5391e59e1e8d20548997708c330be/lib/GGE/Grammar.pm#L7) | GGE::Perl6Regex.new($rule, :grammar(self.WHAT.perl), :$name); | | [masak/perl6-literate
``…/README`` :*4*:](https://github.com/masak/perl6-literate/blob/d9db04ccafa8743a4b498a3efc939bb37eb69c64/README#L4) | an experiment with this blog post: \.perl.org/\~masak/journal/39568\> | | [masak/yapsi
``…/Yapsi.pm`` :*89*:](https://github.com/masak/yapsi/blob/21087dbcdde94f0fe9721ce833727c251d919537/lib/Yapsi.pm#L89) | $node.WHAT.perl.subst(/^ .\*? '::'/, ''), | | [masak/yapsi
``…/Yapsi.pm`` :*586*:](https://github.com/masak/yapsi/blob/21087dbcdde94f0fe9721ce833727c251d919537/lib/Yapsi.pm#L586) | die "No multi 'process' defined for {$node.WHAT.perl}, sorry :/"; | | [mcsnolte/Text-UpsideDown
``…/README.md`` :*23*:](https://github.com/mcsnolte/Text-UpsideDown/blob/fd45300cebd54a12e446c1f40ac0574026e1f0af/README.md#L23) | \* All available [Perl 6 Text modules](https://modules.perl6.org/t/TEXT) | | [melezhik/perl6-sparrowdo-rvm
``…/.travis.yml`` :*9*:](https://github.com/melezhik/perl6-sparrowdo-rvm/blob/12d19f90c4da5c6b9d73e191f3c51f52f931dc43/.travis.yml#L9) | - export PATH=/opt/rakudo/bin:\~/.perl6/bin:$PATH | | [mj41/SP6
``…/META6.json`` :*18*:](https://github.com/mj41/SP6/blob/ccb32779834123aa0894a06a1bf95cb9528645f0/META6.json#L18) | "license": "http://www.perlfoundation.org/artistic\_license\_2\_0" | | [mj41/SP6
``…/SP6.pm6`` :*30*:](https://github.com/mj41/SP6/blob/ccb32779834123aa0894a06a1bf95cb9528645f0/lib/SP6.pm6#L30) | say "code: {$tcode.perl}" if $.debug; | | [mj41/SP6
``…/SP6.pm6`` :*61*:](https://github.com/mj41/SP6/blob/ccb32779834123aa0894a06a1bf95cb9528645f0/lib/SP6.pm6#L61) | say "code: {$tcode.perl}" if $.debug; | | [moritz/Math-Model
``…/Model.pm`` :*55*:](https://github.com/moritz/Math-Model/blob/cdc618c6c028a6dd9308bd2de0df9f10afd095a3/lib/Math/Model.pm#L55) | # say @order.perl; | | [moritz/Math-Model
``…/basic.t`` :*24*:](https://github.com/moritz/Math-Model/blob/cdc618c6c028a6dd9308bd2de0df9f10afd095a3/t/basic.t#L24) | diag "result: %res.perl()"; | | [moritz/svg
``…/README.md`` :*7*:](https://github.com/moritz/svg/blob/07190c0602aa276e5319f06aa0012452dbff3582/README.md#L7) | For building an running the tests, we recommend to obtain [zef](http://modules.perl6.org/dist/zef) and then run | | [moznion/p6-IO-Blob
``…/Blob.pm6`` :*24*:](https://github.com/moznion/p6-IO-Blob/blob/3ea9dc15e582e5954c9707a973de0ef05427274c/lib/IO/Blob.pm6#L24) | "IO::Blob.new(data =\> {$.data.perl})" | | [moznion/p6-IO-Blob
``…/010_basic.t`` :*287*:](https://github.com/moznion/p6-IO-Blob/blob/3ea9dc15e582e5954c9707a973de0ef05427274c/t/010_basic.t#L287) | is $io.perl, 'IO::Blob.new(data =\> Blob)'; | | [moznion/p6-Log-Minimal
``…/README.md`` :*186*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/README.md#L186) | Serialize message with \`.perl\`. | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*110*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L110) | $messages \~= $.autodump ?? @text[0].perl !! @text[0]; | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*112*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L112) | $messages = sprintf(@text.shift, $.autodump ?? map { .perl }, @text !! @text); | | [moznion/p6-Log-Minimal
``…/Minimal.pm6`` :*344*:](https://github.com/moznion/p6-Log-Minimal/blob/3d3b8d481b84b1babdf7b27d1cc87f9b7ddbace0/lib/Log/Minimal.pm6#L344) | Serialize message with C\<.perl\>. | | [moznion/p6-Text-LTSV
``…/Parser.pm6`` :*78*:](https://github.com/moznion/p6-Text-LTSV/blob/299f787c4855d9cc26017ab15e74e2645c4481d6/lib/Text/LTSV/Parser.pm6#L78) | say $ltsv.perl; # 1st: Array[Pair].new("foo" =\> "bar", "buz" =\> "qux") | | [nige123/app.123.do
``…/Actions.pm`` :*65*:](https://github.com/nige123/app.123.do/blob/541b54057a66807ce579b19b4579ae8a410a416d/lib/Do/Timeline/Grammar/Actions.pm#L65) | # note %timeline.perl; | | [niner/Distribution-Builder-MakeFromJSON
``…/MakeFromJSON.pm6`` :*118*:](https://github.com/niner/Distribution-Builder-MakeFromJSON/blob/75c621d51f43698141c8b805d423ea77cb4f130f/lib/Distribution/Builder/MakeFromJSON.pm6#L118) | %vars\ = $\*VM.config\.perllibs\>; | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*12*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L12) | http://blogs.perl.org/users/nadim\_khemir/2017/08/perl-6-datadumptree-version-15.html | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*14*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L14) | http://blogs.perl.org/users/nadim\_khemir/2017/08/take-a-walk-on-the-c-side.html | | [nkh/P6-Data-Dump-Tree
``…/README.md`` :*692*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/README.md#L692) | \_Match\_ objects are displayed as the string that it matched as well as the match start and end position (inclusive, unlike .perl). | | [nkh/P6-Data-Dump-Tree
``…/JSON_parsed.pl`` :*38*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/JSON_parsed.pl#L38) | # display using .perl | | [nkh/P6-Data-Dump-Tree
``…/JSON_parsed.pl`` :*39*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/JSON_parsed.pl#L39) | #$parsed.perl.say ; | | [nkh/P6-Data-Dump-Tree
``…/send_big.pl`` :*9*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/examples/remote/send_big.pl#L9) | "object.perl.chars: {$s.perl.chars}".say ; | | [nkh/P6-Data-Dump-Tree
``…/Tree.pod`` :*738*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree.pod#L738) | match start and end position (inclusive, unlike .perl). | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*114*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L114) | multi method get\_header (Regex $r) { $r.perl.substr(6) , '.' \~ $r.^name, DDT\_FINAL } | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*137*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L137) | multi method get\_header (Block $b) { $b.perl, '.' \~ $b.^name, DDT\_FINAL } | | [nkh/P6-Data-Dump-Tree
``…/DescribeBaseObjects.pm`` :*232*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/lib/Data/Dump/Tree/DescribeBaseObjects.pm#L232) | multi method get\_header (Str:D $s) { $\_ = $s.perl ; S:g/^\\"(.\*)\\"$/$0/, '.' \~ $s.^name, \|is\_final($s, 'Str') } | | [nkh/P6-Data-Dump-Tree
``…/47_type_Set.t`` :*15*:](https://github.com/nkh/P6-Data-Dump-Tree/blob/a7a1858fa131c29794f0836e7378d25cd6a67535/t/47_type_Set.t#L15) | is($r.lines.elems, 5, '5 dump lines') or diag $r and diag $s.perl ; | | [nkh/P6-Grammar-Tracer-Compact
``…/Compact.pm`` :*34*:](https://github.com/nkh/P6-Grammar-Tracer-Compact/blob/9f96614492b1d301ef6bd1e11f3559ad70278c08/lib/Grammar/Tracer/Compact.pm#L34) | #\~ ( $result.MATCH.Str.substr(0, $width).perl // '' ) | | [nkh/P6-Grammar-Tracer-Compact
``…/Compact.pm`` :*35*:](https://github.com/nkh/P6-Grammar-Tracer-Compact/blob/9f96614492b1d301ef6bd1e11f3559ad70278c08/lib/Grammar/Tracer/Compact.pm#L35) | \~ ( $result.MATCH.Str.perl // '' ) | | [nunorc/p6-Pekyll
``…/01-simple.t`` :*13*:](https://github.com/nunorc/p6-Pekyll/blob/f980516e0bbc309f3fe4c8ca30041605dbed76d2/t/01-simple.t#L13) | is $pekyll.WHAT.perl, 'Pekyll', 'object create'; | | [nxadm/StrictNamedArguments
``…/StrictNamedArguments.html`` :*24*:](https://github.com/nxadm/StrictNamedArguments/blob/6a3a0e4275865e0d9051785d41f8a2156088d593/doc/StrictNamedArguments.html#L24) | \ | | [nxadm/StrictNamedArguments
``…/StrictNamedArguments.pm`` :*55*:](https://github.com/nxadm/StrictNamedArguments/blob/6a3a0e4275865e0d9051785d41f8a2156088d593/lib/StrictNamedArguments.pm#L55) | classname =\> $invocant-type.perl, | | [ohmycloud/fanfou-p6
``…/README.md`` :*20*:](https://github.com/ohmycloud/fanfou-p6/blob/1de9693c6d67c6b06d9ea5363b6958613423ac0c/README.md#L20) | say $resp.perl; | | [ohmycloud/fanfou-p6
``…/FanFou.pm6`` :*173*:](https://github.com/ohmycloud/fanfou-p6/blob/1de9693c6d67c6b06d9ea5363b6958613423ac0c/lib/FanFou.pm6#L173) | say $resp.perl; | | [p6-css/CSS-Grammar-p6
``…/AST.pm`` :*137*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/AST.pm#L137) | warn "{$value.perl} has unknown type: $type"; | | [p6-css/CSS-Grammar-p6
``…/AST.pm`` :*179*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/AST.pm#L179) | warn "{$value.perl} has unknown type: $type"; | | [p6-css/CSS-Grammar-p6
``…/Test.pm`` :*102*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/lib/CSS/Grammar/Test.pm#L102) | note "error writing: {$actual-ast.perl}"; | | [p6-css/CSS-Grammar-p6
``…/css-file.t`` :*39*:](https://github.com/p6-css/CSS-Grammar-p6/blob/9b84ee55aed159a7f3566ad669794afc50b6bbf3/xt/css-file.t#L39) | note $/.ast.perl; | | [p6-css/CSS-Module-CSS3-Selectors-p6
``…/README.md`` :*10*:](https://github.com/p6-css/CSS-Module-CSS3-Selectors-p6/blob/11c924f5e583cbaefda150fd44cded6db43b5ada/README.md#L10) | say $/.ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*11*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L11) | say $/.ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*20*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L20) | % perl6 -M CSS::Module::CSS3 -e'say CSS::Module::CSS3.module.property-metadata\.perl' | | [p6-css/CSS-Module-p6
``…/README.md`` :*63*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L63) | say "declaration: " \~ $p.ast[0]\\.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*134*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L134) | say $grammar.parse('{bad-prop: 12mm}', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*137*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L137) | say $grammar.parse('{ @guff {color:red} }', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/README.md`` :*144*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/README.md#L144) | say $grammar.parse('{margin: 12mm .1furlongs}', :$actions, :rule\).ast.perl; | | [p6-css/CSS-Module-p6
``…/make-modules.pl`` :*80*:](https://github.com/p6-css/CSS-Module-p6/blob/dceb23ec9bc119eda8fdeadb166db2d8bbd4b6b0/make-modules.pl#L80) | say " BEGIN our \\$property = {%props.item.perl};"; | | [p6-css/CSS-Properties-p6
``…/PageBox.pm`` :*58*:](https://github.com/p6-css/CSS-Properties-p6/blob/f03f85b97da7165cee7c193c3614adaa1abfd4f3/lib/CSS/Properties/PageBox.pm#L58) | warn "unhandled body 'size' {.perl}"; | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*411*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L411) | or die "unable to handle {%opt.keys} struct: {%opt.perl}"; | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*509*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L509) | die "unable to handle color: {$color.perl}, units: {$units.perl}" | | [p6-css/CSS-Writer-p6
``…/Writer.pm`` :*530*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/lib/CSS/Writer.pm#L530) | die "unable to .write-num({@args.perl})"; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*30*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L30) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*35*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L35) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*40*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L40) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-ast.t`` :*45*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-ast.t#L45) | or diag {node =\> %node}.perl; | | [p6-css/CSS-Writer-p6
``…/write-css.t`` :*41*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-css.t#L41) | or diag {suite =\> $rule, parse =\> \~$/, ast =\> $/.ast}.perl; | | [p6-css/CSS-Writer-p6
``…/write-css.t`` :*46*:](https://github.com/p6-css/CSS-Writer-p6/blob/571791d28add37f1e7e3204bb018a5d6b3815ff4/t/write-css.t#L46) | or diag {suite =\> $rule, parse =\> \~$/, ast =\> $/.ast}.perl; | | [p6-pdf/Base64-Native-p6
``…/Native.pm`` :*45*:](https://github.com/p6-pdf/Base64-Native-p6/blob/23c93f8f9fe5031870abd1ffb7e17b7943651587/lib/Base64/Native.pm#L45) | die "unable to decode as base64. stopped at byte {-$n}: 0x{$in[-$n - 1].base(16)} {$in[-$n - 1].chr.perl}" | | [p6-pdf/Crypt-RC4-p6
``…/00basic.t`` :*77*:](https://github.com/p6-pdf/Crypt-RC4-p6/blob/d0a170a1c7371dbdac7cb766300ed19b7e67b8b8/t/00basic.t#L77) | diag { :$trial, :$encrypted }.perl; | | [p6-pdf/Native-Packing-p6
``…/host-packing.t`` :*20*:](https://github.com/p6-pdf/Native-Packing-p6/blob/23dcfc761d0c0c0b0032d7cb8dce1e32ce387794/t/host-packing.t#L20) | flunk "host endian detection (got:{.perl})"; | | [p6-pdf/PDF-API6
``…/API6.pm`` :*290*:](https://github.com/p6-pdf/PDF-API6/blob/926d1970600b50ffedefc18927562cb9491e7658/lib/PDF/API6.pm#L290) | die "unsupported colorspace transform: {.TintTransform.perl}" | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*51*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L51) | say " constant \\${$type}-encoding = {%encodings{$type}.perl};"; | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*79*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L79) | say " constant \\${$type}-glyphs = {%glyphs.perl};" | | [p6-pdf/PDF-Content-p6
``…/make-core-fonts.pl`` :*81*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/etc/make-core-fonts.pl#L81) | say " constant \\${$type}-encoding = {@encodings.perl};"; | | [p6-pdf/PDF-Content-p6
``…/Image.pm`` :*8*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Image.pm#L8) | "$!path image doesn't have a $!type header: {$.header.perl}" | | [p6-pdf/PDF-Content-p6
``…/Ops.pm`` :*68*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Ops.pm#L68) | method message { "Invalid entry in '$.op' ($!mnemonic) array: {$!arg.perl}" } | | [p6-pdf/PDF-Content-p6
``…/Ops.pm`` :*76*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Ops.pm#L76) | method message { "Bad '$.op' ($!mnemonic) argument: {$!arg.perl}" } | | [p6-pdf/PDF-Content-p6
``…/Page.pm`` :*39*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/Page.pm#L39) | default { die "unexpected page content: {.perl}" } | | [p6-pdf/PDF-Content-p6
``…/PageTree.pm`` :*99*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/PageTree.pm#L99) | default { die "unexpected object in page tree: {.perl}"; } | | [p6-pdf/PDF-Content-p6
``…/ResourceDict.pm`` :*36*:](https://github.com/p6-pdf/PDF-Content-p6/blob/09a4b01a64b1e0093fe2f8d038565e0a9f768663/lib/PDF/Content/ResourceDict.pm#L36) | warn "unrecognised graphics resource object: {.perl}"; | | [p6-pdf/PDF-Grammar-p6
``…/README.md`` :*69*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/README.md#L69) | say $/.ast.perl; | | [p6-pdf/PDF-Grammar-p6
``…/README.md`` :*99*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/README.md#L99) | say '# ' \~ $/.ast.perl; | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*34*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L34) | \~ "\\n - expected: {$b.perl}" | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*35*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L35) | \~ "\\n - got: {$a.perl}"); | | [p6-pdf/PDF-Grammar-p6
``…/Test.pm`` :*65*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/lib/PDF/Grammar/Test.pm#L65) | note {untested\_ast =\> $\_}.perl | | [p6-pdf/PDF-Grammar-p6
``…/pdf-components.t`` :*154*:](https://github.com/p6-pdf/PDF-Grammar-p6/blob/a90c41e189fda247f4630e2f618da4d9967a0bd3/t/pdf-components.t#L154) | or diag :$trailer-ast.perl; | | [p6-pdf/PDF-p6
``…/Changes`` :*176*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/Changes#L176) | (See http://doc.perl6.org/type/Hash#Object\_hashes\_and\_type\_constraints) | | [p6-pdf/PDF-p6
``…/README.md`` :*400*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/README.md#L400) | say '#'\~%ast.perl; | | [p6-pdf/PDF-p6
``…/README.md`` :*409*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/README.md#L409) | say '#'\~$object.perl; | | [p6-pdf/PDF-p6
``…/Coercer.pm`` :*6*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Coercer.pm#L6) | "unable to coerce object {$!obj.perl} of type {$!obj.WHAT.^name} to {$!type.WHAT.^name}" | | [p6-pdf/PDF-p6
``…/Stream.pm`` :*130*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Stream.pm#L130) | "\\n" \~ .encoded.Str.perl; | | [p6-pdf/PDF-p6
``…/Tie.pm`` :*172*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Tie.pm#L172) | warn "ignoring entry trait attribute: {arg.perl}" | | [p6-pdf/PDF-p6
``…/Util.pm`` :*89*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L89) | die "don't know how to ast-coerce: {.perl}"; | | [p6-pdf/PDF-p6
``…/Util.pm`` :*135*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L135) | die "unexpected from-ast arguments: {[@args].perl}" | | [p6-pdf/PDF-p6
``…/Util.pm`` :*137*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/COS/Util.pm#L137) | die "unable to from-ast {%opt.keys} struct: {%opt.perl}" | | [p6-pdf/PDF-p6
``…/Filter.pm`` :*15*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter.pm#L15) | default { die "bad filter: {.perl}" } | | [p6-pdf/PDF-p6
``…/ASCII85.pm`` :*66*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter/ASCII85.pm#L66) | die "invalid ASCII85 encoded character: {$0.Str.perl}" | | [p6-pdf/PDF-p6
``…/ASCIIHex.pm`` :*52*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/IO/Filter/ASCIIHex.pm#L52) | my uint8 @bytes = $str.ords.map: -\> $a, $b = '0'.ord { @HexDec[$a;$b] // die "Illegal character(s) found in ASCII hex-encoded stream: {($a\~$b).perl}" }; | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*9*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L9) | desc.perl; | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*438*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L438) | default {die "bad \\$.deref arg: {.perl}"} | | [p6-pdf/PDF-p6
``…/Reader.pm`` :*806*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Reader.pm#L806) | die "unknown ind-obj index \ $obj-num $gen-num: {.perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*88*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L88) | die "don't know how to serialize body component: {$obj.perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*411*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L411) | die "unexpected arguments: {[@args].perl}" | | [p6-pdf/PDF-p6
``…/Writer.pm`` :*415*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/lib/PDF/Writer.pm#L415) | or die "unable to handle {%opt.keys} struct: {%opt.perl}"; | | [p6-pdf/PDF-p6
``…/cos-tie-entry.t`` :*195*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/cos-tie-entry.t#L195) | fail "unable to coerce to a destination: {.perl}"; | | [p6-pdf/PDF-p6
``…/cos-util.t`` :*20*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/cos-util.t#L20) | is-deeply $ast, $a, "to ast {$v.perl}"; | | [p6-pdf/PDF-p6
``…/filter-predictors.t`` :*95*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/filter-predictors.t#L95) | ## warn { :$BitsPerComponent, :$Predictor, :$encode2c }.perl; | | [p6-pdf/PDF-p6
``…/filter.t`` :*32*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/filter.t#L32) | or diag :$input.perl; | | [p6-pdf/PDF-p6
``…/write-ast.t`` :*26*:](https://github.com/p6-pdf/PDF-p6/blob/d1d8007df613dddac01f014a56a668def98cfef8/t/write-ast.t#L26) | or diag :%ast.perl; | | [paulohrpinheiro/Brazilian-FederalDocuments
``…/PITCHME.md`` :*130*:](https://github.com/paulohrpinheiro/Brazilian-FederalDocuments/blob/ba6543a4545c961c2e5ab96c7ede73b71a8248da/PITCHME.md#L130) | \* https://modules.perl6.org/ | | [paultcochrane/Perl6Mongers-Hannover
``…/README.md`` :*21*:](https://github.com/paultcochrane/Perl6Mongers-Hannover/blob/bbbc706f210f7c673828411033f290d9ec7c17a1/README.md#L21) | \irc.perl.org/#hannover.pm\ | | [paultcochrane/Perl6Mongers-Hannover
``…/Hannover.pm`` :*32*:](https://github.com/paultcochrane/Perl6Mongers-Hannover/blob/bbbc706f210f7c673828411033f290d9ec7c17a1/lib/PerlMongers/Hannover.pm#L32) | L\.perl.org/#hannover.pm\> | | [perl6-community-modules/Date-WorkdayCalendar
``…/README.md`` :*92*:](https://github.com/perl6-community-modules/Date-WorkdayCalendar/blob/ee9f9036033e40336a004a3706699062ee7af326/README.md#L92) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/Date-WorkdayCalendar
``…/WorkdayCalendar.pm`` :*24*:](https://github.com/perl6-community-modules/Date-WorkdayCalendar/blob/ee9f9036033e40336a004a3706699062ee7af326/lib/Date/WorkdayCalendar.pm#L24) | return "WorkdayCalendar.new(" \~ @.workdays.perl \~ ", " \~ @.holidays.perl \~ ", " \~ $.file.perl \~ ")"; | | [perl6-community-modules/Date-WorkdayCalendar
``…/WorkdayCalendar.pm`` :*209*:](https://github.com/perl6-community-modules/Date-WorkdayCalendar/blob/ee9f9036033e40336a004a3706699062ee7af326/lib/Date/WorkdayCalendar.pm#L209) | say "Workday.new($.year, $.month, $.day, " \~ $.calendar.perl \~ ")"; | | [perl6-community-modules/p6-irc-utils
``…/README.md`` :*60*:](https://github.com/perl6-community-modules/p6-irc-utils/blob/14749902fc818388c8fbe164e59e7384cb394eb8/README.md#L60) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/p6-irc-utils
``…/Utils.pm`` :*824*:](https://github.com/perl6-community-modules/p6-irc-utils/blob/14749902fc818388c8fbe164e59e7384cb394eb8/lib/IRC/Utils.pm#L824) | if $arg.WHAT.perl eq 'Array' { | | [perl6-community-modules/p6-irc-utils
``…/Utils.pm`` :*828*:](https://github.com/perl6-community-modules/p6-irc-utils/blob/14749902fc818388c8fbe164e59e7384cb394eb8/lib/IRC/Utils.pm#L828) | elsif $arg.WHAT.perl eq 'Hash' { | | [perl6-community-modules/p6-test-builder
``…/README.md`` :*24*:](https://github.com/perl6-community-modules/p6-test-builder/blob/36c076924d4831d9bce523771b712c18b396ba6e/README.md#L24) | using [\`zef\`](https://modules.perl6.org/repo/zef) | | [perl6-community-modules/p6-test-builder
``…/README.md`` :*58*:](https://github.com/perl6-community-modules/p6-test-builder/blob/36c076924d4831d9bce523771b712c18b396ba6e/README.md#L58) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/p6-test-builder
``…/Builder.pm`` :*128*:](https://github.com/perl6-community-modules/p6-test-builder/blob/36c076924d4831d9bce523771b712c18b396ba6e/lib/Test/Builder.pm#L128) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/p6-test-builder
``…/Output.pm`` :*92*:](https://github.com/perl6-community-modules/p6-test-builder/blob/36c076924d4831d9bce523771b712c18b396ba6e/lib/Test/Builder/Output.pm#L92) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/p6-test-builder
``…/Plan.pm`` :*82*:](https://github.com/perl6-community-modules/p6-test-builder/blob/36c076924d4831d9bce523771b712c18b396ba6e/lib/Test/Builder/Plan.pm#L82) | \.perlfoundation.org/attachment/legal/artistic-2\_0.txt\>. | | [perl6-community-modules/perl6-Toaster
``…/README.md`` :*3*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/README.md#L3) | The data for latest toastings I run is available at [toast.perl6.party](https://toast.perl6.party) | | [perl6-community-modules/perl6-Toaster
``…/README.md`` :*34*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/README.md#L34) | \\curl -L https://install.perlbrew.pl \| bash | | [perl6-community-modules/perl6-Toaster
``…/README.md`` :*38*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/README.md#L38) | wget https://temp.perl6.party/.bash\_aliases | | [perl6-community-modules/perl6-Toaster
``…/README.md`` :*101*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/README.md#L101) | \\curl -L https://install.perlbrew.pl \| bash | | [perl6-community-modules/perl6-Toaster
``…/Toaster.pm6`` :*18*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/lib/Toaster.pm6#L18) | constant ECO\_API = 'https://modules.perl6.org/search.json'; | | [perl6-community-modules/perl6-Toaster
``…/index.html`` :*14*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/p6-templates/index.html#L14) | \ | | [perl6-community-modules/perl6-Toaster
``…/index.html`` :*28*:](https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/p6-templates/index.html#L28) | \ | | [perl6-community-modules/perl6-Toaster
``…/index.html`` :*62*:](
https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/p6-templates/index.html#L62) | \\ | | [perl6-community-modules/perl6-Toaster
``…/index.html`` :*88*:](
https://github.com/perl6-community-modules/perl6-Toaster/blob/9e970de62286861ec3d0012eee5df41e18b4fc5c/p6-templates/index.html#L88) | \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment