You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice if Mason generated a warning or error if @_ == 0, because
there seems to be a strong expectation that you don't need any flag to
get HTML escaping or something.
Shawn
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org #67972 (status was 'new')
Requestors:
From [email protected] on 2011-05-05 17:58:43
:
sub apply_escapes
{
my $self = shift;
my $text = shift;
}
It'd be nice if Mason generated a warning or error if @_ == 0, because
there seems to be a strong expectation that you don't need any flag to
get HTML escaping or something.
Shawn
The text was updated successfully, but these errors were encountered: