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

Checkster - Is a check perl module

SINOPSYS

    use Checkster 'check';

    check->true(1);
    check->false($var);
    check->not->true($var);
    check->not->false($var);

DESCRIPTION

Checkster is a perl module that provide functions to make validations.

The idea is make a framework to make your work with checks and validations more easy and intuitive.

** ATENTION ** This module is a concept, an idea that is in development to be a stable module in fucture. It's NOT production ready!

GUIDE AND MANUAL

You can read the guide for more informations about how to use Checkster and what you can do with it.

See Checkster::Guide for a complete list of features.

BUGS

Send bugs and feature request for author's e-mail, daniel.vinciguerra@bivee.com.br.

AUTHOR

Daniel Vinciguerra <daniel.vinciguerra@bivee.com>