The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Class::Promise - Class Generic

SYNOPSIS

    use Class::Promise;
    my $this = Class::Promise->new || die( Class::Promise->error, "\n" );

VERSION

    v0.1.0

DESCRIPTION

METHODS

AUTHOR

Jacques Deguest <jack@deguest.jp>

SEE ALSO

perl

COPYRIGHT & LICENSE

Copyright(c) 2022 DEGUEST Pte. Ltd.

All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.