NAME
JavaScript::Code::Expression::Node::Boolean - A Node For JavaScript Boolean Expressions
METHODS
$self->less( ... )
$self->less_equal( ... )
$self->greater( ... )
$self->greater_equal( ... )
$self->equal( ... )
$self->not_equal( ... )
SEE ALSO
AUTHOR
Sascha Kiefer, esskar@cpan.org
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 75:
=cut found outside a pod block. Skipping to next block.