summaryrefslogtreecommitdiff
path: root/dist/IO/lib/IO/Handle.pm
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-03-12 09:06:55 +0100
committerYves Orton <demerphq@gmail.com>2023-04-29 09:09:53 +0200
commit23c413edce303b9cc12de4ea1e38de3ae1002e86 (patch)
treec4c9a0f47d6a2dac592dc01a5ab7b0fdde45036b /dist/IO/lib/IO/Handle.pm
parent10d289386985ea7b716daa1fabfaff86e354107f (diff)
downloadperl-23c413edce303b9cc12de4ea1e38de3ae1002e86.tar.gz
dist/IO: replace "define\t" with "define "
This cleans up the defines in dist/IO/poll.h. "#define\t" is annoying as it is it 8 spaces wide, so it looks like "#define ", yet will not be found in a grep for "define foo" as the space is actually a tab.
Diffstat (limited to 'dist/IO/lib/IO/Handle.pm')
-rw-r--r--dist/IO/lib/IO/Handle.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/lib/IO/Handle.pm b/dist/IO/lib/IO/Handle.pm
index e9d6f74dac..18fe7140c1 100644
--- a/dist/IO/lib/IO/Handle.pm
+++ b/dist/IO/lib/IO/Handle.pm
@@ -270,7 +270,7 @@ use IO (); # Load the XS module
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = "1.51";
+our $VERSION = "1.52";
our @EXPORT_OK = qw(
autoflush