Adding a comment on the use of assert()

This commit is contained in:
ian%hixie.ch 2001-11-09 20:09:22 +00:00
parent 8e6f8e1cef
commit 3ae1b10178

View File

@ -225,6 +225,7 @@ sub error {
confess(@data); # die with stack trace
}
# this should not be called with the @data containing a trailing dot
sub assert {
my $self = shift;
my($condition, $level, @data) = @_;