From 8882616bf5d3ec40cc07297ec857be660ae541ab Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Mon, 13 May 2024 15:35:14 -0700 Subject: [PATCH] need IO::File for older versions of perl --- pm2pl | 1 + 1 file changed, 1 insertion(+) 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 = <