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,847 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
LANraragi
LovingCivilian
LovingCivilian commented Feb 8, 2022

im kinda of a perfectionist, so i tends to collect every piece of metadata i could find.
unfortunately one of them is the "Summary" which currently there's no easy way to add it.

i think adding a "Summary" field that supports multi-line text would truly make lanraragi a more complete archival.

Created by Larry Wall

Released December 18, 1987

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

Related Topics

language perl6