Group
Extension

Matches 1

MooseX-Storage-MaybeDeferred ( U/UF/UFOBAT/MooseX-Storage-MaybeDeferred-0.0.5.tar.gz, UFOBAT, 2018; MetaCPAN )
MooseX-Storage-MaybeDeferred/lib/MooseX/Storage/MaybeDeferred.pm ( view source; MetaCPAN )
    use MooseX::Storage;

    with MooseX::Storage::MaybeDeferred => {
        default_format => 'JSON',
        default_io     => 'File',
    };

    has 'x' => (is => 'rw', isa => 'Int');
    has 'y
_point = Point->load($filename);
    # or
    $another_point = Point->load($filename, {format => 'JSON', io => 'File'});

=head1 DESCRIPTION

With the module L<MooseX::Storage> you are hard coding the

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.