From 7e8a14be7cb5eb7e31fd80251ee63dec5504d6b5 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Wed, 22 Jul 2009 15:41:22 +0200 Subject: [PATCH] cil extract: pull in required modules --- lib/CIL/Command/Extract.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CIL/Command/Extract.pm b/lib/CIL/Command/Extract.pm index 80b158b..03df451 100644 --- a/lib/CIL/Command/Extract.pm +++ b/lib/CIL/Command/Extract.pm @@ -25,6 +25,7 @@ use strict; use warnings; use base qw(CIL::Command); +use File::Slurp qw(write_file); ## ---------------------------------------------------------------------------- -- 2.39.5