Skip to content
#

Perl

perl logo

Perl runs on over 100 platforms ranging from portables to mainframes. It can be used for almost all facets of programming, from rapid prototyping and large-scale development projects.

Here are 3,636 public repositories matching this topic...

kraih
kraih commented May 20, 2020

Not a particularly hard task, but converting all tests is a lot of work. We want to go from:

# Promisify
is ref Mojo::Promise->resolve('foo'), 'Mojo::Promise', 'right class';
$promise = Mojo::Promise->reject('foo');
is ref $promise, 'Mojo::Promise', 'right class';
@errors = ();
$promise->catch(sub { push @errors, @_ })->wait;
is_deeply \@errors, ['foo'], 'promise rejected';
$promi

Created by Larry Wall

Released December 18, 1987

Repository
Perl/perl5
Website
www.perl.org
Wikipedia
Wikipedia

Related Topics

language perl6