From: Steve Hancock Date: Mon, 13 May 2024 22:35:14 +0000 (-0700) Subject: need IO::File for older versions of perl X-Git-Tag: 20240511.01~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8882616bf5d3ec40cc07297ec857be660ae541ab;p=perltidy.git need IO::File for older versions of perl --- diff --git a/pm2pl b/pm2pl index e5819262..c79a7ec5 100755 --- a/pm2pl +++ b/pm2pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl use strict; use Getopt::Long; +use IO::File; my $usage = <