From: Steinar H. Gunderson Date: Sun, 15 Jun 2014 17:11:40 +0000 (+0200) Subject: Add a missing import to Engine.pm. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=ff8b3088dee0c611c3d989a78d6883655f549a17 Add a missing import to Engine.pm. --- diff --git a/Engine.pm b/Engine.pm index f2c6545..0a23bb1 100644 --- a/Engine.pm +++ b/Engine.pm @@ -1,6 +1,7 @@ #! /usr/bin/perl use strict; use warnings; +use IPC::Open2; package Engine;