Actions Status Coverage Status MetaCPAN Release

NAME

Syntax::Keyword::Assert - assert keyword for Perl with zero runtime cost in production

SYNOPSIS

use Syntax::Keyword::Assert;

my $name = 'Alice';
assert( $name eq 'Bob' );
# => Assertion failed ("Alice" eq "Bob")

DESCRIPTION

Syntax::Keyword::Assert introduces a lightweight assert keyword to Perl, designed to provide runtime assertions with minimal overhead.

SEE ALSO

LICENSE

Copyright (C) kobaken.

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

AUTHOR

kobaken kentafly88@gmail.com