Adding a comment on the use of assert()

This commit is contained in:
ian%hixie.ch 2001-11-09 20:09:22 +00:00
Родитель faf16d7cba
Коммит 0c4ffdbd75
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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) = @_;