diff --git a/lib/PostText.pm b/lib/PostText.pm index 4afb10f..3d61ae7 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -56,7 +56,7 @@ sub startup($self) { state $moderator = PostText::Model::Moderator->new( pg => $c->pg, authenticator => $c->authenticator - ) + ) }); $self->helper(truncate_text => sub ($c, $input_text) {