From 1661ff8e21f3cb1df1a3fc00d917f404f4eae734 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 7 Oct 2023 21:24:08 +0000 Subject: rename ProcessPipe to ProcessIO Since we deal with pipes (of either direction) and bidirectional stream sockets for this class, it's better to remove the `Pipe' from the name and replace it with `IO' to communicate that it works for any form of IO::Handle-like object tied to a process. --- MANIFEST | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 689c6bf6..c972818f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -318,7 +318,7 @@ lib/PublicInbox/OverIdx.pm lib/PublicInbox/POP3.pm lib/PublicInbox/POP3D.pm lib/PublicInbox/PktOp.pm -lib/PublicInbox/ProcessPipe.pm +lib/PublicInbox/ProcessIO.pm lib/PublicInbox/Qspawn.pm lib/PublicInbox/Reply.pm lib/PublicInbox/RepoAtom.pm -- cgit v1.2.3-24-ge0c7