Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 17, 2018 02:18
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/c0349a59a74bf4406864c6aa3d89ae04 to your computer and use it in GitHub Desktop.
Save Whateverable/c0349a59a74bf4406864c6aa3d89ae04 to your computer and use it in GitHub Desktop.
greppable6
\$\!.+is required
File Code
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :34:
has Pin $!rs-pin is required; # register select. 0 = instruction register, 1 = data register
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :35:
has Pin $!reset-pin is required;
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :36:
has $!spi-channel is required where 0|1;
PATRICKZ/RPi-Device-ST7036
…/ST7036.pm6 :37:
has RPi::Device::ST7036::Setup $!setup is required;
SAMGWISE/Result
…/OK.pm6 :9:
submethod BUILD(:$!value is required, :$!type) {}
WARRINGD/Font-FreeType
…/BitMap.pm :137:
has FT_Bitmap_Size $!struct is required handles <width height x-ppem y-ppem>;
Leont/build-graph6
…/Graph.pm :217:
has Build::Graph:D $!graph is required;
matiaslina/perl6-matrix-client
…/bot.p6 :10:
has $!username is required;
skids/perl6xproto
…/Protocol.pm6 :129:
$!protocol || die "A protocol name is required";
spitsh/spitsh
…/Parse.pm6 :551:
"Value for ‘{$!opt<name>}’ is required.";
zoffixznet/perl6-WWW-vlc-Remote
…/Remote.pm6 :6:
has HTTP::UserAgent:D $!ua is required;
zoffixznet/perl6-WWW-vlc-Remote
…/Remote.pm6 :7:
has Str:D $!url is required;
CIAvash/WebService-FootballData
…/03-has-request.t :10:
ok A.^get_attribute_for_usage('$!request').required, 'request attribute is required';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment