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

Sidekick::Check::Plugin::Defined - Check if a given value is defined

VERSION

version 0.0.1

SYNOPSIS

    $ok     = Sidekick::Check::Plugin::Defined->check( $value );

    my $sc  = Sidekick::Check->new();
    $ok     = $sc->is_defined( $value );
    @errors = $sc->errors( $value, 'defined' );

DESCRIPTION

Check if a given value is defined.

SEE ALSO

AUTHOR

André Rivotti Casimiro <rivotti@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by André Rivotti Casimiro.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)