From b91aaf1142d3b71acc157959359299999e6bccbd Mon Sep 17 00:00:00 2001
From: Penny Leach <penny@mjollnir.org>
Date: Wed, 22 Jul 2009 15:42:07 +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