From c28ce7c2bef045f16cf61e534ac98183da1c9e8a Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Fri, 10 Nov 2023 17:25:12 +0100 Subject: [PATCH] `Select.pm`: Add `my` to synopsis To scope variables --- dist/IO/lib/IO/Select.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/IO/lib/IO/Select.pm b/dist/IO/lib/IO/Select.pm index 74e9b0f3cb4e..90c12506491c 100644 --- a/dist/IO/lib/IO/Select.pm +++ b/dist/IO/lib/IO/Select.pm @@ -265,20 +265,20 @@ __END__ =head1 NAME -IO::Select - OO interface to the select system call +IO::Select - OO interface to the C