Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 6, 2017 21:44
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 zoffixznet/bb95df0ab2b8943d449f18c540c05774 to your computer and use it in GitHub Desktop.
Save zoffixznet/bb95df0ab2b8943d449f18c540c05774 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.FlJs4dhnXx$ grep -R 'try require'
tokuhirom/p6-Protocol-WebSocket/lib/WebSocket/Client.pm6:try require IO::Socket::SSL;
niner/Inline-Perl5/t/file_handles.t: if (try require File::Temp) === Nil {
ugexe/zef/lib/Zef.pm6: if (try require ::($ = $module)) ~~ Nil;
ugexe/zef/lib/Zef/Service/TAP.pm6: method probe { state $probe = (try require TAP) !~~ Nil ?? True !! False }
ugexe/Perl6-Net--HTTP/lib/Net/HTTP/Dialer.pm6:sub CAN-SSL(--> Bool) { (try require IO::Socket::SSL) !~~ Nil ?? True !! False }
grep: Tux/CSV/csv-rust-qckrdr: No such file or directory
grep: Tux/CSV/csv-rust-libcsv: No such file or directory
grep: Tux/CSV/csv-rust-csvrdr: No such file or directory
sergot/http-useragent/lib/HTTP/UserAgent.pm6: try require IO::Socket::SSL;
sergot/http-useragent/lib/HTTP/Message.pm6: try require Compress::Zlib;
sergot/http-useragent/t/090-ua-ssl.t:try require IO::Socket::SSL;
sergot/http-useragent/t/190-issue-116.t:try require IO::Socket::SSL;
sergot/http-useragent/t/100-redirect-ssl.t:try require IO::Socket::SSL;
sergot/http-useragent/t/210-content-encoding.t: try require Compress::Zlib;
jonathanstowe/Lumberjack-Application/lib/Lumberjack/Message/JSON.pm: my $class = (try require ::($v<name>));
jonathanstowe/URI-FetchFile/lib/URI/FetchFile.pm: $type = try require ::($class-name);
tadzik/Module-Toolkit/lib/Module/Toolkit/Ecosystem.pm: my $has-http-ua = try require HTTP::UserAgent;
tadzik/panda/lib/Panda/Ecosystem.pm: my $has-http-ua = try require HTTP::UserAgent;
perl6/Pod-To-HTML/lib/Pod/To/HTML.pm:#try require Term::ANSIColor <&colored>;
perl6/perl6-lwp-simple/lib/LWP/Simple.pm: try require IO::Socket::SSL;
perl6/perl6-lwp-simple/t/issue-7.t:try require IO::Socket::SSL;
zoffix@VirtualBox:/tmp/tmp.FlJs4dhnXx$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment