From 92afb41e15dfdcda291b432173bd49ddfc49614a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 14 Jun 2017 00:10:51 +0000 Subject: view: split out reply logic into its own module We'll be adding more reply options for centralized mailing lists. So split out the logic so it's easy-to-find. Organizing code is hard :< --- t/view.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/view.t b/t/view.t index 2181b5ef..abd00018 100644 --- a/t/view.t +++ b/t/view.t @@ -15,7 +15,7 @@ my @q = ( while (@q) { my $input = shift @q; my $expect = shift @q; - my $res = PublicInbox::View::squote_maybe($input); + my $res = PublicInbox::Reply::squote_maybe($input); is($res, $expect, "quote $input => $res"); } -- cgit v1.2.3-24-ge0c7